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

body {
  font-family: "Urbanist", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 800;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  color:#fff;
}

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

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

h3 {
  font-size: 18px;
}

input, button, select, textarea, .form-control {
    background: rgba(62, 62, 64, 1);
  	color:#fff !important;
  font-size:16px;
}



table,
ul,
ol,
p {
  line-height: 25px;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

a,
a:link,
a:visited,
a:active {
  color: #C9DDD5;
  font-weight: 600;
  text-decoration: none;
  transition: ease-in-out all 0.3s;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #FFFFFF;
}

address {
  margin: 0;
}

/**********************
******** Loader *******
**********************/
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 100%;
  text-align: center;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #010101;
  border-radius: 50%;
  animation: page-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #010101 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 *******
**********************/
a.nav-brand {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif !important;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
}
a.nav-brand img {
  margin-left: -60px;
}

.header-openingstijden {
  text-align: right;
}
.header-openingstijden p {
  margin: 0;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

/**********************
****** 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 {
  font-family: "Urbanist", sans-serif !important;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.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: #C9DDD5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(13px + 3 * (100vw - 350px) / 1570);
}
.navbar-default .navbar-toggle {
  border-color: #C9DDD5;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #C9DDD5;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
  /* Setup */
  body {
    padding-top: 0;
  }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #C9DDD5;
    width: 200px;
    padding: 0;
  }
  .navbar-default .navbar-header {
    background: rgba(1, 1, 1, 0.5);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #010101;
  }
  .navbar-default .navbar-nav > li a {
    border: none;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background: #010101;
    color: #FFFFFF;
    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: #FFFFFF;
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #C9DDD5;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 0;
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .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 {
  height: 210px;
  border-radius: 0;
}

.carousel-content {
  background: #010101;
  padding: 60px 0;
}
.carousel-content .content-text h2,
.carousel-content .content-text p {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .carousel-header {
    height: 600px;
    position: relative;
  }
  #carousel-header {
    height: 100%;
  }
  .carousel-content {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    z-index: 3;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .carousel-header {
    height: 750px;
  }
  .carousel-content {
    top: 250px;
  }
}
@media (min-width: 1200px) {
  .carousel-header {
    height: 820px;
  }
  .carousel-content {
    top: 350px;
  }
}
/* Carousel backgrounds */
#carousel-header .carousel-inner .bg1 {
  background-image: url("//svl.autodealers.nl/upload/29070_header.jpg");
}
#carousel-header .carousel-inner .bg2 {
  background-image: url("//svl.autodealers.nl/upload/29070_header-2.jpg");
}
#carousel-header .carousel-inner .bg3 {
  background-image: url("//svl.autodealers.nl/upload/29070_header-3.jpg");
}
#carousel-header .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel-header .carousel-indicators {
  z-index: 5;
}
#carousel-header .carousel-inner,
#carousel-header .carousel .item,
#carousel-header .carousel-inner .bg {
  height: 100%;
}

/* 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;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 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;
    transform: translate3d(0, 0, 0);
  }
}
/**********************
******** Footer *******
**********************/
.footer-top {
  background: #252525;
  color: #FFFFFF;
}
.footer-top .content-text h3 {
  color: #FFFFFF;
}
.footer-top a {
  color: #C9DDD5;
}

.footer-menu {
  padding: 0;
  list-style: none;
}
.footer-menu a:hover {
  color: #FFFFFF;
}

.footer-bottom {
  padding: 30px 0;
  background: #010101;
  color: #FFFFFF;
}
.footer-bottom p {
  margin: 0;
}

span.line {
  margin: 0 10px;
}

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

@media (min-width: 992px) {
  .footer-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: wrap;
  }
  .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 {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .footer-bottom p {
    text-align: center;
  }
}
/**********************
*** Custom Style ******
**********************/
.content-text h1,
.content-text .h1 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.content-text h2,
.content-text .h2 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.content-text h3,
.content-text .h3 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.content-text p.intro {
  font-size: 16px;
  letter-spacing: 1px;
  width: 95%;
}

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

