/* Generated by less 2.4.0 */
/**
 * 
 * Car Center Gijsen Design
 *  
 * Index:
 * 
 * 	1. Global styling
 *  2. Layout related
 * 		2.1	Layout itself
 * 		2.2 Headers
 *  3. Content specific
 *  4. Helpers
 *  5. Responsiveness
 * 
 **/
/**
 * 
 * 1.0 Global styling
 * 
 **/
* {
  margin: 0;
}
html,
body {
  height: 100%;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
#wrapper {
  min-height: 100%;
  margin: 0 auto -390px;
  /* the bottom margin is the negative value of the footer's height */
}
footer,
#push {
  height: 390px;
  /* '.push' must be the same height as 'footer' */
}
/**
 * 
 * 2.1 Layout
 * 
 **/
nav#topNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  overflow: hidden;
}
nav#topNav ul {
  display: block;
  width: 1200px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
nav#topNav ul .logo {
  float: left;
  width: 255px;
  height: 50px;
  margin-top: 15px;
  margin-left: 0px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
nav#topNav ul li {
  float: right;
  margin-left: 30px;
  list-style: none;
  height: 80px;
  line-height: 80px;
}
nav#topNav ul li a,
nav#topNav ul li a:visited,
nav#topNav ul li a:active {
  color: rgba(255, 255, 255, 0.5);
}
nav#topNav ul li.active a,
nav#topNav ul li.active a:visited,
nav#topNav ul li.active a:active {
  color: #fff;
  font-weight: bold;
}
nav#topNavMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  overflow: hidden;
}
nav#topNavMobile #top {
  display: block;
  width: 100%;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 50px;
}
nav#topNavMobile #top #logo {
  float: left;
  width: 153px;
  height: 30px;
  margin: 10px 0 0 10px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
nav#topNavMobile #top #hamburger {
  float: right;
  line-height: 50px;
  margin: 0 20px;
}
nav#topNavMobile #top #hamburger #close {
  display: none;
}
nav#topNavMobile #top #hamburger:hover {
  cursor: pointer;
}
nav#topNavMobile #links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
nav#topNavMobile #links a {
  color: #fff;
  text-decoration: none;
}
nav#topNavMobile #links a:hover {
  text-decoration: underline;
}
nav#topNavMobile #links li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #333;
}
nav#topNavMobile #links li:first-child {
  border-top: 1px solid #333;
}
nav#topNavMobile #links li:hover {
  background-color: #333;
}
header {
  width: 100%;
  overflow: auto;
  height: 500px;
  background-image: url(http://placehold.it/2000x500);
  background-position: center center;
  background-repeat: no-repeat;
}
header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
section {
  width: 100%;
  overflow: auto;
  padding: 20px 0;
}
.page {
  margin: 0 auto;
}
.content {
  width: 1200px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
footer {
  width: 100%;
  height: 390px;
  background-color: #2c2d2d;
  overflow: hidden;
  color: #fff;
  border-top: 5px solid #333;
}
footer #one,
footer #two,
footer #three {
  width: 1200px;
  margin: 0 auto;
}
footer #one {
  padding: 50px 0 20px 0;
  overflow: hidden;
}
footer #one #linkWall {
  width: 900px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #one #linkWall li {
  width: 25%;
  float: left;
}
footer #one #linkWall li strong {
  display: block;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
}
footer #one #linkWall li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #one #linkWall li ul li {
  display: block;
  padding: 5px 0;
  width: 100%;
  color: #747474;
}
footer #one #linkWall li ul li a {
  color: #747474;
}
footer #one #linkWall li ul li a:hover {
  color: #c1c1c1;
}
footer #one #linkWall li ul li a.highlighted {
  color: #15c9e0;
}
footer #one #linkWall li ul li:last-child {
  padding-bottom: 0;
}
footer #one #linkWall li ul li:first-child {
  padding-top: 0;
}
footer #one #googleMaps {
  float: right;
  width: 220px;
  height: 150px;
  background-image: url(http://placehold.it/220x150);
}
footer #two {
  border-bottom: 2px solid #000;
  padding: 25px 0;
}
footer #two img {
  width: 255px;
}
footer #three {
  border-top: 1px solid #606060;
  padding: 25px 0;
  overflow: auto;
}
footer #three #left {
  width: 50%;
  float: left;
}
footer #three #left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
footer #three #left ul li {
  float: left;
}
footer #three #left ul li span {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
footer #three #left ul li span img {
  width: 20px;
}
footer #three #left ul li:nth-child(2) {
  margin-left: 10px;
}
footer #three #right {
  width: 50%;
  float: right;
  text-align: right;
}
/**
 * 
 * 2.2 Headers
 * 
 */
header {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-image: url(http://placehold.it/2000x500);
}
#headerShadow {
  width: 100%;
  height: 20px;
  background-image: url('../img/HeaderSchaduw.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .2;
}
#homeHeader,
#aanbodHeader,
#overonsHeader,
#contactHeader,
#aanbiedingenHeader,
#happyHeader,
#loginHeader,
#detailsHeader,
#soldHeader {
  text-align: center;
}
#homeHeader div,
#aanbodHeader div,
#overonsHeader div,
#contactHeader div,
#aanbiedingenHeader div,
#happyHeader div,
#loginHeader div,
#detailsHeader div,
#soldHeader div {
  display: block;
  box-sizing: border-box;
}
#homeHeader div h1,
#aanbodHeader div h1,
#overonsHeader div h1,
#contactHeader div h1,
#aanbiedingenHeader div h1,
#happyHeader div h1,
#loginHeader div h1,
#detailsHeader div h1,
#soldHeader div h1,
#homeHeader div h2,
#aanbodHeader div h2,
#overonsHeader div h2,
#contactHeader div h2,
#aanbiedingenHeader div h2,
#happyHeader div h2,
#loginHeader div h2,
#detailsHeader div h2,
#soldHeader div h2 {
  display: inline-block;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
#homeHeader div h1,
#aanbodHeader div h1,
#overonsHeader div h1,
#contactHeader div h1,
#aanbiedingenHeader div h1,
#happyHeader div h1,
#loginHeader div h1,
#detailsHeader div h1,
#soldHeader div h1 {
  margin-bottom: 10px;
}
#homeHeader div:first-child,
#aanbodHeader div:first-child,
#overonsHeader div:first-child,
#contactHeader div:first-child,
#aanbiedingenHeader div:first-child,
#happyHeader div:first-child,
#loginHeader div:first-child,
#detailsHeader div:first-child,
#soldHeader div:first-child {
  margin-top: 150px;
}
#loginHeader {
  height: 400px;
  margin-bottom: 50px;
  background-image: url('../img/header3.jpg');
  background-size: cover;
}
#loginHeader div:first-child {
  margin: 316px 0 0 50px;
}
#homeHeader {
  background-image: url('../img/header1.jpg');
  background-size: cover;
}
#homeHeader div:first-child {
  margin-top: 230px;
}
#aanbodHeader {
  background-image: url('../img/header4.jpg');
  background-size: cover;
}
#aanbodHeader div:first-child {
  margin-top: 230px;
}
#overonsHeader {
  background-image: url('../img/header5.jpg');
  background-size: cover;
}
#overonsHeader div:first-child {
  margin-top: 290px;
  width: 100%;
}
#contactHeader {
  background-image: url('../img/header2.jpg');
  background-size: cover;
  height: 240px;
}
#contactHeader div:first-child {
  margin-top: 100px;
}
#happyHeader {
  background-image: url('../img/header4.jpg');
  background-size: cover;
}
#happyHeader div:first-child {
  margin-top: 230px;
}
#soldHeader {
  background-image: url('../img/header2.jpg');
  background-size: cover;
}
#soldHeader div:first-child {
  margin-top: 180px;
}
.adminHeader {
  text-align: left;
}
#detail-badge-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#detail-badge-wrapper #inner {
  position: relative;
  margin-top: 0;
}
#detail-badge-wrapper #inner #detail-badge {
  display: inline-block;
  position: absolute;
  top: 160px;
  right: 0;
  width: 175px;
  height: 142px;
  margin-top: 0;
  background-image: url(../img/HomeBadge.png);
  background-color: transparent;
}
#detailsHeader {
  position: relative;
  background-image: url('../img/header5.jpg');
  background-size: cover;
  text-align: left;
}
#detailsHeader div:first-child {
  margin-top: 250px;
}
#detailsHeader div h1 {
  font-weight: 300;
}
/**
 * 
 * 3.1 Content (global)
 * 
 **/
