/***********************************************************************************
*	Design by Moxxie Design
*	All rights reserved (c) 2020
***********************************************************************************/
/***********************************************************************************
*	Fonts
***********************************************************************************/
@font-face {
  font-family: 'Lato'; 
  
  font-weight: 200;
  font-style: normal;
  src:url('../assets/fonts/lato.eot'),
		url('../assets/fonts/lato.woff') format('woff'), 
		url('../assets/fonts/lato.ttf') format('truetype'), 
		url('../assets/fonts/lato.otf') format('opentype'), 
		url('../assets/fonts/lato.svg#lato') format('svg');
}

@font-face {
  font-family: 'LatoLight';
  
  font-weight: 200;
  font-style: normal;
  src:url('../assets/fonts/latolight.eot'),
		url('../assets/fonts/latolight.woff') format('woff'), 
		url('../assets/fonts/latolight.ttf') format('truetype'), 
		url('../assets/fonts/latolight.otf') format('opentype'), 
		url('../assets/fonts/latolight.svg#latolight') format('svg');
}

@font-face {
  font-family: 'FontAwesome';
  
  font-weight: 200;
  font-style: normal;
  src:url('../assets/fonts/fa-solid-900.eot'),
		url('../assets/fonts/fa-solid-900.woff') format('woff'), 
		url('../assets/fonts/fa-solid-900.ttf') format('truetype'), 
		url('../assets/fonts/fa-solid-900.otf') format('opentype'), 
		url('../assets/fonts/fa-solid-900.svg#fa-solid-900') format('svg');
}

/***********************************************************************************
*	General
***********************************************************************************/
* {
	font-family: "Lato", Verdana, sans-serif;
	scroll-behavior: smooth;
}

a {
	color: rgba(175, 35, 35, 1);
	font-family: "LatoLight";
}

p {
	color: rgba(70, 60, 60, 1);
	font-family: "LatoLight";
}

p:only-child {
	margin-bottom: 0px;
}

p.tagline {
	text-align: center;
}

h1 {
	font-variant: small-caps;
	color: rgba(60, 60, 60, 1);
}

h2 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-top: 40px;
	
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(175, 35, 35, 1);
	
	font-family: "LatoLight";
	font-variant: small-caps;
	
	color: rgba(175, 35, 35, 1);
}

h2 a {
	font-size: 0.5em;
	color: rgba(175, 35, 35, 1);
}

h2.center {
	text-align: center;
}

h3 {
	font-size: 1.4em;
	line-height: 1em;
	
	margin: 25px 0px 0px 0px;
	
	font-family: "LatoLight";
	font-variant: small-caps;
	
	color: rgba(60, 60, 60, 1);
} 

blockquote {
	display: block;
	padding: 0px 20%;
	margin-bottom: 20px;
	
	text-align: center;
	
	box-sizing: border-box;
	color: rgba(175, 35, 35, 1);
}

blockquote p {
	font-size: 1.2em;
	font-style: italic;
	
	color: rgba(175, 35, 35, 1);
	text-align: center;
}

img.rounded,
figure.rounded img {
	border-radius: 100%;
}

/***********************************************************************************
*	Wrappers
***********************************************************************************/
#wrapper {
	width: 100%;
	height: 100%;
	
	display: flex;
	flex-direction: column;
}

#header-wrapper {
	width: 100%;
		
	position: absolute;
	top: 0px; right: 0px;
	
	z-index: 1;
}

#content-wrapper {
	width: 100%;
	
	flex: 1 0 auto;
	box-sizing: border-box;
}

#footer-wrapper {
  flex-shrink: 0;
}

/***********************************************************************************
*	Logo
***********************************************************************************/
#logo-container {	
	width: auto;

	margin: auto;
	display: block;
	padding: 10px 10px 10px 10px;
	
	box-sizing: border-box;
	
	z-index: 11;
	float: left;
	
	display: none;
}

#logo-container .logo {
	height: 50px;
	display: block;
}

#logo-container .logo img {
	height: 100%;
}

/***********************************************************************************
*	Navigation
***********************************************************************************/
#navigation {
	width: 100%;
	max-width: 100%;
	height: 60px;
	
	position: fixed;
	top: 0px; bottom: 0px;
	right: 0px;
	
	z-index: 100;
	display: block;
	
	background-color: rgba(60, 60, 60, 1);
}

#navigation.is-active {
	padding-top: 70px;
	height: auto;
}

#navigation .hamburger {
	width: 60px;
	height: 60px;
	
	position: absolute;
	top: 0px; right: 0px;
	
	z-index: 20;
	cursor: pointer;
	
	background-color: rgba(60, 60, 60, 1);
}

#navigation .hamburger .menu-label {	
	position: absolute;
	top: 15px; right: 100%;
	
	margin: 0px;
	
	z-index: 20;
	cursor: pointer;
	
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
}