.bg-verkopen {
  background: url(//svl.autodealers.nl/upload/29070_oldtimer.jpg) no-repeat center/cover;
}
.bg-verkopen .content-text h2,
.bg-verkopen .content-text p {
  color: #fff;
}

.bg-primary,
.bg-afspraak {
  padding: 30px;
  min-height: 375px;
  margin: 0 -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-primary {
  background: #010101;
}
.bg-primary .content-text h2 {
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}

.bg-afspraak {
  background: url(//svl.autodealers.nl/upload/29070_vacatures.jpg) no-repeat center/cover;
}

.bg-question {
  background: url(//svl.autodealers.nl/upload/29070_Contact_img.jpg) no-repeat center/cover;
}
.bg-question .content-text h2,
.bg-question .content-text p {
  color: #FFFFFF;
}

.custom-form .panel-body {
  padding: 0;
}
.custom-form .form-group {
  margin-bottom: 30px;
}
.custom-form .form-group .input-group {
  display: block;
}
.custom-form .form-group input.form-control,
.custom-form .form-group textarea.form-control {
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 25px;
  border-radius: 0;
  background: rgba(37, 37, 37, 0.5);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  color: #C9DDD5;
}
.custom-form .form-group input.form-control::-moz-placeholder, .custom-form .form-group textarea.form-control::-moz-placeholder {
  color: #C9DDD5;
}
.custom-form .form-group input.form-control::placeholder,
.custom-form .form-group textarea.form-control::placeholder {
  color: #C9DDD5;
}
.custom-form .form-group input.form-control {
  float: none;
  display: block;
  height: 60px;
}
.custom-form .form-group textarea.form-control {
  padding-top: 20px;
}
.custom-form .form-group button {
  width: 100%;
  height: 60px;
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  border-radius: 0;
  transition: ease-in-out all 0.2s;
}
.custom-form .form-group button svg {
  display: inline-block;
  vertical-align: -7px;
}
.custom-form .form-group button:hover {
  background: #d9d9d9;
}
.custom-form .form-button {
  margin: 0;
}

/**********************
******* Global ********
**********************/
.slideshow-home {
  min-height: 515px;
}

#slideshow10 {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slideshow10-container {
  max-width: 1250px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.slideshow10-container .swiper-wrapper {
  align-items: center;
  padding: 35px 0;
}
.slideshow10-container .swiper-slide {
  width: 240px !important;
}
.slideshow10-container .swiper-slide a {
  filter: brightness(85%);
}
.slideshow10-container .swiper-slide.swiper-slide-prev a, .slideshow10-container .swiper-slide.swiper-slide-next a {
  filter: brightness(95%);
}
.slideshow10-container .swiper-slide.swiper-slide-active a {
  filter: brightness(100%);
}
.slideshow10-container a {
  text-decoration: none;
  display: block;
  background: #252525;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-weight: 400;
}
.slideshow10-container img {
  max-width: 100%;
}
.slideshow10-container .slideshow10-price {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 3;
  background: rgba(62, 62, 64, 0.5);
  -webkit-backdrop-filter: blur(43.4925079346px);
          backdrop-filter: blur(43.4925079346px);
  color: #FFFFFF;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 7px 5px;
}
.slideshow10-container .slideshow10-price h4 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  color: inherit;
  font-weight: 800;
}
.slideshow10-container .slideshow10-content {
  padding: 20px 15px;
  color: #fff;
}
.slideshow10-container .slideshow10-title h3 {
  margin: 0;
  font-size: 20px;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 2px solid #FFFFFF;
  font-weight: 800;
  letter-spacing: 1px;
}
.slideshow10-container .slideshow10-title h3 .type {
  display: none;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  text-transform: none;
}
.slideshow10-container .slideshow10-data {
  padding: 20px 0;
  border-bottom: 2px solid #FFFFFF;
}
.slideshow10-container .slideshow10-data > div {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.slideshow10-container .slideshow10-data .slideshow10-item-left {
  width: 130px;
}
.slideshow10-container .slideshow10-btn {
  padding-top: 20px;
  text-align: right;
}
.slideshow10-container .slideshow10-btn .btn-primary {
  transition: ease-in-out all 0.3s;
  background: transparent;
  color: #C9DDD5;
  padding: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
}
.slideshow10-container .slideshow10-btn .btn-primary:after {
  content: "\f101";
  font-family: FontAwesome;
  color: inherit;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  line-height: 24px;
  vertical-align: -4px;
}
.slideshow10-container .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
  width: 100% !important;
}
.slideshow10-container .swiper-wrapper.disabled .swiper-slide {
  transform: translate3d(0px, 0, 0) !important;
  margin: 0 auto;
}

.btn-occ {
  margin: 20px;
}

.slideshow-home .swiper-button-next,
.slideshow-home .swiper-button-prev {
  color: #C9DDD5;
}

@media (min-width: 768px) {
  .slideshow-home {
    min-height: 660px;
  }
  .slideshow10-container .swiper-slide {
    width: 450px !important;
  }
  .slideshow10-container .slideshow10-price {
    top: 35px;
    max-width: 260px;
  }
  .slideshow10-container .slideshow10-content {
    padding: 20px 30px;
  }
  .slideshow10-container .slideshow10-price h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .slideshow10-container .slideshow10-title h3 {
    font-size: 25px;
  }
  .slideshow10-container .slideshow10-data .slideshow10-item-left {
    width: 150px;
  }
}
.content-space {
  padding: 15px 0;
}

.btn.btn-primary.btn-home {
  padding: 15px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  width: 100%;
  max-width: 290px;
  text-transform: uppercase;
}
.btn.btn-primary.btn-home svg {
  display: inline-block;
  vertical-align: -7px;
}

.btn-primary.btn-white,
a.btn-primary.btn-white {
  background: #fff;
  border-color: #fff;
  color: #C9DDD5;
}

.btn-primary,
a.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 {
  font-family: "Urbanist", sans-serif !important;
  background: #C9DDD5;
  border-color: #C9DDD5;
  color: #010101;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
}

.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:active,
a.btn-primary:active,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active:focus,
a.btn-primary:active:focus,
.pager li > a:hover,
.pager li > span:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #fff;
}

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

a.label {
  background: #FFFFFF;
  color: #fff;
}

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

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: -moz-max-content;
  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%;
}

body {
  padding-bottom: 60px;
}

.fixed-icons {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-icons .fixed-icon {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C9DDD5;
}
.fixed-icons .fixed-icon:hover {
  transform: translateY(-5px);
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
  .fixed-icons {
    display:none;
    top: 0;
    bottom: auto;
    z-index: 999;
    height: 100vh;
    width: 75px;
    flex-direction: column;
    padding: 0;
  }
  .fixed-icons .fixed-icon {
    margin: 7.5px 0;
  }
  .fixed-icons .fixed-icon:hover {
    transform: translateX(5px);
  }
}
@media (min-width: 1200px) {
  .fixed-icons {
    width: 90px;
  }
}
/**********************
*** Style per pagina **
**********************/
/***************
*** Occasions **
***************/
#body.autolijst_background,
#body.autolijst_background .auto-detail-page contact-adres,
#body.autolijst_background .list-view,
#body.autolijst_background .gallery-view,
#body.autolijst_background .detail-view,
#body.autolijst_background .row.auto-specificaties,
#body.autolijst_background .row.auto-opties,
#body.autolijst_background .row.auto-opmerkingen h3 {
  color: #fff;
}

#body.autolijst_background .auto-detail-page {
border:none;
}