#aanvraag {
  overflow: auto;
  padding: 20px 0;
  background-image: url(../img/Aanvraag.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}
#aanvraag .left {
  float: left;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 100px 0 0 0;
}
#aanvraag .left h1 {
  font-size: 2em;
  margin: 0 0 10px 0;
  font-weight: bold;
}
#aanvraag .left p {
  font-size: 1.1em;
}
#aanvraag .left h1,
#aanvraag .left p {
  text-shadow: 1px 1px #000000;
}
#aanvraag .right {
  float: right;
  width: 50%;
  text-align: center;
  padding: 100px 0 0 0;
  overflow: hidden;
}
#aanvraag .right button {
  display: inline-block;
  background-color: #fff;
  padding: 20px 50px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 13px;
}
#merken {
  padding: 60px 0;
}
#merken #merkList {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#merken #merkList li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
#merken #merkList li:nth-child(3n) {
  padding-top: 10px;
}
.carList {
  list-style: none;
  padding: 0;
  margin: 20px -15px 0 -15px;
}
.carList li {
  float: left;
  padding: 0 15px;
  width: 25%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.carList li .image-wrapper {
  width: 100%;
  position: relative;
}
.carList li img {
  width: 100%;
}
.carList li a {
  color: #000;
}
.carList li .label {
  position: absolute;
  top: 9px;
  right: 8px;
}
.carList li .social {
  position: absolute;
  top: 22px;
  left: 10px;
}
.carList li .info {
  width: 100%;
  overflow: auto;
}
.carList li .info span {
  display: block;
  min-height: 60px;
  line-height: 20px;
}
.carList li .info .left {
  float: left;
  width: 65%;
}
.carList li .info .left strong {
  display: block;
}
.carList li .info .right {
  float: right;
  width: 35%;
  text-align: right;
}
.carList li .info .right span {
  min-height: inherit;
}
.carList.fancy li .info .left strong {
  color: #42c0ef;
}
.carList.fancy li .info .right strong {
  color: #f25721;
}
/**
 * 
 * 3.2 Page specific
 * 
 **/
/** Auth **/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.need-help {
  margin-top: 10px;
}
.new-account {
  display: block;
  margin-top: 10px;
}
.alternative {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
}
/** Aanbod **/
#nieuw,
#deals,
#aanbod {
  overflow: hidden;
}
#deals {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
}
/** Diensten **/
/** Over ons **/
#overons-text h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
#overons-text p {
  margin: 20px 0;
  overflow: auto;
  text-align: justify;
  font-size: 1.2em;
}
#overons-text p strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}
#overons-text p.clearBoth {
  clear: both;
}
#overons-text img {
  float: right;
  margin: 0 0 20px 20px;
  width: 350px;
}
#overons-text .first,
#overons-text .third {
  margin-top: 30px;
}
#verkoop-team {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
}
#verkoop-team .left {
  width: 40%;
  box-sizing: border-box;
  padding-right: 30px;
}
#verkoop-team .left h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
#verkoop-team .left p {
  text-align: justify;
  font-size: 1.2em;
}
#verkoop-team .right {
  width: 60%;
  overflow: hidden;
}
#verkoop-team .right img {
  float: right;
  width: 60%;
}
#verkoop-team .right #block-wrapper {
  margin: 0 -15px;
}
#verkoop-team .right #block-wrapper .block {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}
#verkoop-team .right #block-wrapper .block img {
  width: 100%;
  margin-bottom: 15px;
}
#verkoop-team .right #block-wrapper .block strong {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
/** Klanttevredenheid **/
#happy-one h3,
#happy-two h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 40px;
}
#happy-one strong,
#happy-two strong {
  display: block;
  font-size: 1.2em;
}
#happy-one p,
#happy-two p {
  font-size: 1.1em;
  line-height: 27px;
}
#happy-one {
  margin-top: 20px;
  margin-bottom: 20px;
}
#happy-one img {
  margin: 30px 0 40px 0;
}
#happy-one #text {
  float: left;
  width: 900px;
}
#happy-one #text strong {
  margin-bottom: 10px;
}
#happy-one #tv-widget-iframe {
  float: right;
}
#happy-two {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
}
#happy-two img {
  float: right;
  width: 450px;
  margin-left: 20px;
}
/** Contact **/
#contactMaps #spacer {
  display: block;
  width: 20px;
}
#contactMaps #map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
#contactMaps #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#contact {
  overflow: auto;
}
#contact h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}
#contact p {
  margin-bottom: 10px;
}
#contact #info {
  float: left;
  width: 33.3334%;
  margin-bottom: 20px;
}
#contact #info table {
  width: 100%;
}
#contact #info table tbody {
  width: 100%;
}
#contact #info table tbody tr td:first-child {
  width: 30%;
}
#contact #info table tbody tr td:last-child {
  width: 70%;
}
#contact #info .title {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
#contact #info .text {
  width: 100%;
}
#contact #info .text strong {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
#contact #info .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact #info .text ul li {
  display: block;
  overflow: auto;
}
#contact #info .text ul li span:nth-child(1) {
  float: left;
  width: 30%;
  text-align: left;
}
#contact #info .text ul li span:nth-child(2) {
  float: right;
  width: 70%;
  text-align: left;
}
#contact #contact-form,
#contact #aanvraag-form {
  float: left;
  width: 33.3334%;
  box-sizing: border-box;
  padding: 0 10px;
}
/** Speciale aanbiedingen **/
#details-stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#details-stats ul li {
  text-align: center;
  float: left;
  width: 16.66%;
}
#details-stats ul li span,
#details-stats ul li strong {
  display: block;
}
#details-stats ul li span {
  text-transform: uppercase;
  font-size: 2em;
}
#details-stats ul li strong {
  font-size: 1.8em;
}
#details-stats ul li strong .unknown {
  font-size: 1em;
  display: inline-block;
}
#autoDetails {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
  overflow: auto;
}
#autoDetails h1 {
  font-size: 2.6em;
  margin: 0 0 10px 0;
}
#autoDetails h2 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
#autoDetails #google-wrapper {
  margin-bottom: 5px;
}
#autoDetails #facebook-wrapper {
  margin-bottom: 10px;
}
#autoDetails #images {
  float: left;
  width: 330px;
  padding-right: 30px;
  box-sizing: border-box;
}
#autoDetails #images #primary-image-wrapper {
  width: 300px;
  cursor: pointer;
  margin-bottom: 15px;
}
#autoDetails #images #primary-image-wrapper img {
  width: 300px;
}
#autoDetails #images #thumbs-wrapper {
  width: 300px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
