/* 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: 300;
  color: #404041;
  -webkit-font-smoothing: antialiased;
}

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

.h1,
h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
}

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

h3 {
  font-size: 18px;
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #3569B2;
  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;
}

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

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

.logo{
  margin-left: -15px;
}

/**********************
****** 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: #404041;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size:15px;
}

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

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

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

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

.header-nav-btn{
  position: absolute;
  right: 15px;
  bottom: -44px;
  z-index: 2;
}

@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 {
    padding: 0;
    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;
  }

  .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-default {
    min-height: 0;
  }

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

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

  .nav>li>a {
    padding: 0 3px;
  }

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

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


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

/* Carousel height */
#carousel-header {
  display:flex;
  flex-flow: row nowrap;
  width:100%;
}

.autolijst_background .thumbnail.photo-360-thumbnail,
.autolijst_background .header-filter,
.autolijst_background #carousel-header{
  display: none;
}

@media (min-width: 768px) {
  #carousel-header {
    /* height: 400px; */
  }
}
/*
@media (min-width: 992px) {
  #carousel-header {
    height: 720px;
  }
}

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

/* Carousel backgrounds */
/*
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/1589_img-header-2023.jpg");
}
*/
#carousel-header .carousel-indicators {
  z-index: 5;
}

#carousel-header .carousel-inner {
  	display:flex;
  	flex-flow:column nowrap;

  	padding:0 20px;
}

@media (max-width: 767px) {
  #carousel-header .carousel-inner {
height:400px;
  }
  
  #carousel-header .carousel-inner .play-video {
 	text-align:center;
    cursor:pointer;
    text-decoration:underline;
    font-weight:700;
    color:#fff;
  }
  
  #carousel-header .video-btn-container {
  	display:none;
  }
}

@media (min-width: 768px) {
   #carousel-header .carousel-inner {
	height:400px;
  }
  
  #carousel-header .video-btn-container {
  	display:flex;
    flex-flow: column nowrap;
    flex-basis:50%;
    justify-content: space-around;
    align-items: center;
 
  }
  #carousel-header .video-btn-container .video-btn .play-video {
  	width:200px;
    background:#3569B2;	
    color:#fff;
    cursor:pointer;
    font-weight:700;
    padding:10px;
    text-align:center;
  }
}


#carousel-header .carousel-inner h1 {
	font-size: calc(50px + (80 - 50) * ((100vw - 350px) / (1920 - 350)));
		line-height: calc(50px + (80 - 50) * ((100vw - 350px) / (1920 - 350)));
  	text-align:center;
  	color:#fff;
  margin:50px 0;
}

#carousel-header .carousel-inner h2 {

font-size: calc(20px + (40 - 40) * ((100vw - 350px) / (1920 - 350)));
		line-height: calc(24px + (50 - 40) * ((100vw - 350px) / (1920 - 350)));
   	text-align:center;
  	color:#fff;
    margin:30px 0;
}

#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 250px;
}

@media (min-width: 768px) {
   #carousel-header .carousel-inner {
	height:350px;
  }
}
#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#video-container {
  z-index:1000;
  display: none;
  flex-flow: row nowrap;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

#video-container.show {
  display: flex !important;
}

#video-container .video-bg {
  background: rgba(53, 105, 178, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:999;
}
#video-container .video-cnt {
  background: #fff;
  padding: 4px 4px 0px 4px;
  z-index: 1000;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 90%;
  max-width: 560px;
}
#video-container .video-cnt .stop-video {
  position: absolute;
  background: #fff;
  top: -10px;
  right: -10px;
  padding: 6px;
  border-radius: 50%;
  font-size: 12px;
}