#navigation .hamburger-inner,
#navigation .hamburger-inner:before,
#navigation .hamburger-inner:after {
	background-color: rgba(255, 255, 255, 1);
}

#navigation .menu {
	width: 100%;
	max-width: 100%;
	
	z-index: 10;
	
	display: none;
}

#navigation .menu li {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgba(255, 255, 255, 0.1);
}

#navigation .menu li:last-of-type {
	border-width: 1px 0px 1px 0px;
}

#navigation .menu li:hover,
#navigation .menu li:focus {
	background-color: rgba(255, 255, 255, 0.1);
}

#navigation .menu a {
	width: 100%;
	padding: 30px 20px;
	display: block;
	
	font-size: 1.2em;
	font-variant: small-caps;
	color: rgba(255, 255, 255, 1);
	
	transition: all 0.2s linear;
}

#navigation .menu a:hover,
#navigation .menu a:focus {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	
	transition: all 0.2s linear;
}

#navigation .menu ul.sub-menu {
	margin-left: 20px;
}

#navigation .menu ul.sub-menu a {
	padding: 5px 10px;
}

#navigation .menu-logo {
	display: block;
	
	width: 100px;
	max-width: 100%;
	
	position: absolute;
	bottom: 20px; right: 20px;
	
	display: none;
}

#navigation .menu-logo img {
	width: 100%;
}

/***********************************************************************************
*	Front Page
***********************************************************************************/
#content-wrapper.front {
	margin-top: 100vh;	
}

#hero-front {
	width: 100%;
	height: 100%;
	z-index: 0;
	
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.3);
  	background-repeat: no-repeat;
	
	opacity: 0.5;
}

#hero-front .hero-slider,
#hero-front .hero-slider div {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;
}

#hero-front .hero-slider .slick-arrow {
	width: 100px;
	height: 100%;

	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;

	z-index: 99;
	transform: none;
	font-size: 0px;
	
	display: flex;
	align-items: center;
	justify-content: center;

	background-color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

#hero-front .hero-slider .slick-arrow:hover {
	opacity: 0.8;
}

#hero-front .hero-slider .slick-arrow.slick-next {
	left: auto;
	right: 0px;
}

#hero-front .slick-arrow::before {
	width: 20px;
	height: 20px;

	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 20px;
	line-height: 20px;

	color: rgba(255, 255, 255, 1);
}

#hero-front .slick-next::before {
	content: '❯';
}

#hero-front .slick-prev::before {
	content: '❮';
}

#hero-front .hero-slider .hero-slider-item .hero-slider-image {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.3);
  	background-repeat: no-repeat;

	opacity: 1;
}

#wrapper.page-home .hero {
	display: none;
}

#wrapper #hero-front {
	position: absolute;
	opacity: 1;
	
	display: block;
}

#hero-logo {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	
	position: absolute;
	top: 100px;

	z-index: 99;
	
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
  	background-repeat: no-repeat;

	pointer-events: none;
}

#hero-logo img {
	width: 250px;
	max-width: 80%;
}

.hero h1 {
	width: 100%;
	padding: 20px;
	top: 40px;
	margin-bottom: 40px;
	
	font-size: 2em;
	font-weight: bold;
	font-family: "Lato";
	box-sizing: border-box;
	
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.3);
}

.hero h2 {
	width: 100%;
	
	position: absolute;
	bottom: 80px;
	
	font-size: 1.6em;
	text-align: center;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

.hero .front-message {
	cursor: pointer;
	border: none;

	text-shadow: 1px 1px #222222;
}

.hero .front-arrow {
    width: 100px;
    height: 100px;
	
    position: absolute;
    left: 50%; bottom: 0px;
    margin-left: -50px;
	
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../assets/images/bounce_arrow.gif');
	
	cursor: pointer;
	
	-webkit-filter: drop-shadow(1px 1px 1px #222);
	filter: drop-shadow(1px 1px 1px #222);
}

#front-container {
	width: 100%;
	
	box-sizing: border-box;
}

#front-container .front-section {
	width: 100%;
	padding: 20px;
	
	box-sizing: border-box;
}

p.tagline {	
	font-family: "LatoLight";
	font-variant: small-caps;
		
	text-align: center;
}

#front-container #banner {
	padding: 0px;
	margin: 50px 0px 50px 0px;
	
	background-color: rgba(60, 60, 60, 1);
	
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-color: rgba(40, 40, 40, 1);
}

#front-container .banner {
	padding: 0px;
}

#front-container #banner ul {
	padding: 0px;
	margin: 0px;
}

#front-container #banner .banner-item {
	width: 100%;
	min-height: 100px;
	margin-bottom: 40px;
	padding: 50px 0px;
	
	text-align: center;
	list-style-type: none;
}

#front-container #banner .banner-item:last-of-type {
	margin-bottom: 0px;
}

#front-container #banner .banner-item a {
	padding: 50px 0px;
	color: rgba(255, 255, 255, 1);
	
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