#autoDetails #images #thumbs-wrapper li {
  display: block;
  float: left;
  width: 90px;
  margin: 0 15px 10px 0;
  cursor: pointer;
}
#autoDetails #images #thumbs-wrapper li img {
  width: 90px;
  box-sizing: border-box;
}
#autoDetails #images #thumbs-wrapper li:nth-child(3n) {
  margin: 0 0 10px 0;
}
#autoDetails #images #merken ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#autoDetails #images #merken ul li {
  display: block;
}
#autoDetails #info {
  float: right;
  overflow: auto;
}
#autoDetails #info #buttons-wrapper {
  margin-bottom: 10px;
}
#autoDetails #info .info-list {
  float: left;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#autoDetails #info .info-list li {
  float: left;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
#autoDetails #info .info-list li strong {
  float: left;
  width: 35%;
}
#autoDetails #info .info-list li span {
  float: right;
  width: 65%;
}
#autoDetails #info .info-list li.title {
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
}
#autoDetails #info .info-list li.title:first-child {
  padding-top: 0;
}
#autoDetails #info .info-list li.desc {
  width: 100%;
}
#autoDetails #info .info-list li.desc strong,
#autoDetails #info .info-list li.desc span {
  width: 100%;
}
#autoDetails #info .info-list li.accessoires {
  padding: 5px 0;
}
#autoDetails #info .info-list.fluid {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 40px;
}
#autoDetails #info .info-list-accessoires {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#autoDetails #info .info-list-accessoires li.title {
  width: 100%;
  font-size: 1.4em;
  font-weight: bold;
}
#autoDetails #info .info-list-accessoires li {
  float: left;
  width: 50%;
  overflow: auto;
  box-sizing: border-box;
  padding: 6px 0;
}
/** Admin > Voertuigen > Details **/
#mayorStats ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  overflow: auto;
}
#mayorStats ul li {
  float: left;
  width: 16.6667%;
  padding: 0 15px;
}
#mayorStats ul li span,
#mayorStats ul li strong {
  display: block;
  text-align: center;
}
#mayorStats ul li span {
  font-size: 1.4em;
}
#mayorStats ul li strong {
  font-size: 1.6em;
}
#details {
  overflow: auto;
  background-color: #eff3f6;
  padding: 40px 0 30px 0;
}
#details #images {
  float: left;
  width: 300px;
}
#details #images #preview {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
}
#details #images #thumbs {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
}
#details #images #thumbs li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#details #images #thumbs li img {
  width: 100%;
}
#details #data {
  float: right;
  overflow: auto;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
#details #data li {
  float: left;
  overflow: auto;
  width: 33%;
  padding: 0 15px;
}
#details #data li span {
  float: left;
}
#details #data li span:first-child {
  width: 65%;
}
#details #data li span:last-child {
  width: 35%;
}
#details #data li.title {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}
#details #data li.title:first-child {
  margin-top: 0;
}
#details #data li.story {
  width: 100%;
}
#details #data li.story p {
  margin: 10px 0;
}
#details #data li.story p:first-child {
  margin-top: 0;
}
#vergelijkbaar h1 {
  font-size: 1.2em;
  text-align: center;
  margin: 0 0 20px 0;
}
#vergelijkbaar .carList li {
  width: 33.3334%;
}
#detailsVergelijkbaar,
#soldVergelijkbaar {
  overflow: hidden;
}
#detailsVergelijkbaar h1,
#soldVergelijkbaar h1 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#detailsVergelijkbaar ul,
#soldVergelijkbaar ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  overflow: hidden;
}
#detailsVergelijkbaar ul a,
#soldVergelijkbaar ul a {
  color: #000;
}
#detailsVergelijkbaar ul a li,
#soldVergelijkbaar ul a li {
  float: left;
  width: 33.3334%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}
#detailsVergelijkbaar ul a li .image-wrapper,
#soldVergelijkbaar ul a li .image-wrapper {
  width: 40%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#detailsVergelijkbaar ul a li .image-wrapper img,
#soldVergelijkbaar ul a li .image-wrapper img {
  width: 100%;
}
#detailsVergelijkbaar ul a li .text-wrapper,
#soldVergelijkbaar ul a li .text-wrapper {
  width: 60%;
  float: right;
  border-left: 3px solid #f47548;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #ededed;
}
#detailsVergelijkbaar ul a li .text-wrapper .name,
#soldVergelijkbaar ul a li .text-wrapper .name {
  width: 100%;
  text-align: left;
  color: #45baf0;
  font-weight: bold;
  padding: 10px 10px 5px;
}
#detailsVergelijkbaar ul a li .text-wrapper .data,
#soldVergelijkbaar ul a li .text-wrapper .data {
  overflow: hidden;
  width: 100%;
}
#detailsVergelijkbaar ul a li .text-wrapper .data span,
#soldVergelijkbaar ul a li .text-wrapper .data span,
#detailsVergelijkbaar ul a li .text-wrapper .data strong,
#soldVergelijkbaar ul a li .text-wrapper .data strong {
  box-sizing: border-box;
  padding: 2px 10px;
}
#detailsVergelijkbaar ul a li .text-wrapper .data span,
#soldVergelijkbaar ul a li .text-wrapper .data span {
  float: left;
  width: 60%;
  height: 24px;
}
#detailsVergelijkbaar ul a li .text-wrapper .data strong,
#soldVergelijkbaar ul a li .text-wrapper .data strong {
  float: left;
  width: 40%;
  height: 24px;
}
#detailsVergelijkbaar ul a li .text-wrapper .price,
#soldVergelijkbaar ul a li .text-wrapper .price {
  width: 100%;
  text-align: left;
  color: #f47548;
  padding: 5px 10px 10px;
  font-weight: bold;
}
#detailsVergelijkbaar ul a:hover li .text-wrapper .data,
#soldVergelijkbaar ul a:hover li .text-wrapper .data {
  color: #000;
}
#soldVergelijkbaar {
  border-top: 3px solid #e7ecf0;
  background-color: #eff3f6;
  padding: 50px 0;
  width: 100%;
  padding: 15px 0 50px 0;
}
#sold-blocks {
  overflow: auto;
}
#sold-blocks #form {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
#sold-blocks #form h3 {
  margin-top: 0;
}
#sold-blocks #aanvraag {
  float: right;
  width: 50%;
  color: #fff;
  text-align: center;
  padding-top: 114px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
#aanbod-filter #text {
  float: left;
  display: inline-block;
  padding: 10px 20px 0 0;
  font-weight: bold;
}
#aanbod-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aanbod-filter ul li {
  display: inline-block;
  padding: 10px 10px 0 0;
  margin-right: 10px;
  background-color: transparent;
}
#aanbod-filter ul li a {
  color: #000;
}
#aanbod-filter ul li.active {
  color: #26b0e3;
}
#aanbod-filter ul li.active a {
  color: #26b0e3;
}
/*
 * 
 * 4.0 Helpers
 * 
 */