/* 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;
  background: #404041;
  color: #fff;
  margin-top: 30px;
}

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

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

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

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

.footer a {
  color: #fff;
}

.footer .footer-bottom p {
  margin: 0;
}

#body #openingstijden2 ul.nav-justified{
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}

.nav-justified>li:after {
  content: '';
  display: table;
  clear: both;
}

span.line {
  margin: 0 10px;
}

.footer-logos {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.footer-logos .logo-item {
  display: table-cell;
  vertical-align: top;
}

.footer-logos .logo-item.facebook-logo a {
  height: 60px;
  width: 60px;
  background: #fff;
  display: block;
  border-radius: 10px;
}

.footer-logos .logo-item.facebook-logo a img {
  max-width: 100%;
  max-height: 100%;
}

.footer-logos .logo-item.rdw-logo img {
  width: 100%;
  height: 100%;
  max-width: 104px;
  max-height: 60px;
}

.footer-logos .logo-item.nap-logo img {
  max-width: 100%;
  max-height: 100%;
}

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

  .footer-bottom-in {
    text-align: center;
  }

  .footer-bottom-in>p {
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
    border-right: 1px solid #fff;
  }

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

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

  .footer .footer-bottom {
    margin-top: 45px;
  }

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

  .footer-bottom-in>p {
    display: table-cell;
    vertical-align: middle;
  }

  .footer-bottom-in>p.copy-left {
    text-align: left;
  }

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

  .footer-bottom-in>p.copy-right {
    text-align: right;
  }
}

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

  .footer .footer-bottom {
    margin-top: 60px;
  }

  .footer-bottom-in .copy-left {
    width: 460px;
  }
}

@media (max-width: 767px) {

  .footer .footer-text {
    margin-bottom: 15px;
  }
}

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

/** Vertical **/

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

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

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

ul.search-filter-vertical li.search-filter-select span {
  	display:block;
  	height:100%:
    width:96%;
  	padding-left:20px;
	line-height:40px;
  	font-weight:600;
}

ul.search-filter-vertical li.search-filter-select a {
	position: absolute;
    top: 10px;
    left: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 70%;
    text-align: right;
}


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.search-filter-select.keuzefilter:after {
	display:none;
}

ul.search-filter-vertical li.search-filter-input input{
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: auto;
}

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

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

ul.search-filter-vertical li select {
  padding-left: 20px;
}

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

ul.search-filter-vertical li.search-filter-button input {
  border: none;
  color: #fff;
  background: #3569B2;
  font-weight: bold;
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
}

ul.search-filter-vertical li.search-filter-button input:hover {
  background: #fff;
  color: #3569B2; 
}


#main {
  padding-top: 30px;
}

.autolijst_background #main{
  padding-top: 60px;
}

.slogan {
  text-align: center;
}

.slogan h2 {
  margin: 15px 0;
  font-size: 25px;
  line-height: 25px;
  color: #3569B2;
}

