/* 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: 'Martel Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  letter-spacing: 0px;
  padding: 0;
}

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

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

h3 {
  font-size: 18px;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #5C96E2;
  font-weight: 700;
  -webkit-transition: ease-in-out all 0.3s;
  -o-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: #fff;
  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 #5C96E2;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #5C96E2 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 *******
**********************/

/**********************
****** 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: #000000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

.navbar-default .navbar-toggle {
  border-color: #565656;
}

@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 {
    display: inline-block;
    padding: 17px 0 8px 15px;
    text-transform: uppercase;
    font-size: 22px;
  }

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

  /* Background */
  .navbar-default .navbar-header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

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

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    display: table;
  }

  .navbar-nav>li {
    float: none;
    display: table-cell;
  }

  .nav>li>a {
    padding: 13px 3px 7px 3px;
    border-radius: 20px;
  }

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

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

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

/* Carousel height */
#carousel-header {
  height: 240px;
  border-radius: 0;
}

.header-occ {
  background: #698BB7;
  padding: 30px 15px;
  border-radius: 20px;
}

.header-occ-in {
  max-width: 450px;
  margin: 0 auto;
}

.header-occ .content-text h2 {
  color: #fff;
}

.header-occ .content-text hr {
  border-color: #fff;
}

.header-occ .btn-occ {
  text-align: right;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.home-slider {
  position: relative;
  z-index: 5;
}

.scroll-down {
  position: relative;
  z-index: 3;
}

.scroll-down-in {
  text-align: center;
  margin-top: 30px;
}

.scroll-down-in a {
  color: #565656;
  display: inline-block;
}

.scroll-down-in a span {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 25px;
  font-weight: 400;
}

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

  .header-occ-out {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    z-index: 3;
  }
}

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

  .header-occ-out {
    top: 240px;
  }

  .header-occ {
    padding: 60px 15px;
  }
}

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

  .header-occ-out {
    top: 310px;
  }

  .header-occ {
    padding: 120px 15px;
  }
}

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/5664_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 right;
}