.thumb {
  width: 100px;
}
.mten {
  margin-right: 10px;
}
.mtwenty {
  margin-right: 20px;
}
.mttwenty {
  margin-top: 40px;
}
.mttwenty {
  margin-top: 40px;
}
/*
 * 
 * 5.0 Responsiveness
 * 
 */
/*
 * 
 * Content Widgets
 * 
 */
#highlights {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden;
}
#highlights a {
  color: #000;
}
#highlights a:hover {
  text-decoration: underline;
}
#highlights .block {
  position: relative;
  float: left;
  width: 373.3333px;
  height: 200px;
  margin-right: 40px;
  background-size: cover;
}
#highlights .block .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  max-height: 73px;
}
#highlights .block .overlay h1 {
  font-size: 1.5em;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 15px 0 5px 0;
}
#highlights .block .overlay h2 {
  font-size: 1em;
  padding: 0 20px;
  margin: 0 0 15px 0;
}
#highlights .block .overlay .new {
  float: right;
  color: #ff0101;
  font-weight: bold;
}
#highlights a:nth-child(1) .block {
  background-image: url('../img/HomeBlok1.jpg');
}
#highlights a:nth-child(2) .block {
  background-image: url('../img/HomeBlok2.jpg');
}
#highlights a:nth-child(3) .block {
  background-image: url('../img/HomeBlok3.jpg');
}
#highlights a:nth-child(3n) .block {
  margin-right: 0;
}
#announcement {
  width: 100%;
  background-color: #eff3f6;
  padding: 25px 0;
  border-top: 3px solid #e7ecef;
  border-bottom: 3px solid #e7ecef;
  overflow: hidden;
}
#announcement .inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#announcement .inner p {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
}
#offers {
  width: 100%;
  background-color: #eff3f6;
  padding: 25px 0;
  border-top: 3px solid #e7ecef;
  border-bottom: 3px solid #e7ecef;
  overflow: hidden;
}
#offers .inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#offers .inner .left {
  width: 580px;
  float: left;
}
#offers .inner .left .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
}
#offers .inner .left .image {
  width: 580px;
  height: 406px;
  background-image: url(http://placehold.it/580x406);
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #333;
}
#offers .inner .left .image .badge {
  display: inline-block;
  position: relative;
  top: -20px;
  right: -440px;
  width: 175px;
  height: 142px;
  background-image: url(../img/HomeBadge.png);
  background-color: transparent;
}
#offers .inner .left .text {
  background-color: #fff;
  width: 580px;
  padding: 20px;
}
#offers .inner .left .text strong {
  overflow: auto;
}
#offers .inner .left .text strong span {
  float: right;
}
#offers .inner .left .text p {
  max-height: 60px;
  overflow: hidden;
  text-transform: none;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}
#offers .inner .left .footer {
  padding-top: 10px;
  overflow: hidden;
}
#offers .inner .right {
  width: 580px;
  float: right;
}
#offers .inner .right .title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  color: #333;
  text-align: right;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5em;
}
#offers .inner .right .specials {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#offers .inner .right .specials .special {
  display: block;
  margin-bottom: 20px;
  width: 580px;
  overflow: hidden;
}
#offers .inner .right .specials .special .image {
  float: left;
  width: 310px;
  height: 170px;
  background-image: url(http://placehold.it/310x170);
  border-right: 5px solid #f25721;
  background-size: cover;
  background-position: center center;
}
#offers .inner .right .specials .special .text {
  float: right;
  width: 270px;
  height: 170px;
  background-color: #fff;
}
#offers .inner .right .specials .special .text .title {
  padding: 10px;
  text-align: center;
  color: #42c0ef;
  font-weight: bold;
}
#offers .inner .right .specials .special .text .details {
  list-style: none;
  margin: 0;
  padding: 0;
}
#offers .inner .right .specials .special .text .details .detail {
  display: block;
  margin: 0 20px;
  padding: 5px 0;
  border-top: 1px solid #7c7c7c;
  text-transform: uppercase;
  font-size: .8em;
  overflow: auto;
}
#offers .inner .right .specials .special .text .details .detail span {
  float: right;
}
#offers .inner .right .specials .special .text .details .detail:last-child {
  border-bottom: 1px solid #7c7c7c;
}
#offers .inner .right .specials .special .text .price {
  text-align: center;
  color: #f25721;
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
}
#offers .inner .right .specials li:last-child {
  margin-bottom: 0;
}
#offers .inner .right .footer {
  padding-top: 10px;
  text-align: right;
}
#information {
  width: 100%;
  overflow: auto;
  padding: 50px 0;
  overflow: hidden;
}
#information .inner {
  margin: 0 auto;
  width: 1200px;
}
#information .inner .block-1-6 .title,
#information .inner .block-1-3 .title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
#information .inner .block-1-3 .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
#information .inner .block-1-3 .text {
  width: 100%;
}
#information .inner .block-1-3 .text strong {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#information .inner .block-1-3 .text ul {
  list-style: none;
  margin: 0;
  padding: 0 70px;
}
#information .inner .block-1-3 .text ul li {
  display: block;
  overflow: auto;
}
#information .inner .block-1-3 .text ul li span:nth-child(1) {
  float: left;
  width: 50%;
  text-align: left;
}
#information .inner .block-1-3 .text ul li span:nth-child(2) {
  float: right;
  width: 50%;
  text-align: right;
}
#information .inner .block-1-6 {
  text-align: center;
}
#information .inner .block-1-6 .image {
  display: inline-block;
  width: 100px;
  height: 100px;
}
#information .inner .block-1-6 .image img {
  width: 100%;
}
#information .inner .cijfer {
  font-weight: bold;
  font-size: 5em;
}
#information .inner #openingsTijdenMobile {
  clear: both;
  display: none;
  width: 300px;
  margin: 20px auto 0 auto;
}
#information .inner #openingsTijdenMobile strong {
  text-align: center;
  display: block;
  padding: 20px 0 10px 0;
}
#information .inner #openingsTijdenMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#information .inner #openingsTijdenMobile ul li {
  display: block;
  overflow: auto;
}
#information .inner #openingsTijdenMobile ul li span:nth-child(1) {
  float: left;
  width: 50%;
  text-align: left;
}
#information .inner #openingsTijdenMobile ul li span:nth-child(2) {
  float: right;
  width: 50%;
  text-align: right;
}
#stats {
  width: 100%;
  overflow: hidden;
  background-image: url(http://placehold.it/2000x368);
}
#stats #inner {
  width: 1200px;
  overflow: auto;
  margin: 0 auto;
  padding: 50px 0;
}
#stats #inner .block-1-4 {
  text-align: center;
}
#stats #inner .block-1-4 .image {
  width: 150px;
  height: 150px;
  background-image: url(http://placehold.it/150x150);
  border: 1px solid #000;
  display: inline-block;
  margin-bottom: 20px;
}
#stats #inner .block-1-4 .number {
  text-align: center;
  font-size: 3em;
  margin-bottom: 10px;
}
#stats #inner .block-1-4 .meta {
  text-align: center;
  font-size: .9em;
}
.block-1-6 {
  float: left;
  width: 16.66666667%;
  overflow: auto;
}
.block-1-3 {
  float: left;
  width: 33.33333333%;
  overflow: auto;
}
.block-1-4 {
  float: left;
  width: 25%;
  overflow: auto;
}
.left {
  width: 50%;
  float: left;
  overflow: auto;
}
.right {
  width: 50%;
  float: left;
  overflow: auto;
}
.middle {
  vertical-align: middle;
}
.mten {
  margin-right: 10px;
}
.mbten {
  margin-bottom: 10px;
}
.mbtwenty {
  margin-bottom: 20px;
}
.mtwenty {
  margin-right: 20px;
}
.mbtwenty {
  margin-bottom: 20px;
}
.mtten {
  margin-top: 10px;
}
.mttwenty {
  margin-top: 20px;
}
.mtthirty {
  margin-top: 30px;
}
.modal {
  margin-top: 100px;
}
#accesoires-wrapper {
  clear: both;
  overflow: auto;
}
#accesoires-wrapper .info-list {
  width: 100%;
}
#accesoires-wrapper .info-list li {
  float: left;
  width: 50%;
}
/*
 * 
 * 
 * RESPONSIVENESS
 * 
 * 
 */