.header-bottom {
  position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-image: url(//svl.autodealers.nl/upload/1589_img-header-2023.jpg);
  	background-position: center center;
  	background-size:cover;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    height: 50%;
}
.header-nav {
  position: relative;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  background: rgba(251, 251, 251, 0.9);
}

.header-tel {
  text-align: center;
}

.header-tel a {
  color: #404041;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.header-tel img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 25px;
  width: 25px;
}

.header-filter {
  background: rgba(251, 251, 251, 0.9);
  padding: 30px 0;
}

.header-filter h2 {
  color: #404041;
  margin: 0 0 15px 0;
}

.content-text h1,
.content-text h2,
.content-text .h1 {
  margin: 0 0 30px 0;
  color: #404041;
}

.blue-title {
  margin: 30px 0 0 0;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  color: #3569B2;
}

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

.content-block {
  height: 100%;
  background: #F1F1F1;
  position: relative;
}

.content-block .content-top {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.content-block .content-top h2 {
  margin: 0;
  color: #fff;
  line-height: 35px;
  font-size: 35px;
}

.content-block.tevredenheid .content-top {
  background-image: url(//svl.autodealers.nl/upload/1589_img_tevreden.jpg);
}

.content-block.vestiging .content-top {
  background-image: url(//svl.autodealers.nl/upload/1589_img-vestiging-2023.jpg);
}

.content-block.waarom .content-top {
  background-image: url(//svl.autodealers.nl/upload/1589_img_waarom.jpg);
}

.content-block .content-bottom {
  padding: 30px 15px;
}

.content-block .content-bottom .tv-iframe{
  overflow-y: scroll;
}

.content-block .content-bottom iframe {
  margin: 0 auto;
  display: block;
}

.content-block .content-bottom .content-video{
  margin-bottom: 30px;
}

.content-block .content-bottom.bottom-btn {
  padding: 30px 15px 80px 15px;
}

.content-block .content-bottom.bottom-btn .content-bottom-btn {
  position: absolute;
  right: 15px;
  bottom: 30px;
}

.contact-form {
  background: url(//svl.autodealers.nl/upload/1589_img_bg_contact.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

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

.custom-form .form-group {
  margin-bottom: 30px;
}

.custom-form .input-group {
  display: block;
}

.custom-form .input-group input {
  float: none;
  display: block;
  height: 40px;
}

.custom-form .form-group textarea {
  padding-top: 10px;
  max-width: 100%;
}

.custom-form .input-group input,
.custom-form .form-group textarea {
  border-radius: 0;
  background: #fff;
  border: none;
  color: #404041;
}

.custom-form .input-group input::-webkit-input-placeholder,
.custom-form .form-group textarea::-webkit-input-placeholder {
  color: #404041;
}

.custom-form .input-group input:-ms-input-placeholder,
.custom-form .form-group textarea:-ms-input-placeholder {
  color: #404041;
}

.custom-form .input-group input::-ms-input-placeholder,
.custom-form .form-group textarea::-ms-input-placeholder {
  color: #404041;
}

.custom-form .input-group input::placeholder,
.custom-form .form-group textarea::placeholder {
  color: #404041;
}

.custom-form .form-group button {
  display: block;
  height: 50px;
  max-width: 250px;
  width: 100%;
  float: right;
}

.header-filter .zoek-filters h4{
  color: #404041;
  font-weight: 300;
}

.header-filter .zoek-filters input[type="text"].prijs-min,
.header-filter .zoek-filters input[type="text"].kilometer-min{
  min-width: 10px;
}

.header-filter .zoek-filters input[type="text"],
.header-filter .zoek-filters label{
  font-weight: 300;
  font-size: 15px;
}

.header-filter .filter-prijs div#slider-range a.ui-slider-handle,
.header-filter .zoek-filters #slider-range-kilometer a.ui-slider-handle,
.header-filter .filter-prijs #slider-range .ui-slider-range,
.header-filter .zoek-filters #slider-range-kilometer .ui-slider-range{
  background: #3569B2;
}

.header-filter .zoek-filters .zoeken.btn.btn-primary,
.header-filter .zoek-filters .reset.btn.btn-primary{
  background: #3569B2;
  font-size: 16px;
  padding: 10px 25px 10px 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0 0 40px 0;
}

#autodealers-carousel .autodealers-carousel-caption .col-xs-6{
  font-size: 14px;
}

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

#breadcrumbs {
  margin: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
}
#breadcrumbs .breadcrumb{
  padding-left: 15px;
}
#breadcrumbs .nav-bar{
  padding-right: 15px;
}

#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: #3569B2; 
    display: block; 
    padding: 15px; 
    margin-bottom: 10px; 
    box-shadow: 0px 2px 10px #444; 
    border-radius: 0 0 25px 0;
    border:none; 
  } 

  #fixed-icons a:hover { 
    background:#3569B2; 
  } 

  #fixed-icons img { 
    height: 25px; 
    margin: 0 auto; 
    display: block; 
  } 

  #fixed-icons .btn-email img { 
    height: 22px;
  } 

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

  #fixed-icons .btn-group-custom { 
    position: fixed; 
    left: 0px; 
    bottom: 0px; 
    z-index: 999; 
    width: 100%; 
    background: #3569B2; 
    border-top: 1px solid #000; 
  } 

  #fixed-icons img { 
    display: block; 
    margin: 0 auto; 
    height: 24px; 
    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: 14px 0px; 
    background: #3569B2; 
    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%;
  }

}

#overzichtFotos{
  height: 300px;
  border-radius: 0;
  width: 100%;
}

#overzichtFotos .carousel-inner .item,
#overzichtFotos .carousel-inner{
  height: 100%;
}