#front-container #banner .banner-item a:focus,
#front-container #banner .banner-item a:hover  {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
	
	transition: all 0.2s linear;
}

#front-container #banner .banner-item h3 {
	width: 100%;
	position: absolute;
	bottom: 20px;
		
	color: rgba(255, 255, 255, 1);
	
	font-weight: normal;
	text-align: center;
}

#front-container #banner .banner-item img {
	width: 100px;
	max-width: 100%;
	margin: auto auto;
}

#front-container .front-section.contact {
	margin-bottom: 50px;
}

#front-container h2 {
	border: none;
}

/***********************************************************************************
*	Cars
***********************************************************************************/
#stock-wrapper {
	width: 100%;
	min-height: 400px;
}

#stock-wrapper .no-results .fas {
	font-size: 8em;
	margin: 50px 0px 50px 0px;
	
	text-align: center;
	display: block;
	
	color: rgba(60, 60, 60, 0.4);
}

#stock-wrapper .no-results h1 {
	font-size: 1.5em;
	color: rgba(60, 60, 60, 0.4);
	
	text-align: center;
}

#cars-container,
#stock-container,
#detail-wrapper {
	width: 100%;
	min-height: 400px;
	display: flex;
	
	flex-direction: row;
	flex-wrap: wrap;
}

#cars-container a {
	width: 100%;
	margin: 5px 0px;
	
	height: 50vh;
	display: block;
	
	position: relative;
	box-sizing: border-box;
}

#stock-container a {
	width: 100%;
	padding: 10px 0px;
	
	display: block;
	text-align: center;
	
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	transition: all 0.2s linear;
}

#stock-container a:hover,
#stock-container a:focus {
	background-color: rgba(40, 40, 40, 1);
	transition: all 0.2s linear;
	
	text-decoration: none;
}

#cars-container a:hover,
#cars-container a:focus {
	opacity: 0.8;
}

#stock-container .car {
	width: 100%;
}

#stock-container .car-image-container {
	width: 100%;
	margin-bottom: 20px;
}

#stock-container img {
	width: 100%;
}

#cars-container a .inner,
#stock-container a .inner {
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;
		
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	background-color: rgba(60, 60, 60, 0.5);
	background-image: url('../assets/images/no-image.png');
	
	overflow: hidden;
}

#stock-container a .inner {
	left: 0px; right: 5px;
}

#stock-container a:nth-child(2n) .inner {
	left: 5px; right: 0px;
}

#cars-container a .car-image,
#stock-container .car-image {
	position: absolute;
	top: -20px; bottom: -20px;
	left: -20px; right: -20px;
		
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#cars-container a .car-info,
#stock-container .car-info {
	width: 100%;
	padding: 10px 20px;

	position: absolute;
	left: 0px; bottom: 0px;

	box-sizing: border-box;
	background-color: rgba(60, 60, 60, 1);
}

#cars-container a .car-price,
#stock-container .car-price {
	font-size: 0.8em;
}

#cars-container a .car-price span,
#stock-container .car-price span {
	font-weight: bold;
}

#cars-container a h2,
#stock-container h2 {
	margin: 0px;
	
	font-size: 1em;
	font-family: "Lato";
	font-weight: normal;
	
	color: rgba(255, 255, 255, 1);
	border: none;
}
	
#cars-container a:nth-child(1n+6) {
	display: none;
}

#cars-container .car-placeholder,
#stock-wrapper .car-placeholder,
#detail-wrapper .car-placeholder,
#financing-wrapper .car-placeholder {
	position: absolute;
	top: 50%; left: 50%;
	
	margin-top: -16px;
	margin-left: -16px;
}

.car-name-mobile {
	margin: 20px 0px 0px 0px;
}

.car-name-stock {
	display: none;
}

.car-pager {
	width: 100%;
	margin-top: 20px;
}

.car-pager .vehicleDataPagerCtn {
	width: 100%;
	display: flex;
}

.car-pager .label,
.car-pager .firstPage,
.car-pager .previousPage,
.car-pager .nextPage,
.car-pager .lastPage {
	display: none;
}

.car-pager a,
.car-pager .pagerCurrent {
	width: 40px;
	padding: 8px 0px;
	
	text-align: center;
	
	cursor: pointer;
	display: block;
	
	color: rgba(60, 60, 60, 0.5);
}

.car-pager .pagerCurrent {
	background-color: rgba(60, 60, 60, 1);
	color: rgba(255, 255, 255, 1);
	
	cursor: default;
}

.car-pager a:hover,
.car-pager a:focus {
	text-decoration: underline;
}

#stock-container .car {
	cursor: pointer;
}

#stock-container .car img {
	opacity: 0.8;
}

#stock-container .car:hover img,
#stock-container .car:focus img {
	opacity: 1;
}


/***********************************************************************************
*	Car Details
***********************************************************************************/
#detail-wrapper .car-header-wrapper {
	width: 100%;
}

