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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  padding: 0;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 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: #4CF04D;
  font-weight: 600;
  -webkit-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}

/**********************
******** Loader *******
**********************/

.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 #2C2C2C;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2C2C2C 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 span {
  color: #2C2C2C;
  font-family: 'Cormorant', serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

/**********************
****** 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: 400;
  letter-spacing: 1px;
  border: 1px solid transparent;
}

/* 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: #000;
  font-weight: 600;
  color: #4CF04D;
  border-color: #4CF04D;
}

/* 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;
  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-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    max-width: 280px;
    padding: 17px 15px;
    height: 60px;
  }

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

  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #000;
  }

  .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: #2C2C2C;
    color: #fff;
    padding: 9px 20px;
    font-size: 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #2C2C2C;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }

  .navbar-nav {
    width: 100%;
    display: table;
  }

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

  .nav>li>a {
    padding: 13px 3px;
    line-height: 24px;
  }

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

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

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

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

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

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

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

/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/8022_img_header2.jpg");
  background-position: center top;
}

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

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

.footer {
  padding: 30px 0;
}

.footer-top {
  background: #000;
  color: #fff;
}

.footer-top .content-text h2 {
  color: #fff;
}

.footer-contact {
  display: flex;
}

.footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #83907A;
  border-radius: 100%;
  margin-right: 15px;
}

.footer p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

.maps {
  position: relative;
  height: 100%;
  margin: 0 -15px 30px -15px;
}

.maps iframe {
  height: 250px;
}

@media (min-width: 768px) {
  .maps iframe {
    height: 400px;
  }

  .footer-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
    font-size: 15px;
  }

  .footer-in>p {
    text-align: center;
    line-height: 16px;
  }

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

  .footer-in>p:last-child {
    width: 100%;
    margin-top: 10px;
    border-left: 0;
  }

  table#openingstijden3 td:first-child {
    width: 130px;
  }
}

@media (min-width: 992px) {

  .footer-in {
    font-size: 16px;
  }
  .maps {
    margin: 0;
  }

  .maps iframe {
    height: 480px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }

  .footer-in {
    font-size: 14px;
  }

  .footer-in>p:last-child {
    text-align: right;
    margin-top: 0;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .maps iframe {
    height: 595px;
  }

  .footer-in {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .footer-in {
    font-size: 16px;
  }
}

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

  .footer-socials {
    margin-bottom: 30px;
  }
}

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

.bg-gray {
  background: #000;
  padding: 30px 15px;
}

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

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

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: 15px;
}

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: 50px;
  cursor: pointer;
}

ul.search-filter-vertical li select {
  padding-left: 20px;
  background: #fff;
  border: 0;
}

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

ul.search-filter-vertical li input {
  padding: 0;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}


.content-text h1,
.content-text h2 {
  margin: 0 0 30px 0;
  color: #2C2C2C;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.img-home {
  border-radius: 100%;
  overflow: hidden;
  max-width: 290px;
  margin: 0 auto 30px auto;
}

.img-double {
  margin: 0 -15px;
}

.img-double img {
  width: 100%;
}

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

.btn-content .btn-primary.btn-home {
  max-width: 290px;
  width: 100%;
}

ul#slideshow7 .item-information {
  background: #4CF04D;
  color: #000;
}

ul#slideshow7 h4.prijs {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

ul#slideshow7 .item-information h3.titel {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}

.socials-home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #83907A;
  border-radius: 100%;
  margin-right: 30px;
}

.socials-home a img {
  max-width: 45px;
  max-height: 45px;
}

.socials-home a:last-child {
  margin-right: 0;
}

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

.content-space {
  padding: 15px 0;
}

.btn-primary.btn-home {
  padding: 14px 20px;
}

a.btn-primary,
span.btn-primary,
button.btn-primary,
input.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: #000;
  border-color: #4CF04D;
  color: #4CF04D;
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 600;
}

a.btn-primary:hover,
span.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover,
.pager li>a:hover,
.pager li>span:hover {
  background: #4CF04D;
  border-color: #4CF04D;
  color: #000;
}

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

a.label {
  background: #4CF04D;
  color: #000;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #4CF04D;
}

nav.right {
  border-bottom: 0;
}

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

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

.marquee {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  width: max-content;
  padding-left: 100%;
  will-change: transform;
  animation: marquee 15s linear infinite;
  Color: #ff0000;
  font-size: 22px;
}

.marquee span:hover {
  animation-play-state: paused
}


@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    width: auto;
    padding-left: 0;
  }
}

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

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

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

/***************
*** Occasions **
***************/
#body.autolijst_background {
  color: #000;
}

#body.autolijst_background .advertisement.gallery-view .gal-prijs-bottom{
  position: relative !important;
  text-align: center;
}
#body.autolijst_background .advertisement.gallery-view .gal-btn-bottom a.btn-primary{
  width: 100%;
}

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

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

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

  .bg-gray{
    margin: 0 -15px;
  }

  .footer-contact{
    margin-bottom: 30px;
  }
}

/* Vanaf Tablet staand/portait modus (col-sm en hoger) */
@media(min-width: 768px) {
  .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;
  }

  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #000;
  }

  .header-top {
    padding: 30px 0;
  }

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

  .header-adres {
    display: inline-block;
    vertical-align: middle;
  }

  .header-adres>span {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #2C2C2C;
    font-weight: 500;
    padding: 0 30px;
  }

  .header-buttons a {
    width: 100%;
    display: block;
    max-width: 130px;
    float: right;
    margin-left: 30px;
  }

  .header-buttons a:last-child {
    margin-left: 0;
  }

  .header-nav {
    transition: ease-in-out all 0.3s;
    padding: 0 0 30px 0;
  }

  .header-nav.scroll {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background: #000;
    z-index: 999;
  }

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

  .content-space {
    padding: 30px 0;
  }

  .bg-gray {
    height: 100%;
  }

  .socials-home a {
    width: 100px;
    height: 100px;
  }

  .socials-home a img {
    max-width: 55px;
    max-height: 55px;
  }

  .content-text h1,
  .content-text h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}

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

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

  .content-space {
    padding: 45px 0;
  }

  .img-home {
    margin-top: 60px;
  }

  .bg-gray {
    padding: 60px 15px;
  }

  ul.search-filter-vertical {
    max-width: 290px;
    margin: 0 auto;
  }

  .occ-home-in {
    max-width: 610px;
    margin: 0 auto;
  }

  .socials-home a {
    width: 130px;
    height: 130px;
  }

  .socials-home a img {
    max-width: 100%;
    max-height: 100%;
  }
}

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

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

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .content-space {
    padding: 60px 0;
  }
}

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