#overzichtFotos .carousel-inner .item{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#overzichtFotos .carousel-inner .item1{
  background-image: url(//svl.autodealers.nl/upload/1589_img-overzicht-1-2023.jpg);
}

#overzichtFotos .carousel-inner .item2{
  background-image: url(//svl.autodealers.nl/upload/1589_img_overzicht-2.jpg);
}

#overzichtFotos .carousel-inner .item3{
  background-image: url(//svl.autodealers.nl/upload/1589_img-overzicht-3-2023.jpg);
}

#overzichtFotos .carousel-inner .item4{
  background-image: url(//svl.autodealers.nl/upload/1589_img-overzicht-4-2023.jpg);
}

#overzichtFotos .carousel-inner .item5{
  background-image: url(//svl.autodealers.nl/upload/1589_img_overzicht-5.jpg);
}

#overzichtFotos .carousel-inner .item6{
  background-image: url(//svl.autodealers.nl/upload/1589_img_overzicht-6.jpg);
}

#overzichtFotos .carousel-inner .item7{
  background-image: url(//svl.autodealers.nl/upload/1589_img_overzicht-7.jpg);
}

#overzichtFotos .carousel-inner .item8{
  background-image: url(//svl.autodealers.nl/upload/1589_img_overzicht-8.jpg);
}


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

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: #3569B2;
  border-color: #3569B2;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}

a.btn-primary,
span.btn-primary,
button.btn-primary {
  border-radius: 0 0 40px 0;
  font-size: 16px;
  padding: 10px 25px 10px 10px;
  font-weight: 700;
  text-align: left;
  min-width: 220px;
}

.pager li>a{
  padding: 12px 20px;
}

.pager li:first-child>a{
  border-radius: 0 0 0 25px;
}

.pager li:last-child>a{
  border-radius: 0 0 25px 0;
}

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: #3569B2;
}

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

a.label {
  background: #3569B2;
  color: #fff;
}

span.title,
.pagination>li>a,
.pagination>li>span {
  color: #3569B2;
}

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;
  margin-bottom: 30px;
  text-align: center; 
}


.marquee span {
  display: inline-block;
  font-weight: bold;
}

.marquee span {
  padding: 0 20px;
  Color: #3569B2;
  Font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

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

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


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

#body.autolijst_background .gal-prijs-bottom{
  color: #3569B2;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 22px;
  left: 0;
}

#body.autolijst_background .gal-prijs-bottom [data-section="prijs"]{
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

#body.autolijst_background .gal-prijs-bottom.prijs small{
  font-size: 22px;
  font-weight: 400;
  text-indent: 25px;
  cursor: pointer;
  background: #3569B2;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: normal;
}

#body.autolijst_background .model-uitvoering{
  display: block;
}

#body.autolijst_background #btnvideotaggle{
  cursor: pointer;
}

#body.autolijst_background #btnvideotaggle .play-btn-taggle{
  max-width: 50px;
  left:0;
  right:0;
  margin: auto;
  top:50%;
  transform: translateY(-70%);
  position: absolute;
  background: #fff;
  border-radius: 35px;
}

#body.autolijst_background #btnvideotaggle span{
  background-size: cover;
}

#body.autolijst_background #btnvideotaggle .logo-btn-taggle{
  max-width: 70px;
  left:0;
  right:0;
  margin: auto;
  bottom:30px;
  position: absolute;
}

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

#body.autolijst_background .max-width-occ{
  max-width: 1200px;
  margin: 0 auto;
}

#body.autolijst_background #photo-thubms{
  display: block !important;
}

#body.autolijst_background .video-taggle{
  display: none !important;
}

#body.autolijst_background a.btn-primary{
  border-radius: 0;
  min-width: auto;
  padding: 10px;
}

#body.autolijst_background a.btn-primary small{
  font-size: 24px;
}

#body.autolijst_background .data-list .prijs .data-list-item-label span{
  font-weight: 800;
}

#body.autolijst_background .data-list .prijs .marge{
  font-size: 12px;
  display: block;
}