#detail-wrapper .carpass {
	width: 60px;
	height: 20px;

	display: block;
	position: absolute;
	top: 0px; right: 10px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url('../assets/images/logo-carpass.png');
}

#detail-wrapper .car-content {
	width: 100%;
	margin-bottom: 40px;

	display: flex;
	flex-direction: column;
	gap: 20px;
}

#detail-wrapper .car-price-links,
#detail-wrapper .car-image-slider,
#detail-wrapper .car-information,
#detail-wrapper .car-image-slider.slick-slider div {
	width: 100%;
}

#detail-wrapper .car-image-navigation .slick-list {
	margin: 0 -5px;
}

#detail-wrapper .car-image-navigation .slick-slide {
	cursor: pointer;
}

#detail-wrapper .car-image-navigation .slick-slide>div {
	padding: 0 5px;
}

#detail-wrapper .car-image-container .car-slider-item {
	width: 100%;
	min-height: 420px;
}

#detail-wrapper .car-image-container .car-image-navigation .car-slider-item {
	min-height: auto;
	padding-top: 100%;

	opacity: 0.5;
}

#detail-wrapper .car-image-container .car-image-navigation .slick-current .car-slider-item {
	opacity: 1;
}

#detail-wrapper .car-image-container .car-slider-image {
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#detail-wrapper .car-image-container .slick-arrow {
	width: 20px;
	height: 20px;

	margin-top: -10px;

	position: absolute;
	top: 50%;
	left: 10px;

	z-index: 99;
	transform: none;
	font-size: 0px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

	background-color: rgba(60, 60, 60, 1);
	cursor: pointer;
}

#detail-wrapper .car-image-container .slick-arrow:hover {
	opacity: 0.8;
}

#detail-wrapper .car-image-container .slick-arrow.slick-next {
	left: auto;
	right: 10px;
}

#detail-wrapper .car-image-container .slick-arrow::before {
	width: 20px;
	height: 20px;

	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 10px;
	line-height: 10px;

	color: rgba(255, 255, 255, 1);
}

#detail-wrapper .car-image-container .slick-next::before {
	content: '❯';
}

#detail-wrapper .car-image-container .slick-prev::before {
	content: '❮';
}

#detail-wrapper .car-price-links .car-price,
#detail-wrapper .car-price-links .car-questions-button,
#detail-wrapper .car-price-links .car-financing-button {
	width:100%;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;

	display: flex;
	flex-direction: row;
	gap: 20px;

	box-sizing: border-box;
	background-color: rgba(230, 30, 30, 1);
	color: rgba(255, 255, 255, 1);
}

#detail-wrapper .car-price-links .car-questions-button,
#detail-wrapper .car-price-links .car-financing-button {
	margin-bottom: 5px;

	display: block;
	background-color: rgba(120, 120, 120, 1);
}

#detail-wrapper .car-price-links .car-questions-button:hover,
#detail-wrapper .car-price-links .car-questions-button:focus,
#detail-wrapper .car-price-links .car-financing-button:hover,
#detail-wrapper .car-price-links .car-financing-button:focus {
	text-decoration: none;
	background-color: rgba(60, 60, 60, 1);
}

#detail-wrapper .car-price-links .car-price h3,
#detail-wrapper .car-price-links .car-questions-button h3,
#detail-wrapper .car-price-links .car-financing-button h3 {
	margin: 0px;
	color: rgba(255, 255, 255, 1);
}

#detail-wrapper .car-price-links .car-questions-button h3,
#detail-wrapper .car-price-links .car-financing-button h3 {
	font-size: 1em;
	line-height: 1em;
}

#detail-wrapper .car-price-links .car-questions-button span,
#detail-wrapper .car-price-links .car-financing-button span {
	font-size: 0.8em;
	line-height: 0.8em;
}

#detail-wrapper .car-price-links .car-price .prices {
	flex-grow: 1;
}

#detail-wrapper .car-price-links .car-price span {
	width: 100%;

	display: block;
	text-align: right;
}

#detail-wrapper .car-price-links .car-price span.rate-per-month {
	font-size: 0.6em;
	line-height: 0.6em;
}

#detail-wrapper .car-info-navigation {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;

	display: flex;
	flex-direction: row;
	gap: 20px;

	box-sizing: border-box;
	background-color: rgba(60, 60, 60, 1);
}

#detail-wrapper .car-info-navigation .car-details-tab-title {
	width: 100%;
	margin: 0px;
	padding: 10px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);

	border-radius: 5px;

	background-color: rgba(120, 120, 120, 1);
	cursor: pointer;

	box-sizing: border-box;
}

#detail-wrapper .car-info-navigation .car-details-tab-title::before {
	width: 14px;
	height: 14px;
	margin-top: -7px;

	font-family: 'FontAwesome';

	position: absolute;
	top: 50%; left: 10px;
}

