/* 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: #000;
}

body {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
}

h1 {
  font-size: 25px;
  margin-bottom: 12px;
}

h2 {
  font-size: 25px;
  margin-bottom: 12px;
}

h3 {
  font-size: 18px;
}

p {
  line-height: 25px;
  margin: 0 0 30px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #79A9C3;
  font-weight: 700;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.page-loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.page-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.page-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes page-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

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

.nav-brand img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.nav-brand span {
  color: #111113;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

/**********************
****** 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: #000;
  text-align: center;
  font-weight: 700;
}

/* 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: #79A9C3;
  color: #fff;
}

/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #111113;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #111113;
  margin-top: 13px;
}

@media (max-width: 767px) {

  /* Setup */
  body {
    padding-top: 59px
  }

  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .navbar-brand {
    height: 60px;
    padding: 6px 15px;
    max-width: 250px;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }

  /* Background */
  .navbar-default .navbar-header {
    background: #fff;
  }

  /* 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: dimgray;
    color: #fff;
    padding: 9px 20px;
  }

  .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>li>a {
    padding: 7px 3px;
    line-height: 26px;
    clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
    -webkit-clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
  }

  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

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

/* Carousel height */
#carousel-header {
  height: 230px;
  border-radius: 0;
  margin-bottom: 30px;
}

.Home #carousel-header{
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #carousel-header {
    height: 600px;
  }

}

@media (min-width: 992px) {
  #carousel-header {
    height: 800px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  #carousel-header {
    height: 1190px;
  }
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/1942_img_header2021.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;
  -webkit-transition-property: opacity;
  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 *******
**********************/
.bg-footer-top {
  background: #fff;
  color: #000;
  padding: 30px 15px;
  margin: 0 -15px;
}

.bg-footer-top:after {
  content: '';
  clear: both;
  display: table;
}

/** Sticky Footer ***/
.footer {
  background: #000;
  color: #fff;
  padding: 30px 0;
}

.footer-in>p {
  text-align: center;
}

.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.tel-email{
  line-height: 25px;
}

.tel-email tr td:first-child{
  width: 60px;
}

.content-text.footer-title{
  margin-top: 30px;
  text-transform: uppercase;
  color: #000;
}

.content-text.footer-title h2{
  color: #000;
}

@media (min-width: 768px) {

  .footer-in {
    display: table;
    width: 100%;
  }

  .footer-in>p {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    line-height: 16px;
  }

  .footer-in>p:last-child {
    border-right: 0;
    text-align: right;
  }

  .footer-in>p:first-child {
    text-align: left;
  }

  .bg-footer-top {
    margin: 0;
  }

  .content-text.footer-title h2{
    margin: 0;
  }
}

@media (min-width: 992px) {

  .bg-footer-top{
    padding: 50px 15px;
  }

  .footer{
    padding: 50px 0;
  }

  .content-text.footer-title{
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .footer-in>p:first-child {
    width: 500px;
  }

  .maps {
    margin: 0 -15px;
  }
}

@media (max-width: 767px) {
  .footer p {
    text-align: center;
  }
}

/**********************
*** Custom Style ******
**********************/
.bg-occ-header {
  background: #79A9C3;
  color: #000;
  padding: 30px 15px;
}

.content-space {
  margin-top: 30px;
}

.btn-occ {
  margin-top: 30px;
}

.content-text h1,
.content-text h2 {
  font-size: 28px;
  margin: 0 0 30px 0;
  color: #fff;
}

.content-text p:last-child{
  margin-bottom: 0;
}

.custom-form .panel-body {
  padding: 0;
}

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

a.btn-home {
  padding: 7px 25px;
  line-height: 26px;
}

a.btn-primary.btn-inline {
  background: #111113;
  border: transparent;
  color: #111113;
  position: relative;
}

a.btn-primary.btn-inline:after {
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 3px;
  clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 70%, 87% 100%, 0 100%, 0% 33%, 12% 0%);
}

.Home .pager li>a,
.Home .pager li>span,
.Home a.btn-primary{
  background: #fff;
  border-color: #fff;
  color: #000;
  font-size: 16px;
}

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: #79A9C3;
  border-color: #79A9C3;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #fff;
  border-color: #fff;
  color: #79A9C3;
}

a.btn-social {
  color: #fff;
}

a.label {
  background: #79A9C3;
  color: #fff;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #79A9C3;
}

nav.right {
  border-bottom: 0;
}

nav.right ul {
  margin-bottom: 0;
}

a.photo-a,
img.img-rounded {
  border-radius: 0;
}

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

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

.marquee span {
  padding: 0 20px;
  Color: #ff0000;
  Font-size: 22px;
  white-space: nowrap;
}

.beoordeling .beoordeling .gemiddelde .beoordelen {
  display: none;
}

input[type=file] {
  max-width: 100%;
}

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

/***************
*** Occasions **
***************/
.bv-form,
#body.Contact .well,
#body.autolijst_background .nav-bar,
#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: #fff;
}

#body.autolijst_background .row.auto-specificaties {
  color: #000;
}

#body.autolijst_background .row.auto-opties {
  color: #000;
}

#body.autolijst_background #main h2,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #fff;
}

a.btn.btn-primary.btn-lg.btn-block-company.tel {
    display: none;
}

a.btn.btn-primary.btn-lg.btn-block-company.mob {
    display: block !important;
}

/***************
**** 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-occ-header {
    margin: -1px -15px 0 -15px;
  }

  .beoordeling .gemiddelde {
    font-size: 2em;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    transition: ease-in-out all 0.2s;
  }

  .header.scroll{
    padding: 15px 0;
    background: #fff;
  }

  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }

  .row-eq-height:after,
  .row-eq-height:before {
    display: none;
  }

  .row-eq-height.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-default {
    min-height: 0;
  }

  .content-space {
    margin-top: 60px;
  }

  .Home #main{
    margin-top: -200px;
  }
}

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

  .bg-occ-header {
    padding: 60px 0;
  }

  .nav-brand span {
    font-size: 30px;
    line-height: 30px;
  }

  .btn-occ {
    margin-top: 60px;
  }

  .content-space {
    margin-top: 90px;
  }

  .Home #main{
    margin-top: -300px;
  }
}

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

  .nav-brand span {
    font-size: 35px;
    line-height: 35px;
  }

  .content-space {
    margin-top: 120px;
  }

  .Home #main{
    margin-top: -460px;
  }
}