/*
 * 
 * 1920px or larger
 * @TODO
 * 
 */
@media (min-width: 1920px) {
  nav#topNav ul {
    width: 1400px;
  }
  .page {
    width: 1400px;
  }
  #autoDetails {
    overflow: auto;
  }
  #autoDetails #images {
    width: 330px;
  }
  #autoDetails #info {
    width: 1070px;
  }
  .carList li .label {
    top: 11px;
  }
}
/*
 * 
 * Between 1680 and 1920
 * @TODO
 * 
 */
@media (min-width: 1680px) and (max-width: 1919px) {
  nav#topNav ul {
    width: 1400px;
  }
  #autoDetails {
    overflow: auto;
  }
  #autoDetails #images {
    width: 330px;
  }
  #autoDetails #info {
    width: 1070px;
  }
  .page {
    width: 1400px;
  }
  #homeHeader {
    height: 400px;
  }
  #homeHeader h1,
  #aanbodHeader h1 {
    margin-top: 380px;
  }
  footer #one,
  footer #two,
  footer #three {
    width: 1500px;
  }
  footer #one #linkWall {
    width: 1000px;
  }
  footer #one #googleMaps {
    width: 420px;
    background-image: url(http://placehold.it/420x220);
  }
  #highlights {
    width: 1500px;
  }
  #highlights .block {
    width: 473.3333px;
    height: 250px;
    background-image: url(http://placehold.it/474x250);
  }
  #offers #inner {
    width: 1500px;
  }
  #offers #inner #left,
  #offers #inner #right {
    width: 730px;
  }
  #offers #inner #left #image,
  #offers #inner #left #text {
    width: 730px;
  }
  #offers #inner #left #image {
    background-image: url(http://placehold.it/730x406);
    height: 427px;
  }
  #offers #inner #left #image .badge {
    right: -605px;
  }
  #offers #inner #left #specials .special {
    width: 730px;
  }
  #offers #inner #left #specials .special .image {
    width: 730px;
  }
  #offers #inner #left #specials .special .text {
    width: 270px;
  }
  #offers #inner #right #specials .special {
    width: 730px;
  }
  #offers #inner #right #specials .special .image {
    width: 460px;
    background-image: url(http://placehold.it/460x170);
  }
  #offers #inner #right #specials .special .text {
    width: 270px;
  }
  #information #inner {
    width: 1200px;
  }
  #information .block-1-6 .image {
    width: 100px;
    height: 100px;
  }
  #stats #inner {
    width: 1200px;
  }
  #stats .block-1-4 .image {
    width: 150px;
    height: 150px;
  }
  #details #data {
    width: 1180px;
  }
  #detailsVergelijkbaar ul li,
  #soldVergelijkbaar ul li {
    overflow: hidden;
  }
  #detailsVergelijkbaar ul li .text-wrapper,
  #soldVergelijkbaar ul li .text-wrapper {
    height: 141px;
  }
  #detailsVergelijkbaar ul li .image-wrapper,
  #soldVergelijkbaar ul li .image-wrapper {
    height: 141px;
  }
  #detailsVergelijkbaar ul li .image-wrapper img,
  #soldVergelijkbaar ul li .image-wrapper img {
    height: 141px;
  }
  .carList li .label {
    top: 11px;
    right: 9px;
  }
}
/*
 * 
 * Between 1280 and 1680
 * 
 */
@media (min-width: 1280px) and (max-width: 1679px) {
  #happy-one #text {
    width: 750px;
  }
  nav#topNav ul {
    width: 1200px;
  }
  .page {
    width: 1200px;
  }
  #autoDetails #images {
    width: 330px;
  }
  #autoDetails #info {
    width: 870px;
  }
  #homeHeader {
    height: 400px;
  }
  #homeHeader h1,
  #aanbodHeader h1 {
    margin-top: 250px;
  }
  footer #one,
  footer #two,
  footer #three {
    width: 1200px;
  }
  footer #one #linkWall {
    width: 900px;
  }
  footer #one #googleMaps {
    width: 220px;
  }
  footer #three #left {
    text-align: center;
  }
  #highlights {
    width: 1200px;
  }
  #highlights .block {
    width: 373.3333px;
  }
  #offers #inner {
    width: 1200px;
  }
  #offers #inner #left,
  #offers #inner #right {
    width: 580px;
  }
  #offers #inner #left #image,
  #offers #inner #left #text {
    width: 580px;
  }
  #offers #inner #left #specials .special {
    width: 580px;
  }
  #offers #inner #left #specials .special .image {
    width: 310px;
  }
  #offers #inner #left #specials .special .text {
    width: 270px;
  }
  #information #inner {
    width: 1200px;
  }
  #information .block-1-6 .image {
    width: 100px;
    height: 100px;
  }
  #stats #inner {
    width: 1200px;
  }
  #stats .block-1-4 .image {
    width: 150px;
    height: 150px;
  }
  #details #data {
    width: 880px;
  }
  #detailsVergelijkbaar ul li,
  #soldVergelijkbaar ul li {
    overflow: hidden;
  }
  #detailsVergelijkbaar ul li .text-wrapper,
  #soldVergelijkbaar ul li .text-wrapper {
    height: 141px;
  }
  #detailsVergelijkbaar ul li .image-wrapper,
  #soldVergelijkbaar ul li .image-wrapper {
    height: 141px;
  }
  #detailsVergelijkbaar ul li .image-wrapper img,
  #soldVergelijkbaar ul li .image-wrapper img {
    height: 141px;
  }
  .carList li .info {
    max-height: 80px;
    overflow: hidden;
  }
  .carList li .label {
    top: 7px;
    right: 8px;
  }
}
/*
 * 
 * Between 1024 and 1280
 * 
 */