#detail-wrapper .car-info-navigation .car-details-tab-title-general::before {
	content: '\f1b9';
}

#detail-wrapper .car-info-navigation .car-details-tab-title-specs::before {
	content: '\f0ad';
}

#detail-wrapper .car-info-navigation .car-details-tab-title-financing::before {
	content: '\f09d';
}

#detail-wrapper .car-info-navigation .car-details-tab-title.tab-active {
	background-color: rgba(230, 30, 30, 1);
}

#page.page-detail .car-details-tab {
	display: none;
	visibility: hidden;
}

#page.page-detail .car-details-tab.tab-active {
	display: block;
	visibility: visible;
}

#detail-wrapper .car-specs,
#stock-container .car-specs {
	width: 100%;

	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

#detail-wrapper .car-specs li,
#stock-container .car-specs li {
	width: 50%;
	
	box-sizing: border-box;
		
	list-style-type: none;
	display: block;
	
	margin-bottom: 15px;
}

#detail-wrapper .car-specs li.car-description {
	width: 100%;
}

#detail-wrapper .car-specs li span,
#stock-container .car-specs li span {
	width: 100%;
	display: block;
}

#detail-wrapper .car-details {
	width: 100%; 
}

#detail-wrapper .car-details ul {
	width: 100%; 
	
	margin: 0px;
	padding: 0px;
	
	display: flex;
	flex-wrap: wrap;
}

#detail-wrapper .car-details ul li {
	width: 50%;
	list-style-type: none;
	
	padding: 0px 0px 0px 10px;
	
	display: block;
}

#detail-wrapper .car-extra {
	width: 100%;
}

#financing-wrapper .financing-label,
#detail-wrapper .car-details ul li.liCategory,
#detail-wrapper .car-extra span {
	width: 100%;
	margin: 20px 0px 5px 0px;
	padding: 5px 10px;
	
	display: block;
	
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	box-sizing: border-box;
}

#detail-wrapper .car-extra p {
	padding: 0px 10px;
	margin-bottom: 10px;
}

#detail-wrapper .car-extra br {
	display: none;
}

/***********************************************************************************
*	Financing
***********************************************************************************/
#page.page-detail .number-of-months-container ul {
	width: 100%;
	padding: 0px;

	display: flex;
	flex-direction: row;
	gap: 5px;

	list-style-type: none;
}

#page.page-detail .number-of-months-container ul li {
	width: 100%;
	padding: 10px;
	border-radius: 5px;

	list-style-type: none;

	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;

	box-sizing: border-box;
	cursor: pointer;

	opacity: 0.8;
	background-color: rgba(60, 60, 60, 0.5);
	color: rgba(255, 255, 255, 1);

	transition: all 0.2s ease-in-out;
}

.financing-options {
	width: 100%;

	display: flex;
	flex-direction: row;
	gap: 0px;
	row-gap: 20px;
}

.financing-options > div {
	width: 50%;
}

#page.page-detail .number-of-months-container ul li.active {
	opacity: 1;
	background-color: rgba(230, 30, 30, 1);
}

#page.page-detail .number-of-months-container ul li input {
	display: none;
	visibility: hidden;
}

#page.page-detail .number-of-months-container ul li span {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

#page.page-detail .number-of-months-container ul li span::after {
	content: 'maanden';
	display: block;
}

#page.page-detail .card-header {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(230, 30, 30, 1);

	display: flex;
	flex-direction: row;
}

#page.page-detail .financing-details {
	width: 100%;
	margin-top: 20px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px;
	row-gap: 20px;
}

#page.page-detail .financing-details .financing-detail-item {
	width: 50%;
	padding-right: 20px;

	box-sizing: border-box;
}

#page.page-detail .financing-details .financing-detail-item.full-width {
	width: 100%;
	padding-right: 0px;
}

#page.page-detail .financing-details .financing-detail-item .title {
	font-weight: bold;
	color: rgba(230, 30, 30, 1);
}

#page.page-detail .financing-details .financing-detail-item .title.clickable {
	cursor: pointer;
}

#page.page-detail .financing-result {
	width: 100%;
	margin: 20px 0px;

	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);

	display: flex;
	flex-direction: row;
}

#page.page-detail .financing-details .financing-result {
	margin: 0px;
}

#page.page-detail .financing-result div,
#page.page-detail .financing-result span {
	padding: 20px;
}

#page.page-detail .financing-result div {
	flex-grow: 1;
}

#page.page-detail .financing-result span {
	min-width: 120px;
	text-align: right;

	color: rgba(255, 255, 255, 1);
	background-color: rgba(230, 30, 30, 1);
}

.calculate-price-text {
	opacity: 0.5;
}

.financing-detail-item .euro-sign {
	height: calc(100% - 2px);
	display: flex;

	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 6px 0px 3px;

	z-index: 999;
	font-size: 1.2em;
	opacity: 0.2;
	
	justify-content: center;
	align-items: center;
}