/* 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 {
  padding: 30px 0;
}

.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .footer {
    padding: 90px 0;
  }

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

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

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

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

@media (min-width: 1200px) {
  .footer {
    padding: 120px 0;
  }

  .footer-in>p:first-child {
    width: 550px;
  }
}

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

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

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

.content-text h1,
.content-text h2 {
  color: #000000;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.content-text hr {
  border-color: #000000;
  margin: 0 0 30px 0;
}

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

.bg {
  background: url(//svl.autodealers.nl/upload/5664_img_bg.jpg) no-repeat center;
  background-size: cover;
}

.bg-extra {
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #698BB7;
  color: #fff;
}

.bg-grey .content-text a,
.bg-grey .content-text h1,
.bg-grey .content-text h2 {
  color: #fff;
}

.content-block {
  max-width: 610px;
  margin: 0 auto;
}

.content-contact,
.home-filter {
  max-width: 290px;
  margin: 0 auto;
}

ul.search-filter-vertical {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

ul.search-filter-vertical li {
  display: block;
  margin-bottom: 15px;
}

ul.search-filter-vertical li:last-child {
  margin-bottom: 0;
}

ul.search-filter-vertical li.search-filter-select {
  position: relative;
}

ul.search-filter-vertical li.search-filter-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 15px;
  top: 10px;
}

ul.search-filter-vertical li select,
ul.search-filter-vertical li input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 40px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  padding-left: 0;
  padding-top: 0;
  height: 40px;
  border: 0;
  background: #fff;
  color: #565656;
  border-bottom: 1px solid #000;
}

ul.search-filter-vertical li select option {
  color: #000;
}

ul.search-filter-vertical li input {
  border: none;
  color: #fff;
  background: #5C96E2;
  font-weight: 700;
  border-radius: 20px;
  height: 40px;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  padding-top: 4px;
  text-transform: uppercase;
  max-width: 160px;
  margin: 30px 0 0 auto;
  display: block;
}

ul.search-filter-vertical li input:hover {
  background: #fff;
  color: #5C96E2;
}

.btn-beoordeling {
  text-align: center;
  margin-top: 30px;
}

.img-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 125px;
  border-radius: 20px;
}

.img-contact.first {
  background-image: url(//svl.autodealers.nl/upload/5664_img_contact1.png);
  margin-bottom: 30px;
}

.img-contact.second {
  background-image: url(//svl.autodealers.nl/upload/5664_img_contact2.png);
}

.maps {
  border-radius: 20px;
  height: 250px;
  margin-top: 30px;
  overflow: hidden;
}

ul#slideshow7 .item-information{
  background: #FFFFFF;
  color: #000000;
}

ul#slideshow7 .item-information h3.titel{
  color: #000000;
  font-weight: normal;
}

ul#slideshow7 h4.prijs{
  color: #5C96E2; 
}

#fixed-icons a.btn.btn-default.whatsapp_icon { 
  background: #0dc143; 
} 
@media(min-width:768px) { 
  #fixed-icons .btn-group-custom{ 
    position: fixed; 
    left: 0px; 
    top: 250px; 
    z-index: 999; 
  } 

  #fixed-icons a { 
    background: #5C96E2; 
    padding: 0;
    margin-bottom: 10px; 
    box-shadow: 0px 2px 10px #444; 
    border-radius:0px; border:none; 
    height: 60px;
    width: 60px;
    display:flex;
    align-items: center;
  } 

  #fixed-icons img { 
    max-height: 25px; 
    max-width: 25px; 
    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 { 
    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; 
    background: #5C96E2; 
  }

  #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%;
  }

}

#openingstijden{
  line-height: 25px;
}


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

.btn.btn-primary.btn-home {
  max-width: 290px;
  width: 100%;
  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: #5C96E2;
  border-color: #5C96E2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 11px 20px 7px 20px;
}

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: #5C96E2;
}

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

a.label {
  background: #5C96E2;
  color: #fff;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #5C96E2;
}

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;
  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 **
**********************/

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


/***************
**** 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%;
}

.no-m {
  margin: 0;
}


/**********************
*** Mediaqueries ******
**********************/

/* tot Mobiel (col-xs) */
@media(max-width:767px) {
  .beoordeling .gemiddelde {
    font-size: 2em;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
  .logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .nav-brand span {
    display: inline-block;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
  }

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

  .bg-extra {
    padding: 60px 15px;
    margin-bottom: 0;
  }

  .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;
  }

  .row-eq-height .bg-extra {
    height: 100%;
  }

  .header {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 999;
    transition: ease-in-out all 0.3s;
  }
  
  .header.scroll{
    position: fixed;
    top: 0;
    background: #fff;
    padding: 15px 0;
  }
  
  .headers.scroll .logo{
    margin-bottom: 10px;
  }

  .img-contact {
    height: 160px;
  }

  .maps {
    height: 300px;
  }

}

/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media(min-width: 992px) {
  .header {
    top: 60px;
  }
  
  .header.scroll{
    padding: 30px 0;
  }

  .logo {
    text-align: left;
    margin-bottom: 0;
  }

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

  .bg-extra {
    padding: 90px 15px;
  }

  .img-contact {
    height: 190px;
  }

  .maps {
    height: 350px;
  }
}

/* Vanaf computerscherm (col-lg) */
@media(min-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .btn.btn-primary.btn-home {
    letter-spacing: 1px;
  }

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

  .bg-extra {
    padding: 120px 15px;
  }

  .img-contact {
    height: 215px;
  }

  .maps {
    height: 400px;
  }
}

@media(min-width: 1350px) {
  .navbar-default .navbar-nav>li>a {
    letter-spacing: 1px;
    font-size: 16px;
  }
}