@media (min-width: 1024px) and (max-width: 1279px) {
  #happy-one #text {
    width: 520px;
  }
  #offers #inner #left #image .badge {
    right: -330px;
  }
  #details-stats ul li span {
    font-size: 1.6em;
  }
  #details-stats ul li strong {
    font-size: 1.4em;
  }
  nav#topNav ul {
    width: 960px;
  }
  .page {
    width: 960px;
  }
  #autoDetails #images {
    width: 330px;
  }
  #autoDetails #info {
    width: 630px;
  }
  #autoDetails #info .info-list {
    width: 100%;
  }
  header {
    height: 300px;
  }
  #homeHeader h1,
  #aanbodHeader h1 {
    margin-top: 120px;
  }
  #detailsHeader div:first-child {
    margin-top: 162px;
  }
  #detailsHeader div:last-child {
    margin-top: -246px;
  }
  #detailsHeader #detail-badge-wrapper #inner #detail-badge {
    top: 100px;
  }
  footer {
    height: 410px;
  }
  footer #one,
  footer #two,
  footer #three {
    width: 960px;
  }
  footer #one #linkWall {
    width: 700px;
  }
  footer #one #googleMaps {
    width: 220px;
  }
  footer #three #left,
  footer #three #right {
    width: 100%;
    text-align: center;
  }
  footer #three #left {
    margin-bottom: 5px;
  }
  footer #three #left ul li {
    display: inline-block;
    float: none;
  }
  footer #three #right {
    text-align: center;
  }
  #highlights {
    width: 960px;
  }
  #highlights .block {
    width: 293.3333px;
  }
  #offers #inner {
    width: 960px;
  }
  #offers #inner #left,
  #offers #inner #right {
    width: 440px;
  }
  #offers #inner #left #image,
  #offers #inner #left #text {
    width: 440px;
  }
  #offers #inner #left #image {
    width: 440px;
    height: 385px;
    background-image: url(http://placehold.it/440x385);
  }
  #offers #inner #left #specials .special {
    width: 440px;
  }
  #offers #inner #left #specials .special .image {
    width: 240px;
  }
  #offers #inner #left #specials .special .text {
    width: 200px;
  }
  #offers #inner #right #specials .special {
    width: 440px;
  }
  #offers #inner #right #specials .special .image {
    width: 240px;
    background-image: url(http://placehold.it/240x170);
  }
  #offers #inner #right #specials .special .text {
    width: 200px;
  }
  #information #inner {
    width: 960px;
  }
  #information .block-1-6 .image {
    width: 100px;
    height: 100px;
  }
  #stats #inner {
    width: 960px;
  }
  #stats .block-1-4 .image {
    width: 150px;
    height: 150px;
  }
  #details #data {
    width: 640px;
  }
  #nieuw .carList .info .left,
  #deals .carList .info .left,
  #aanbod .carList .info .left,
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    width: 100%;
  }
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    text-align: left;
    margin-bottom: 10px;
  }
  #content #info {
    width: 100%;
  }
  #content #contact-form,
  #content #aanvraag-form {
    width: 50%;
  }
  #aanbod .page .carList li a .info span {
    display: none;
  }
  #aanbod .page .carList li a .info .right {
    display: block;
  }
  #aanbod .page .carList li a .info .second {
    display: none;
  }
  #contact #info {
    width: 50%;
    margin: 0 25%;
  }
  #contact #info h3 {
    text-align: center;
  }
  #contact #info table tbody tr td:first-child {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  #contact #info table tbody tr td:last-child {
    width: 50%;
  }
  #contact #contact-form,
  #contact #aanvraag-form {
    width: 50%;
  }
  #detailsVergelijkbaar ul a li,
  #soldVergelijkbaar ul a li {
    overflow: hidden;
  }
  #detailsVergelijkbaar ul a li .text-wrapper,
  #soldVergelijkbaar ul a li .text-wrapper {
    width: 100%;
    border-left: 0;
    border-top: 3px solid #f47548;
  }
  #detailsVergelijkbaar ul a li .image-wrapper,
  #soldVergelijkbaar ul a li .image-wrapper {
    width: 100%;
  }
  .carList li .label {
    top: 4px;
  }
}
/*
 * 
 * IPAD
 * Between 768 and 1024
 * 
 */
@media (min-width: 768px) and (max-width: 1023px) {
  #happy-one #text {
    width: 100%;
  }
  #happy-one #tv-widget-iframe {
    float: none;
    margin: 20px auto 0 auto;
  }
  /**nav#topNav { background-color: #36b0dd; } **/
  #detailsHeader #detail-badge-wrapper #inner #detail-badge {
    top: 90px;
  }
  #detailsHeader div:first-child {
    margin-top: 162px;
  }
  #autoDetails #images {
    width: 100%;
  }
  #autoDetails #images #primary-image-wrapper {
    width: 100%;
  }
  #autoDetails #images #primary-image-wrapper img {
    width: 100%;
    margin-bottom: 20px;
  }
  #autoDetails #images #thumbs-wrapper {
    width: 100%;
  }
  #autoDetails #images #thumbs-wrapper li:nth-child(3n) {
    margin: 0 15px 10px 0;
  }
  #autoDetails #images #thumbs-wrapper li {
    width: 86px;
  }
  #autoDetails #info {
    width: 100%;
  }
  #autoDetails #info .info-list {
    margin-top: 20px;
  }
  #details-stats ul li span {
    font-size: 1.2em;
  }
  #details-stats ul li strong {
    font-size: 1em;
  }
  nav#topNav ul {
    width: 740px;
  }
  .page {
    width: 740px;
  }
  header {
    height: 300px;
  }
  #homeHeader h1,
  #aanbodHeader h1 {
    margin-top: 120px;
  }
  footer {
    height: 410px;
  }
  footer #one,
  footer #two,
  footer #tree {
    width: 740px;
  }
  footer #one #linkWall {
    width: 550px;
  }
  footer #one #googleMaps {
    width: 150px;
    background-image: url(http://placehold.it/150x220);
  }
  footer #three {
    width: 740px;
  }
  footer #three #left,
  footer #three #right {
    width: 100%;
    text-align: center;
  }
  footer #three #left {
    margin-bottom: 5px;
  }
  footer #three #left ul li {
    display: inline-block;
    float: none;
  }
  #highlights {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #highlights .block {
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #offers {
    padding: 20px;
  }
  #offers #inner {
    width: 100%;
  }
  #offers #inner #left,
  #offers #inner #right {
    width: 100%;
  }
  #offers #inner #left #image,
  #offers #inner #left #text {
    width: 100%;
  }
  #offers #inner #left #image {
    width: 100%;
    height: 300px;
    background-image: url(http://placehold.it/800x300);
    background-position: center center;
  }
  #offers #inner #left #image .badge {
    position: relative;
    right: -80%;
  }
  #offers #inner #right #title {
    text-align: left;
    padding-top: 20px;
  }
  #offers #inner #right #specials .special {
    width: 100%;
  }
  #offers #inner #right #specials .special .image {
    width: 50%;
    background-image: url(http://placehold.it/400x170);
    background-position: center center;
    border: 0;
  }
  #offers #inner #right #specials .special .text {
    margin-left: -10px;
    width: 50%;
    box-sizing: border-box;
    border-left: 5px solid #f25721;
  }
  #offers #inner #right #specials .special .text .title {
    width: 100%;
  }
  #offers #inner #right #specials .special .text .details {
    width: 100%;
  }
  #offers #inner #right #footer {
    text-align: left;
  }
  #information #inner {
    width: 740px;
  }
  #information #inner #openingsTijdenMobile {
    display: block;
  }
  #information .block-1-6 {
    width: 25%;
  }
  #information .block-1-6 .image {
    width: 100px;
    height: 100px;
  }
  #information .block-1-3 {
    display: none;
  }
  #information .block-1-3 .left,
  #information .block-1-3 .right {
    font-size: .8em;
  }
  #information .block-1-3 td {
    font-size: .8em;
  }
  #stats #inner {
    width: 740px;
  }
  #stats #inner .block-1-4 .image {
    width: 150px;
    height: 150px;
  }
  #stats #inner .block-1-4 .number {
    font-size: 2.2em;
  }
  #details #images {
    width: 740px;
  }
  #details #data {
    width: 740px;
  }
  #nieuw .carList .info .left,
  #deals .carList .info .left,
  #aanbod .carList .info .left,
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    width: 100%;
  }
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    text-align: left;
    margin-bottom: 10px;
  }
  #content #info {
    width: 100%;
  }
  #content #contact-form,
  #content #aanvraag-form {
    width: 50%;
  }
  #merken .page #merkList li img {
    width: 100%;
  }
  #aanbod .page .carList li a .info {
    overflow: hidden;
  }
  #aanbod .page .carList li a .info span {
    display: none;
  }
  #aanbod .page .carList li a .info .left strong {
    height: 20px;
    overflow: hidden;
  }
  #aanbod .page .carList li a .info .right {
    display: block;
  }
  #aanbod .page .carList li a .info .second {
    display: none;
  }
  #contact #info {
    width: 50%;
    margin: 0 25%;
  }
  #contact #info h3 {
    text-align: center;
  }
  #contact #info table tbody tr td:first-child {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  #contact #info table tbody tr td:last-child {
    width: 50%;
  }
  #contact #contact-form,
  #contact #aanvraag-form {
    width: 100%;
  }
  #detailsVergelijkbaar ul a li,
  #soldVergelijkbaar ul a li {
    overflow: hidden;
  }
  #detailsVergelijkbaar ul a li .text-wrapper,
  #soldVergelijkbaar ul a li .text-wrapper {
    width: 100%;
    border-left: 0;
    border-top: 3px solid #f47548;
  }
  #detailsVergelijkbaar ul a li .image-wrapper,
  #soldVergelijkbaar ul a li .image-wrapper {
    width: 100%;
  }
  #overons-text .first {
    display: none;
  }
  #overons-text .second {
    display: none;
  }
  #overons-text .third {
    display: none;
  }
  #happyHeader div:first-child,
  #overonsHeader div:first-child,
  #aanbodHeader div:first-child,
  #soldHeader div:first-child {
    margin-top: 140px;
  }
  #contactHeader div:first-child {
    margin-top: 100px;
  }
  #detailsHeader h2 {
    font-size: 20px;
  }
  #homeHeader div:first-child {
    margin-top: 180px;
  }
  #soldHeader div:first-child {
    margin-top: 100px;
  }
  #sold-blocks {
    overflow: auto;
  }
  #sold-blocks #form {
    width: 100%;
    padding-right: 0;
  }
  #sold-blocks #aanvraag {
    width: 100%;
    heigth: 200px;
  }
}
/*
 * 
 * MOBILE
 * Screens smaller than 768
 * 
 */