.financing-detail-item .jkp-row {
	display: flex;
	flex-direction: row;
	gap: 20px;

	justify-content: center;
	align-items: center;
}

.financing-detail-item .jkp-row label {
	min-width: 100px;

	font-weight: bold;
	color: rgba(230, 30, 30, 1);
}

.interestRatePerMonthContainer {
    display: none;
}

.monthly-jkp-control {
	width: 100%;
	box-sizing: border-box;

	padding: 4px 12px;

	border-width: 1px;
	border-style: solid;
	border-color: rgba(230, 30, 30, 1);
}

.monthly-jkp-control span {
	height: 100%;
	display: flex;
	padding: 0px 10px;
	
	position: absolute;
	top: 0px;
	right: 0px;

	justify-content: center;
	align-items: center;
}

.totalAmount .content {
	padding: 10px 0px;
	margin-bottom: 5px;

	font-size: 1.2em;
}

.loanToggle {
	position: absolute;
	top: -25px; right: 0px;

	z-index: 999;
	display: flex;
	flex-direction: row;
	gap: 0px;
}

.loanToggle div {
	padding: 8px 20px;
	cursor: pointer;

	font-size: 0.8em;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.6);
}

.loanToggle div.active {
	background-color: rgba(230, 30, 30, 1);
}

/***********************************************************************************
*	Sidebar
***********************************************************************************/
#sidebar {
	display: none;
}

#sidebar.sidebar-search {
	display: block;
}

.has-sidebar #sidebar {
	width: 100%;
	display: block;
	
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#sidebar h2 {
	font-size: 1em;
	text-align: left;
	
	margin-top: 0px;
	padding: 8px 16px;
	
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	box-sizing: border-box;
}

#page ul#sidebar li,
#page #sidebar ul li {
	list-style-type: none;
}

#sidebar-contact ul {
	padding-left: 0px;
}

#sidebar-contact li,
#sidebar-contact li a {
	color: rgba(70, 60, 60, 1);
	font-family: "LatoLight";
}

#sidebar-contact li.address::before {
	background-image: url('../assets/images/maps.png');
}

#sidebar-contact li.mail::before {
	background-image: url('../assets/images/mail.png');
}

#sidebar-contact li.phone::before {
	background-image: url('../assets/images/phone.png');
}

#sidebar img {
	max-width: 100%;
	margin-bottom: 15px;
}

#sidebar .widget_logo img {
	width : 50%;
	margin: 40px 0px 0px 0px;
}
	
.search-fields {
	display: none;
}

#sidebar .filter-title {
	cursor: pointer;
}

#sidebar .filter-title .arrow {
	padding: 4px;
	
	position: absolute;
	top: 50%; right: 16px;
	
	margin-top: -8px;
	
	border: solid white;
	border-width: 0 4px 4px 0;
	
	display: inline-block;
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#sidebar .filter-title.active .arrow {
	margin-top: -4px;
	
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

#sidebar .widget_search label {
	width: 100%;
	margin: 10px 0px;
	padding: 4px 16px;
	
	display: block;
	
	font-size: 1em;
	text-align: left;
	font-family: "LatoLight";
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	box-sizing: border-box;
}

#sidebar .widget_search select {
	width: 100%;
	border: none;
	
	outline: none;
}

#sidebar .widget_search .slider-price-container {
	width: 49%;
	float: left;
}

#sidebar .widget_search .slider-price-container:first-of-type {
	padding-right: 2%;
}

#sidebar .widget_search .slider-price-container span {
	width: 100%;
	
	display: block;
	font-variant: small-caps;
	font-size: 0.8em;
}

#sidebar .widget_search .filter-container ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}

#sidebar .widget_search .filter-container ul li {
	width: 50%;
	cursor: default;
	
	padding-left: 5px;
	box-sizing: border-box;
}

#sidebar .widget_search .filter-container ul span {
	cursor: pointer;
	user-select: none;
}

#sidebar .widget_search .filter-container ul input[type="checkbox"] {
	cursor: pointer;
}

#searchVehicles {
	margin: 10px 0px;
	padding: 4px 8px;
	
	float: right;
	
	font-size: 1em;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	box-sizing: border-box;
	
	cursor: pointer;
	transition: all 0.2s linear;
}

#searchVehicles:hover,
#searchVehicles:focus {
	color: rgba(60, 60, 60, 1);
	background-color: transparent;
}

#clearFilters {
	margin: 10px 0px;
	padding: 4px 8px;
	
	float: left;
	
	color: rgba(6, 69, 173, 1);
	background-color: transparent;
	
	cursor: pointer;
	transition: all 0.2s linear;
}

#clearFilters:hover,
#clearFilters:focus {
	text-decoration: underline;
}

#sidebar-logo {
	display: none;
}

/***********************************************************************************
*	Content
***********************************************************************************/
#page {
	padding: 120px 20px 20px 20px;
	
	display: flex;
	flex-wrap: wrap;
}