#body.autolijst_background .auto-detail-page h2 {
  margin: 20px 0;

}

#body.autolijst_background .auto-detail-page h2 span {
  color:#C9DDD5;
}

#body.autolijst_background .nav-bar, #body.autolijst_background .list-group-item {
background: #000;
  border-color:#252525;
}

#body.autolijst_background .btn-default, #body.autolijst_background .btn-block-company, #body.autolijst_background .modal-content, #body.autolijst_background .modal-title {
color:#000 !important;
}

/**********************
*** 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) {
  .row-eq-height {
    display: flex;
    flex-flow: wrap row;
  }
  .row-eq-height:after, .row-eq-height:before {
    display: none;
  }
  .row-eq-height.middle {
    align-items: center;
  }
  .content-space {
    padding: calc(15px * 2) 0;
  }
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    color: #FFFFFF;
  }
  .header.scroll {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .header.scroll .nav-brand img {
  	width:220px;
  }
  
  .header-top {
    position: relative;
    z-index: 1;
    background: rgba(1, 1, 1, 0.5);
    -webkit-backdrop-filter: blur(43.4925079346px);
            backdrop-filter: blur(43.4925079346px);
  }
  .header-nav {
    padding: 30px 0;
    background: rgba(62, 62, 64, 0.5);
    -webkit-backdrop-filter: blur(43.4925079346px);
            backdrop-filter: blur(43.4925079346px);
  }
}
/* Vanaf Tablet liggend/landscape modus (col-md en hoger) */
@media (min-width: 992px) {
  .content-space {
    padding: calc(15px * 3) 0;
  }
  .content-text h1,
  .content-text .h1 {
    margin-bottom: 25px;
  }
  .bg-primary,
  .bg-afspraak {
    min-height: 480px;
  }
}
/* Vanaf computerscherm (col-lg) */
@media (min-width: 1200px) {
  .content-space {
    padding: calc(15px * 4) 0;
  }
}
@media (min-width: 1600px) {
  .col-xl-Custom {
    width: 20%;
  }
}

#body.Vacatures #main a,
#body.Contact #main a,
#body.autolijst_background #main a {
	color: #C9DDD5;
}

.img-responsive, 
.thumbnail>img, 
.thumbnail a>img, 
.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
	width: 100%;
}

.well {
color:#252525;
}

.well a {
color:#000 !important;
}

.panel {
background:#3e3e40;
  border:none;
}

.btn-social.btn-twitter {
color:#000 !important;
}