#body.autolijst_background{
  font-family: 'Open Sans', sans-serif;
}

#body.autolijst_background .nav-bar p{
  font-size: 14px;
  line-height: 25px;
}

.bottomadres h4 {
  font-size: 0.9em;
  color: #3b5998;
  margin-top: 5px;
  margin-bottom: 15px;
}

div.aantal-ads-top {
  display: none;
}

div.disclaimer [data-section="disclaimer"]{
  padding: 20px 0 0 0;
}

div.disclaimer h3 {
  font-size: 0.8em;
}

div.disclaimer p {
  font-size: 0.8em;
}

.flevomobiel .prijs span.marge .hidden {
  display: inline-block !important;
  visibility: visible !important;
}

#body.autolijst_background span.marge {
  font-size: 0.8em;
}

#body.autolijst_background [itemprop="name"].xs-center-block.sm-center-block {
  text-align: left;
  margin-bottom: 30px;
}

#body.autolijst_background .gallery-view .advertisement .prijs{
  bottom: 60px !important;
}

#body.autolijst_background .gallery-view .advertisement .gal-btn-bottom a{
  display: block;
  width: 100%;
}

#body.autolijst_background .gallery-view .merk-model-minheight{
  margin: 0;
}
#body.autolijst_background .detail-view div#belmij {
  margin-top: 40px;
  padding: 0px;
}
#body.autolijst_background .flevo-locatie1,
#body.autolijst_background .flevo-locatie2 {
  margin-bottom: 5px;
}
#body.autolijst_background {
  color: #404041;
}

#body.autolijst_background .auto-detail-page contact-adres {
  color: #404041;
}

#body.autolijst_background .list-view {
  color: #404041;
}

#body.autolijst_background .gallery-view {
  color: #404041;
}

#body.autolijst_background .detail-view {
  color: #404041;
}

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

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

#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #404041;
}

#body.autolijst_background .list-view .dtc-lease-price-gallery {
  width: 100%;
  text-align: right;
}

#body.autolijst_background a.btn.btn-primary.btn-lg.btn-block[data-scroll-trigger] {
  color: transparent;
  height: 43px;
}

#body.autolijst_background a.btn.btn-primary.btn-lg.btn-block[data-scroll-trigger] .dtc-lease-price-gallery {
  color: #fff;
  font-size: 16px;
}

#body.autolijst_background a.btn.btn-primary.btn-lg.btn-block[data-scroll-trigger] .financiering-button-text {
  display: inline-block;
}

#body.autolijst_background a.btn.btn-primary.btn-lg.btn-block[data-scroll-trigger]:hover small {
  color: #3569B2;
}

#body.autolijst_background .detail-view #company-section .panel-body a[data-scroll-trigger="lease-module-financiallease"] {
display:block;
}