#page .page-inner {
	width: 100%;
}
	
#content-backdrop {
	width: 100%;
	
	position: fixed;
	top: 0px; bottom: 0px;
	
	background-color: rgba(255, 255, 255, 1);
}

#page .mox-children {
	width: 100%;
	padding: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	list-style-type: none;
}

#page .mox-children li {
	margin: 5px;
	flex-basis: calc(50% - 10px);
	
	box-sizing: border-box;
	list-style-type: none;
}

#page .mox-children li::before {
	width: 100%;
	padding-top: 100%;
	display: block;
	
	content: "";
	pointer-events: none;
}

#page .mox-children li a {
	text-align: center;
	padding: 70% 20px 0px 20px;
	
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;
	
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(60, 60, 60, 1);
	
	font-size: 0.8em;
	line-height: 1em;
	font-family: "LatoLight";
	color: rgba(255, 255, 255, 1);
	transition: all 0.2s linear;
}

#page .mox-children li a.no-logo {
	background-image: url('../assets/images/favicon_white.png');
}

#page .mox-children li a:hover,
#page .mox-children li a:focus {
	text-decoration: none;	
	background-position: center 48%;	
	transition: all 0.2s linear;
}

#page h2 {
	font-family: "LatoLight";
	clear: both;
	float: none;
}

#page figure {
	width: 100%;
	margin: 10px 0px;
}

#page img.float-left,
#page figure.float-left {
	width: 30%;
	
	float: left;
	margin: 0px 10px 10px 0px;
}

#page img.float-right,
#page figure.float-right {
	width: 30%;
	
	float: right;
	margin: 0px 0px 10px 10px;
}

#page img.float-center,
#page figure.float-center {
	width: 10%;
	
	margin: 50px auto 10px auto;
	
	float: none;
	clear: both;
}

#page img.float-center:first-child,
#page figure.float-center:first-child {
	margin: 0px auto 10px auto;
}

#page figure img {
	width: 100%;
}

.button-container {
	width: 100%;
	padding: 15px 0px;
	box-sizing: border-box;
	
	text-align: center;
}

.button {
	width: 100%;
	margin: auto auto;
	display: inline-block;
	
	text-align: center;
	font-family: "Lato";
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	
	padding: 15px 15px 10px 15px;
	background-color: rgba(60, 60, 60, 1);
	
	transition: all 0.2s linear;
	font-variant: small-caps;
}

.button:hover,
.button:focus {
	text-decoration: none;
	background-color: rgba(40, 40, 40, 1);
	
	transition: all 0.2s linear;
}

#page .wp-block-media-text figure {
	margin: 0px;
}

.wp-block-media-text img {
	display: block;
}

#page .wp-block-media-text > div {
	padding: 5px;
	
	position: absolute;
	top: 5px; right: 5px;
}

#page .wp-block-media-text > div a {	
	margin: 0px;
}

#page ul,
.front-section ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

#page ul li,
.front-section ul li {
	color: rgba(70, 60, 60, 1);
	font-family: "LatoLight";
	
	list-style-type: disc;
}

.fancybox-navigation {
	width: 100%;
	height: 100px;
	
	position: absolute;
	top: 50%; margin-top: -50px;
}

.hide-title {
	display: none;
}

/***********************************************************************************
*	Contact
***********************************************************************************/
.page-contact {
	width: 100%;
}

#quick-contact {
	display: flex;
	margin-bottom: 20px;
	flex-direction: column;
}

#quick-contact a {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 5px 5px 45px;
	
	display: block;
	box-sizing: border-box;
	
	font-variant: small-caps;
	color: rgba(60, 60, 60, 1);
	background-color: rgba(60, 60, 60, 0.1);
	
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../assets/images/mail.png');
	
	transition: all 0.2s linear;
}

#quick-contact a:hover,
#quick-contact a:focus {
	text-decoration: none;
	
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	background-image: url('../assets/images/mail_white.png');
}

#quick-contact a:first-of-type {
	margin-right: 20px;
	background-image: url('../assets/images/phone.png');
}

#quick-contact a:first-of-type:hover,
#quick-contact a:first-of-type:focus {
	margin-right: 20px;
	background-image: url('../assets/images/phone_white.png');
}

.wpcf7,
.wpcf7 form {
	width: 100%;
}

.wpcf7 br {
	display: none;
}

.contact-section {
	width: 100%;
}

span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

span.wpcf7-form-control-wrap span {
	position: absolute;
	top: -0.3em; right: 0px;
	
	opacity: 0.6;
	font-size: 0.7em;
	pointer-events: none;
}

select,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 5px;
	
	font-size: 1.2em;
	font-family: "LatoLight";
	color: rgba(60, 60, 60, 1);
	
	box-sizing: border-box;
	
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(60, 60, 60, 1);
}

textarea {
	height: 208px;
	min-height: 142px;
	resize: vertical;
}