@media (max-width: 767px) {
  #autoDetails #info .info-list-accessoires li {
    width: 100%;
  }
  #detailsHeader #detail-badge-wrapper #inner #detail-badge {
    top: 20px;
    right: 30px;
  }
  #homeHeader,
  #aanbodHeader,
  #overonsHeader,
  #contactHeader,
  #aanbiedingenHeader,
  #happyHeader,
  #loginHeader,
  #detailsHeader,
  #soldHeader {
    height: 205px;
    background-size: initial;
  }
  #homeHeader h1,
  #aanbodHeader h1,
  #overonsHeader h1,
  #contactHeader h1,
  #aanbiedingenHeader h1,
  #happyHeader h1,
  #loginHeader h1,
  #detailsHeader h1,
  #soldHeader h1 {
    font-size: 20px;
  }
  #homeHeader h2,
  #aanbodHeader h2,
  #overonsHeader h2,
  #contactHeader h2,
  #aanbiedingenHeader h2,
  #happyHeader h2,
  #loginHeader h2,
  #detailsHeader h2,
  #soldHeader h2 {
    font-size: 18px;
  }
  #homeHeader div:first-child,
  #aanbodHeader div:first-child,
  #overonsHeader div:first-child,
  #contactHeader div:first-child,
  #aanbiedingenHeader div:first-child,
  #happyHeader div:first-child,
  #loginHeader div:first-child,
  #detailsHeader div:first-child,
  #soldHeader div:first-child {
    margin-top: 75px;
  }
  #homeHeader {
    background-image: url('../img/header-800-1.jpg');
  }
  #homeHeader div:first-child {
    margin-top: 100px;
  }
  #aanbodHeader {
    background-image: url('../img/header-800-4.jpg');
  }
  #overonsHeader {
    background-image: url('../img/header-800-5.jpg');
  }
  #contactHeader {
    background-image: url('../img/header-800-2.jpg');
  }
  #happyHeader {
    background-image: url('../img/header-800-4.jpg');
  }
  #detailsHeader {
    background-image: url('../img/header-800-5.jpg');
  }
  #detailsHeader div:first-child {
    margin-top: 96px;
  }
  #details-stats {
    padding-bottom: 10px;
  }
  #details-stats ul li {
    width: 33%;
  }
  #details-stats ul li span {
    font-size: 1.2em;
  }
  #details-stats ul li strong {
    font-size: 1em;
  }
  #details-stats ul li:nth-child(1),
  #details-stats ul li:nth-child(2),
  #details-stats ul li:nth-child(3) {
    margin-bottom: 10px;
  }
  #autoDetails #images {
    width: 100%;
  }
  #autoDetails #images #primary-image-wrapper {
    width: 100%;
  }
  #autoDetails #images #primary-image-wrapper img {
    width: 100%;
  }
  #autoDetails #images #thumbs-wrapper {
    width: 100%;
  }
  #autoDetails #images #thumbs-wrapper li:nth-child(3n) {
    margin: 0 15px 10px 0;
  }
  #autoDetails #images #thumbs-wrapper li {
    width: 86px;
  }
  #autoDetails #info {
    width: 100%;
    margin-top: 10px;
  }
  #autoDetails #info .info-list {
    margin-bottom: 20px;
    width: 100%;
  }
  #autoDetails #info .info-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #autoDetails #info .info-list li strong,
  #autoDetails #info .info-list li span {
    width: 50%;
  }
  #autoDetails #info .info-list li:last-child {
    border-bottom: 0;
  }
  #soldHeader {
    background-image: url('../img/header-800-2.jpg');
  }
  nav#topNav {
    display: none;
  }
  nav#topNavMobile {
    display: block;
    z-index: 99;
  }
  .page {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0 auto;
  }
  header {
    height: 300px;
    background-image: url(http://placehold.it/2000x300);
  }
  #homeHeader h1,
  #aanbodHeader h1 {
    margin-top: 100px;
    font-size: 2em;
  }
  #homeHeader h2,
  #aanbodHeader h2 {
    font-size: 1em;
  }
  footer {
    height: 520px;
  }
  footer #one,
  footer #two,
  footer #tree {
    width: 100%;
  }
  footer #two {
    text-align: center;
  }
  footer #two #socialIcons {
    padding-left: 0;
  }
  footer #two #socialIcons li {
    padding-bottom: 20px;
  }
  footer #one {
    padding: 20px;
  }
  footer #one #linkWall {
    width: 100%;
    padding-bottom: 20px;
  }
  footer #one #googleMaps {
    width: 100%;
    background-position: center center;
    background-image: url(http://placehold.it/800x220);
  }
  footer #three {
    width: 100%;
  }
  footer #three #left {
    margin-bottom: 5px;
  }
  footer #three #left ul li {
    display: inline-block;
    float: none;
  }
  footer #three #left,
  footer #three #right {
    width: 100%;
    text-align: center;
  }
  #highlights {
    width: 100%;
    padding: 0 20px;
    overflow: auto;
  }
  #highlights .block {
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px 0;
    height: 150px;
    background-image: url(http://placehold.it/800x150);
    background-position: center center;
  }
  #highlights .block:first-child {
    margin-top: 20px;
  }
  #offers {
    padding: 20px;
  }
  #offers #inner {
    width: 100%;
  }
  #offers #inner #left,
  #offers #inner #right {
    width: 100%;
  }
  #offers #inner #left #image,
  #offers #inner #left #text {
    width: 100%;
  }
  #offers #inner #left #image {
    width: 100%;
    height: 300px;
    background-image: url(http://placehold.it/800x300);
    background-position: center center;
  }
  #offers #inner #left #image .badge {
    display: none;
  }
  #offers #inner #right #title {
    text-align: left;
    padding-top: 20px;
  }
  #offers #inner #right #specials .special {
    width: 100%;
  }
  #offers #inner #right #specials .special .image {
    width: 50%;
    background-image: url(http://placehold.it/400x170);
    background-position: center center;
    border: 0;
  }
  #offers #inner #right #specials .special .text {
    margin-left: -10px;
    width: 50%;
    box-sizing: border-box;
    border-left: 5px solid #f25721;
  }
  #offers #inner #right #specials .special .text .title {
    width: 100%;
  }
  #offers #inner #right #specials .special .text .details {
    width: 100%;
  }
  #offers #inner #right #footer {
    text-align: left;
  }
  #information #inner {
    width: 100%;
  }
  #information #inner #openingsTijdenMobile {
    display: block;
  }
  #information .block-1-6 {
    width: 25%;
  }
  #information .block-1-6 .image {
    width: 100%;
    height: 50px;
  }
  #information .block-1-3 {
    display: none;
    width: 0%;
    padding: 40px 100px;
  }
  #information .block-1-3 .left,
  #information .block-1-3 .right {
    font-size: .8em;
  }
  #information .block-1-3 td {
    font-size: .8em;
  }
  #stats #inner {
    width: 100%;
    padding: 20px;
  }
  #stats #inner .block-1-4 {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  #stats #inner .block-1-4 .image {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-image: url(http://placehold.it/400x150);
  }
  #stats #inner .block-1-4 .number {
    font-size: 2.2em;
  }
  #stats #inner .block-1-4:nth-child(even) {
    float: right;
  }
  #stats #inner .block-1-4:nth-child(3),
  #stats #inner .block-1-4:nth-child(4) {
    margin-bottom: 0;
  }
  #details #images,
  #details #data {
    width: 100%;
    padding: 0 20px;
  }
  #nieuw .carList .info .left,
  #deals .carList .info .left,
  #aanbod .carList .info .left,
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    width: 100%;
  }
  #nieuw .carList .info .right,
  #deals .carList .info .right,
  #aanbod .carList .info .right {
    text-align: left;
    margin-bottom: 10px;
  }
  #aanvraag {
    height: 230px;
  }
  #aanvraag .page {
    margin-top: 20px;
  }
  #aanvraag .page .left,
  #aanvraag .page .right {
    padding: 30px 0 0 0;
  }
  #content #info {
    width: 100%;
  }
  #content #contact-form,
  #content #aanvraag-form {
    width: 100%;
  }
  #merken .page #merkList li img {
    width: 100%;
  }
  #aanbod .page .carList li a .info {
    overflow: hidden;
  }
  #aanbod .page .carList li a .info span {
    display: none;
  }
  #aanbod .page .carList li a .info .left strong {
    height: 20px;
    overflow: hidden;
  }
  #aanbod .page .carList li a .info .right {
    display: block;
  }
  #aanbod .page .carList li a .info .second {
    display: none;
  }
  #contact #info {
    width: 50%;
    margin: 0 25%;
  }
  #contact #info h3 {
    text-align: center;
  }
  #contact #info table tbody tr td:first-child {
    width: 50%;
    text-align: right;
    padding-right: 10px;
  }
  #contact #info table tbody tr td:last-child {
    width: 50%;
  }
  #contact #contact-form,
  #contact #aanvraag-form {
    width: 100%;
  }
  #detailsVergelijkbaar ul a li,
  #soldVergelijkbaar ul a li {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #detailsVergelijkbaar ul a li .text-wrapper,
  #soldVergelijkbaar ul a li .text-wrapper {
    width: 100%;
    border-left: 0;
    border-top: 3px solid #f47548;
  }
  #detailsVergelijkbaar ul a li .text-wrapper .name,
  #soldVergelijkbaar ul a li .text-wrapper .name {
    text-align: left;
    padding-left: 10px;
  }
  #detailsVergelijkbaar ul a li .text-wrapper .data span,
  #soldVergelijkbaar ul a li .text-wrapper .data span {
    width: 75%;
  }
  #detailsVergelijkbaar ul a li .text-wrapper .data strong,
  #soldVergelijkbaar ul a li .text-wrapper .data strong {
    width: 25%;
  }
  #detailsVergelijkbaar ul a li .text-wrapper .price,
  #soldVergelijkbaar ul a li .text-wrapper .price {
    text-align: left;
    padding-left: 10px;
  }
  #detailsVergelijkbaar ul a li .image-wrapper,
  #soldVergelijkbaar ul a li .image-wrapper {
    width: 100%;
  }
  #overons-text .first {
    display: none;
  }
  #overons-text .second {
    display: none;
  }
  #overons-text .third {
    display: none;
  }
  #detailsHeader h2 {
    font-size: 14px;
  }
  #sold-blocks {
    overflow: auto;
  }
  #sold-blocks #form {
    width: 100%;
    padding-right: 0;
  }
  #sold-blocks #aanvraag {
    width: 100%;
    heigth: 200px;
    margin-bottom: 20px;
    padding-top: 75px;
  }
}
/*
 * 
 * SPECIFIC FIXES
 * 
 */
@media (max-width: 560px) {
  footer #inner #one #linkWall li {
    width: 100%;
  }
  footer #inner #one #linkWall li strong {
    padding-bottom: 0;
  }
  footer #inner #one #linkWall li ul {
    margin-left: -5px;
  }
  footer #inner #one #linkWall li ul li {
    display: inline-block;
    width: auto;
    padding: 5px;
  }
}
@media (max-width: 395px) {
  #details-stats ul li span {
    font-size: .9em;
  }
  #details-stats ul li strong {
    font-size: .6em;
  }
  #stats #inner .block-1-4,
  #stats #inner .block-1-4:nth-child(3),
  #stats #inner .block-1-4:nth-child(4) {
    width: 100%;
    margin-bottom: 20px;
  }
  #offers #inner #right #specials .special .image {
    width: 100%;
  }
  #offers #inner #right #specials .special .text {
    width: 100%;
    border-top: 5px solid #f25721;
    border-left: 0;
  }
  #offers #inner #right #specials .special .text .title {
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
}