/***************
**** 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) {
  #body.autolijst_background .gallery-view .advertisement .prijs{
    bottom: -10px !important;
  }
}

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

  .h1,
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #main {
    padding-top: 45px;
  }

  .autolijst_background #main{
    padding-top: 90px;
  }

  .row-eq-height {
    display: flex;
    flex-flow: row wrap;
  }

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

  .row-eq-height.middle {
    align-items: center;
  }

  .header-nav {
    padding: 15px 0;
  }

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

  .header-tel {
    margin-top: 10px;
  }

  .slogan h2 {
    font-size: 25px;
    line-height: 25px;
    margin: 20px 0;
    float: right;
  }

  .header-filter {
   /* position: absolute;
    left: 0;
    bottom: 0; */
    width: 100%;
    z-index: 3;
    background: rgba(251, 251, 251, 0.9);
  }

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

  .content-block .content-top {
    padding: 60px 0;
  }

  .content-block.vestiging,
  .content-block.waarom{
    margin-top: 30px;
  }

  #body.autolijst_background .list-view .advertisement .show-grid{
    padding-bottom: 35px;
  }

  .header-filter .zoek-filters input[type="text"]{
    font-size: 14px;
  }

  .header-filter .zoek-filters label {
    font-size: 13px;
  }

  .autolijst_background .zoekfilters .row {
    margin: 0;
    display: table;
    float: none;
    width: 100%;
    table-layout: fixed;
  }

  .autolijst_background .zoekfilters .form-group {
    padding: 0;
    margin: 0;
    border-radius: 1px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(data:image/gif;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==) no-repeat 90% 50%;
    display: table-cell;
    width: 100%;
    float: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 15px solid #eaeaea;
  }

  .autolijst_background .zoekfilters .form-group select.form-control {
    padding: 5px 8px;
    height: 27px;
    font-weight: bold;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

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

  .h1,
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #main {
    padding-top: 60px;
  }

  .autolijst_background #main{
    padding-top: 120px;
  }

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

  .header-tel {
    text-align: left;
    margin-top: 0;
  }

  .header-tel a {
    font-size: 26px;
    line-height: 36px;
  }

  .header-tel img {
    height: auto;
    width: auto;
  }

  .header-tel {
    float: right;
  }

  .slogan h2 {
    font-size: 28px;
    line-height: 28px;
    margin: 30px 0;
  }

  .blue-title {
    margin: 60px 0 0 0;
  }

  .content-text h1,
  .content-text .h1 {
    margin: 0 0 60px 0;
  }

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

  .content-block .content-bottom {
    padding: 45px;
  }

  .content-block .content-bottom.bottom-btn {
    padding: 45px 45px 95px 45px;
  }

  .content-block .content-bottom.bottom-btn .content-bottom-btn {
    right: 45px;
    bottom: 45px;
  }

  .content-block .content-top {
    padding: 70px 0;
  }

  .content-block.vestiging{
    margin-top: 0;
  }

  #body.autolijst_background .list-view .advertisement .show-grid{
    padding-bottom: 0;
  }
}

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

  .h1,
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .nav>li>a {
    padding: 0 3px;
  }

  #main {
    padding-top: 80px;
  }

  .autolijst_background #main{
    padding-top: 150px;
  }

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

  .header-tel a {
    font-size: 20px;
    line-height: 30px;
  }

  .header-tel img {
    height: 28px;
    width: 28px;
    margin-right: 10px;
  }

  .slogan h2 {
    font-size: 34px;
    line-height: 34px;
  }

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

  .btn.btn-primary.btn-home {
    font-size: 18px;
  }

  .content-block .content-bottom {
    padding: 60px 45px;
  }

  .content-block .content-bottom.bottom-btn {
    padding: 60px 45px 110px 45px;
  }

  .content-block .content-bottom.bottom-btn .content-bottom-btn {
    right: 60px;
    bottom: 60px;
  }

  .content-block .content-top {
    padding: 80px 0;
  }

  .header-filter .zoek-filters input[type="text"], .header-filter .zoek-filters label {
    font-size: 13px;
  }

  .header-filter .zoek-filters input[type="text"].kilometer-max{
    max-width: 50px !important;
  }

  .content-block.waarom{
    margin-top: 0;
  }

  .header-nav-btn{
    right: calc(15px + 8.3333333%);
    bottom: -47px;
  }
}

@media(min-width: 1451px) {

  .nav>li>a {
    padding: 0 10px;
  }

  .header-tel a {
    font-size: 25px;
    line-height: 40px;
  }

  .header-tel img {
    height: auto;
    width: auto;
    margin-right: 15px;
  }

  .slogan h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .header-filter .zoek-filters input[type="text"], .header-filter .zoek-filters label {
    font-size: 15px;
  }

  .header-filter .zoek-filters input[type="text"].kilometer-max{
    max-width: 60px !important;
  }

  .header-filter .zoek-filters input[type="text"].prijs-max{
    max-width: 50px !important;
  }

  .content-block .content-bottom {
    padding: 60px;
  }

  .content-block .content-bottom.bottom-btn {
    padding: 60px 60px 110px 60px;
  }
}

@media(min-width: 1645px) {
  .header-tel a {
    font-size: 30px;
  }

  .nav>li>a {
    padding: 0 21px;
  }
}
.margin-iframe {
	margin: 50px 0;
}