input[type="submit"],
.detail-contact {
	display: inline;
	margin-top: 15px;
	padding: 10px 20px;
	
	cursor: pointer;
	font-family: "LatoLight";
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	transition: all 0.2s linear;
}

.detail-contact {
	margin: 50px auto 0px auto;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
.detail-contact:hover,
.detail-contact:focus {
	color: rgba(60, 60, 60, 1);
	background-color: rgba(255, 255, 255, 1);
	
	text-decoration: none;
}

.contact-section .your-firstname, 
.contact-section .your-surname, 
.contact-section .your-brand, 
.contact-section .your-model, 
.contact-section .your-yob, 
.contact-section .your-motor, 
.contact-section .your-kilometers {
	width: 49%;
	float: left;
}

.contact-section .your-firstname,
.contact-section .your-brand, 
.contact-section .your-yob {
	margin-right: 2%;
}

.your-companyname {
	clear: both;
	float: none;
}

.grecaptcha-badge { 
    visibility: hidden;
}

div.wpcf7-response-output {
	width: 100%;
	margin: 0px;
	padding: 8px;
	
	position: absolute;
	top: -60px; left: 0px;
	
	border: none;
	color: rgba(215, 0, 10, 1);
    background-color: rgba(255, 210, 210, 1);
	
	text-align: center;
	box-sizing: border-box;
}

.page-contact h2,
.page-privacybeleid h2 {
	text-align: center;
}

.page-privacybeleid h2 {
	margin-top: 50px;
}

/***********************************************************************************
*	Sitemap
***********************************************************************************/
.wsp-posts-list,
.wsp-posts-title,
.wsp-pages-title {
	display: none;
}

.wsp-container ul ul {
	margin-left: 0px;
}

/***********************************************************************************
*	Footer
***********************************************************************************/
#footer-wrapper {
	width: 100%;
	background-color: rgba(60, 60, 60, 1);
}

#footer {
	padding: 20px;
	
	color: rgba(255, 255, 255, 1);
	background-color: rgba(60, 60, 60, 1);
	
	display: flex;
	flex-wrap: wrap;
}

#footer a {
	color: rgba(255, 255, 255, 1);
}

#footer .footer-section {
	width: 50%;
	margin-bottom: 50px;
	padding: 0px 10px;
	
	display: block;
	box-sizing: border-box;
}

#footer .footer-section:last-of-type {
	margin-bottom: 0px;
}

#footer .footer-section h4 {
	margin-bottom: 20px;
	
	font-size: 1.2em;
	font-weight: bold;
	
	color: rgba(255, 255, 255, 1);
}

#footer .section-left li {
	padding-left: 1.5em;
}

#footer .section-left li.address,
#footer .section-left li.mobile {
	margin-bottom: 20px;
}

#footer .section-left li::before {
	width: 1em;
	height: 1em;
	
	content: "";
	
	position: absolute;
	top: 2px; left: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .section-left li.address::before {
	background-image: url('../assets/images/maps_white.png');
}

#footer .section-left li.mail::before {
	background-image: url('../assets/images/mail_white.png');
}

#footer .section-left li.phone::before {
	background-image: url('../assets/images/phone_white.png');
}

#footer .socials ul li {
	margin-right: 10px;
	display: inline-block;
}

#footer .socials ul li a {
	font-size: 2em;
	opacity: 0.5;
}

#footer .socials ul li a:hover,
#footer .socials ul li a:focus {
	opacity: 1;
	text-decoration: none;
}

/***********************************************************************************
*	In Between dimensions
***********************************************************************************/
@media screen and (min-width: 560px) {	
	/***********************************************************************************
	*	Car detail front
	***********************************************************************************/
	#cars-container a {
		width: 33%;
		margin: 0px;
		
		height: 25vh;
		max-height: 200px;
	}
	
	#cars-container a .inner {
		top: 5px; bottom: 5px;
		left: 5px; right: 5px;
	}

	#cars-container a:nth-child(1) .inner ,
	#cars-container a:nth-child(3n) .inner {
		left: 0px;
		right: 5px;
	}
	
	#cars-container a:nth-child(2) .inner,
	#cars-container a:nth-child(3n+2) .inner {
		left: 5px;
		right: 0px;
	}
	
	#cars-container a:nth-child(3n+2) {
		width: 34%;
	}
	
	#cars-container a:nth-child(1),
	#cars-container a:nth-child(2) {
		width: 50%;
		height: 50vh;
		
		max-height: 350px;
	}
}

@media screen and (min-width: 680px) {		
	/***********************************************************************************
	*	Front Banner
	***********************************************************************************/
	#front-container #banner ul {
		display: flex;
		flex-direction: row;
		flex-wrap: no-wrap;
		
		margin-bottom: 0px;
	}
	
	#front-container #banner .banner-item {
		width: 100%;
		margin-bottom: 0px;
	}
}