/************************* FONTS ****************************************/
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?fne4y');
  src:  url('/fonts/icomoon.eot?fne4y#iefix') format('embedded-opentype'),
	url('/fonts/icomoon.ttf?fne4y') format('truetype'),
	url('/fonts/icomoon.woff?fne4y') format('woff'),
	url('/fonts/icomoon.svg?fne4y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width:100%;
}
p {
  font-family: 'Open Sans', sans-serif;
  /*margin-bottom:0px;*/
}
.home-dealer-info {
  height: 80px;
}
.home-dealer-container {
  height:160px;
}

.icon-co2-inside-cloud:before {
  content: "\e906";
}
.icon-co2:before {
  content: "\e907";
}
.icon-zero-emission-badge:before {
  content: "\e908";
}
.icon-piston-alt:before {
  content: "\e90a";
}
.icon-credit-card:before {
  content: "\e90b";
}
.icon-bar-chart:before {
  content: "\e90c";
}
.icon-pie-chart:before {
  content: "\e90d";
}
.icon-price-tag-alt:before {
  content: "\e90e";
}
.icon-car-engine:before {
  content: "\e90f";
}
.icon-engine-alt:before {
  content: "\e910";
}
.icon-engine:before {
  content: "\e911";
}
.icon-child-seat-for-the-car:before {
  content: "\e909";
}
.icon-eye-dropper:before {
  content: "\e905";
}
.icon-success:before {
  content: "\e900";
}
.icon-dashboard:before {
  content: "\e901";
}
.icon-gearbox:before {
  content: "\e902";
}
.icon-gasoline-pump:before {
  content: "\e903";
}
.icon-calendar:before {
  content: "\e904";
}
#cookie-bar-container {
    position: fixed;
    bottom: 0;
    z-index: 13;
	width: 100%;
}
.cookie-bar {
    background-color: rgba(255,255,255,0.8);
    border-top: 1px solid #DDD;
}
.cookie-bar-inner {
     padding: 35px 20px 15px;
     font-weight: bold;
    color: #555;
	max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}
.cookie-btn {
    color: #FFF;
}
.cookie-btn:hover, .cookie-btn:focus {
    color: #FFF;
	background-color: rgba(216, 37, 32, 0.8);
}
button i {
	color:#FFF;
	margin-left:5px;
}
button.send-btn {
	border:1px solid #FFF;
	padding:6px 12px;
	background:none;
}


/************************* DEFAULTS ****************************************/
body {
  font-family: 'Open Sans', sans-serif;
}
.white-txt {
	color: #FFF;
}
.black-txt {
	color: #ffffff;
	background-color: #000000;
}
.grey-txt {
	color: #ffffff;
	background-color: #ccc;
}
.bold-txt {
	font-weight: bold;
}
.r_img {
	width: 100%;
}

.desmedt-brands .btn.waves-effect, .desmedt-cta .btn.waves-effect {
  width:75%;
  padding: 0 1rem;
  font-size: 0.7rem;
}
h1.desmedt {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  font-weight:600 !important;
  color: black;
  margin: 10px 0px;
}
h2.desmedt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  font-weight:600 !important;
  color: black;
  margin: 10px 0px;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  border: 0;
  padding: 0;
  font-size: 100%;
}
h3.desmedt {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  font-weight:600 !important;
  color: black;
  margin: 10px 0px;
}
h4.desmedt {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  font-weight:600 !important;
  color: black;
  margin: 10px 0px;
}
.btn-full {
	width: 100%;
	max-width: 500px;
}
.margin-bottom-10 {
	margin-bottom:10px !important;
}
.margin-bottom-20 {
	margin-bottom:20px !important;
}
.margin-bottom-30 {
	margin-bottom:30px !important;
}
.margin-bottom-40 {
	margin-bottom:40px !important;
}
.margin-bottom-50 {
	margin-bottom:50px !important;
}
.margin-top-10 {
	margin-top:10px !important;
}
.margin-top-20 {
	margin-top:20px !important;
}
.margin-top-30 {

	margin-top:30px !important;
}
.margin-top-40 {
	margin-top:40px !important;
}
.margin-top-50 {
	margin-top:50px !important;
}
.negative-margin-top-20 {
	margin-top:-20px !important;
}
.grid-right-parent {        
	padding-right: 0;
}
nav ul a {
  color:black;
  font-size: 14px;
  padding:0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .side-nav {
    width: 400px;
  }
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	.hide-on-tablet-portrait {
		display: none !important;
	}
	.tablet-portrait-grid-100 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		clear: both;
		width: 100%;
	}
	.tablet-portrait-grid-80 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 80%;
	}
	
	.tablet-portrait-grid-55 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 55%;
		
	}
	.tablet-portrait-grid-50 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 50%;
		
	}
	.tablet-portrait-grid-20 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 20%;
		
	}
	.tablet-portrait-grid-15 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		width: 15%;
		
	}
	
	.tablet-portrait-grid-100:before, .tablet-portrait-grid-80:before, .tablet-portrait-grid-55:before, .tablet-portrait-grid-50:before, .tablet-portrait-grid-20:before, .tablet-portrait-grid-15:before {
		content: ".";
		display: block;
		overflow: hidden;
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
	}
	.tablet-portrait-grid-100:after, .tablet-portrait-grid-80:after, .tablet-portrait-grid-55:after, .tablet-portrait-grid-50:after, .tablet-portrait-grid-20:after, .tablet-portrait-grid-15:after {
		clear: both;
	}
	.hs-brand-icon, .hs-bodytype-icon {
		width: calc(33% - 4px) !important;
	}
	.hs-fuel-icon, .hs-power-icon {
		width: calc(50% - 4px) !important;
	}
	.hs-transmission-icon {
		width: calc(100% - 4px) !important;
	}
	.car-brand {
		min-height: 62px;
	}
h1.desmedt {
  font-size: 18px !important;
  font-weight:600 !important;
     margin:0px !important;
}
}
/************************* ANIMATION ****************************************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transform: translate3d(0,0,0);
  }

  40%, 43% {
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transform: translate3d(0, -30px, 0);
  }

  70% {
	animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	transform: translate3d(0, -15px, 0);
  }

  90% {
	transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
	opacity: 0;
	transform: scale3d(.3, .3, .3);
  }

  20% {
	transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
	transform: scale3d(.9, .9, .9);
  }

  60% {
	opacity: 1;
	transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
	transform: scale3d(.97, .97, .97);
  }

  to {
	opacity: 1;
	transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}
@keyframes pulse {
  from {
	transform: scale3d(1, 1, 1);
  }

  50% {
	transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
	transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}
/************************* HEADER ****************************************/
.main-header {
	padding: 5px 0px;
	background-color: white;
	color: rgba(0, 0, 0, 0.97);
    border-bottom: 1px solid #777;
}
.side-nav {
	/*color: rgba(0, 0, 0, 0.87);*/
	background-color: white;
	color: black;
}
.side-nav li > a, .side-nav li > a > i {
	color: rgba(0, 0, 0, 0.97);
}
.side-nav li > a > i {
	font-size: 1.5rem;
}
.side-nav-title {
	font-weight: bold;
}
.side-nav li > a > i {
	margin: 0 10px 0 0;
}
nav .brand-logo {
  display: initial;
}
.brand-logo img {
	width: 100%;
	max-width: 252px; /* 252 */
	position: relative;
    display: block;
    margin: 0 auto;
}
.brand-logo-parent {
  position: absolute;
  background-color: transparent;
}
.brand-logo-parent img {
  max-width: 150px;
}
.menu-parent {
  margin-left: 175px;
}
.extra-header-row {
	line-height: 100%;
	padding-right: 25px;
}
.extra-header-row i {
	 height: auto !important; 
	 line-height: normal !important;
	 color: #007c92;
	 font-size: 1.5rem;
	 margin-right: 10px;
}
.dropdown-button {
	cursor: pointer;
}
.main-nav .dropdown-content {
  width:auto !important;
}
.main-nav li {
  /*font-weight: bold;*/
  font-family: 'Montserrat', sans-serif;
  padding: 0 10px;
}
.header-phone-container {
}
.header-phone-container i {
	font-size: 1.5em;
	position: relative;
	top: 4px;
	color: #007c92;
	right: 8px; 
}
.language-switch {
	
}
.language-switch a {
	font-weight: bold;
	border-left: 1px solid rgba(153, 153, 153, 0.5);
	border-right: 1px solid rgba(153, 153, 153, 0.5);
	padding: 0px 10px;
}
.language-switch a:hover {
	color: #007c92;
}
/************************* SLIDESHOW ****************************************/
.carousel-fixed-item-overlay {
	position: absolute;
    bottom:0;
    left:16%;
	z-index: 1;
}
.carousel-fixed-item-overlay .btn {
  text-align:left;
  background-color:#d82520;
  padding:4px 20px;
  height: 45px;
  border-radius: initial;
}
.carousel-fixed-item-overlay-cta {
	background-color: #fff;
	/*font-weight: bold;*/
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	color: #007c92;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
/************************* CONTENT ****************************************/
.push-down-content {
	position: relative;
	top: 70px;    
}        
.mobile-subheader-message {
	background-color: #007c92;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9rem;
	padding: 0.2rem 0.35rem;
	text-align: center;
}
.homepage-vehicles, .dealer-contact-home, .home-cta-container {
	margin-bottom: 20px;
}
.search-form-wrapper {
  /*border: 1px solid #007c92;*/
  padding: 10px
}
/************************* USP's ****************************************/
.usp-wrapper {
	margin: 20px 0px;
	font-size: 1rem;
	color: #007c92;
	line-height: 2rem;
}
.usp-highlight {
	cursor: pointer;
	
}
.usp-active {
	border-bottom: 5px solid rgba(185, 32, 37, 0.5); /*#007c92;*/
	padding-bottom: 3px;
	transition: .5s ease-out;
}
.usp-detail-item {
	display: none;
	background-color: #f8f8f8;
	padding: 10px 20px;
	color: #333;
	margin: 10px 0px;
}
.usp-wrapper-content {
	clear: both;
}
/************************* SEARCH ****************************************/
form.form {
	width: 100%;
}
.search-form-title {
	color: #007c92;
	font-size: 1.1rem;
	font-weight: bold;
}
.search-criteria .select-wrapper input.select-dropdown, search-criteria .dropdown-content li > a, .dropdown-content li > span {
  font-weight:bold;
}        
.search-form-wrapper .btn {
	width: 100%;
}
.select-close-btn {
	color: rgba(0, 0, 0, 0.3) !important;
	font-weight: bold;
}
.dropdown-content li.optgroup{
	font-size: 0px;
	min-height: auto;
}
.select-optgroup-special {
	font-size: 16px !important;
}
/************************* VEHICLES LISTING ****************************************/
.car-item {
	/*margin-bottom: 2rem;*/
}
.car-brand {
	font-size: 1.45rem;
    color: #d82520;
    white-space: nowrap;
    overflow: hidden;
}
.car-image {
	/*margin-bottom: 5px;*/
}
.car-image img {
	width: 100%;
}
.car-price {
	height: 36px;
	font-size: 1.05rem;
	font-weight: bold;
}
.car-price span {
    color: #d82520;
}
.car-details {
  color: #007c92;
}
.car-details-all {
  /*margin-top:10px;*/
}
.car-details-all .btn{
  /*color: #007c92;*/
  /*background-color:white;*/
}
.car-details-all a {
  color:black;
}
.car-status {
	font-size: 1.25rem;
}
.car-status span {
	color: #007c92;
	font-size: 1.8rem;
	margin-right: 5px;
	font-weight: bold;
}
.homepage-vehicles {
}
.car-list-vehicles > div {
	/*margin-bottom: 10px;*/
}
.car-spec {
	margin-bottom: 10px;
	font-size:14px;
    white-space: nowrap;
    overflow: hidden;
}
.car-spec span, .car-spec i {
	font-size: 22px;
	color: #666;
	top: 3px;
	position: relative;
	margin-right: 5px;
}
.car-spec i {
	color: #888;
}
.car-specs-wrapper {
/*	margin: 10px 0px;
	padding: 10px 0px;*/
	/*border-bottom: 1px solid rgba(153, 153, 153, 0.3);*/
}
.car-specs-wrapper .vertical-border {
	/*border-right: 1px dotted #d0d0d0;*/
}
.car-description {
	padding-bottom: 5px;
	/*border-bottom: 1px dotted rgba(153, 153, 153, 0.5);*/
	min-height: 46px;
    white-space: nowrap;
    overflow: hidden;
}
.car-list-vehicles .car-item {
	/*min-height: 450px;*/
}
.bordered {
  border:1px solid #ccc;
  padding: 0px 27px;
}
/************************* DEALER DATA ****************************************/
.dealer-contact-home > div {
	height: 100%;
	min-height: 167px;
}
.black-bg {
	background-color: #000;
	color: #FFF;
	padding: 0px 0px;
}
.white-bg {
	background-color: #FFFFFF;
}
.blue-bg {
	background-color: #007c92;
	color: #FFF;
	padding: 0px 0px;
}
.blue-bg img {
  width:10%;
}
.black-bg img {
  width:10%;
}

.black-bg a {
  color: white;
}
.grey-bg {
	background-color: #ecf0f1;
}
.grey-bg2 {
	background-color: #9e9b9b;
		padding: 15px 0px 0px;
}
.grey-bg3 {
	background-color: #f8f9f9;
}
.red-bg {
	background-color: #007c92;
	color: #fff;
	padding: 0px 0px;
}
.black-bg-over-ons {
	background-color: #000;
	color: #FFF;
}
.black-bg h2 {
	font-size: 1.5rem;
}
.dealer-openinghours-inner span {
	font-weight: bold;
}
/*Google Maps*/
.google-maps-container {

}
#map {
	width: 100%;
	height: 100%;
	min-height: 230px;
}
/************************* CTA BUTTONS ****************************************/
.cta-item {

}
.cta-image, .cta-title, .cta-copy, cta-btn {
	margin-bottom: 1.5rem;
}
.cta-image {
}
.cta-title {

}
.cta-copy {

}
.cta-btn {

}
/************************* FOOTER ****************************************/
.footer-wrapper {
	background-color: black;
	color: #FFF;
	padding: 1.5rem 0.5rem;
}
.footer-menu li {
	transition: background-color .3s;
	float: left;
	padding: 0;
	margin-right: 30px;
	margin-left: 0;
}
.footer-wrapper a {
	color: #FFF;
}
.footer-menu li:first-child {
	margin-left: 0px;
}
.footer-wrapper h6 {
	font-weight: bold;
}
/*MOBILE FOOTER*/
.mobile-footer-fixed {
	position: fixed;
	bottom: 0;
  z-index: 11;
	width: 100%;
}
.mobile-footer-fixed #cookie-bar-container {
  position: static;
}
.mobile-footer {
	/*min-height: 61px;*/
	width: 100%;
	background-color: #000;
	color: #FFF;
	z-index: 100;
}
.mobile-footer a {
	color: #FFF;
}
.mobile-footer-item {
	font-size: 12px;
	text-align: center;
	flex-grow: 1;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
	padding: 15px;
}
.mobile-footer-item:nth-child(-n+2) {
	border-right: 1px solid #FFF;
}
.mobile-footer-item i {
	color: #eb6428;
	/*font-size: 1.5rem;*/
	/*position: relative;
	top: 2px;
	right: 9px;*/
}
/************************* OVERRIDES ****************************************/
.main-nav li {
	margin-left: 0px;
}
.select-wrapper input.select-dropdown {
	/*border-bottom: 0;*/
    border-color: #d82520;
}
.select-wrapper input.select-dropdown:disabled {
	/*border-bottom: 0;*/
}
.select-wrapper input.select-dropdown {
	/*margin: 0;*/
}
ul.main-nav:not(.browser-default) li:first-child {
	margin-left: 0 !important;
}

.select-wrapper input.select-dropdown {
	font-size: 0.85rem;
}
span.icon-success {
	font-weight: bold;
	font-size: 1.3rem;
	margin-right: 5px;
}
#sidenav-overlay {
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 996;
}
.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
@media only screen and (max-width: 601px) {
.brand-logo-parent {
  position: initial;
}
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	nav {
		line-height: 58px;
	}
}

/************************* CAR DETAILS ****************************************/
.car-detail-specs-grid > div:hover {
	font-weight: bold;
	cursor: default;
}
.car-detail-specs-grid > div {
	border: 0px solid rgba(153, 153, 153, 0.3);
}

.car-detail-specs-grid {
	/*padding: 0px 10px;*/
	margin: 10px 0px;
	text-align: left;
}
.car-detail-specs-grid .car-spec {
	 padding: 4px;
	 min-height: 34px;
}
.car-details-price {
	font-size:22px; 
	font-weight:600; 
	background-color:#ffffff;
	color: #000000;
	padding: 10px 20px;
}
.car-details-options ul li {
	margin-left: 0px;
	line-height: 2rem;
}
.car-details-options-list {
}
.car-details-options-list h6 {
	font-weight: bold;
	margin: 10px 0;
}
.clear {
	float: none !important;
	clear: both !important;
}
/************************* FORMS ****************************************/
.MultiFile-preview {
  display: block;
}
/*form .select-wrapper + label {
  position:static;
}*/
#hs-form {

}
#hs-form .select-wrapper input.select-dropdown {
	font-size: 1rem;
}

#hs-form .select-wrapper input.select-dropdown {
	margin: 0 0 20px 0;
}
#hs-form .select-wrapper input.select-dropdown {
	/*border-bottom: 1px solid #9e9e9e;*/
}
.hs-form-row {
	margin-top: 0.5em;
}
/************************* CONTENT PAGES ****************************************/
.default-link {
	color: #007c92;
}
/*** SIDE NAV ***/
@media only screen and (min-width: 1025px) {
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
.brand-logo-parent {
  position: initial;
}
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	nav .brand-logo {
		left: 0%;
		transform: translateX(0%);
        position: relative;
      color: #fff;
      display: inline-block;
      font-size: 2.1rem;
      padding: 0;
      white-space: nowrap;
	}
    .side-nav .collapsible-body, .side-nav.fixed .collapsible-body {
      background-color:white;
    }
    .sidenav .collapsible {
      padding: 0 16px 0;
    }
}
/* IPAD Land & Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	.swiper-slide img {
		width: 100%;
	}
	.fr-usp-wrapper {
		font-size: 0.9rem;
	}
    .side-nav .collapsible-body, .side-nav.fixed .collapsible-body {
      background-color:white;
    }
}
/* IPAD Portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.brand-logo-parent {
  position: initial;
}
  
  .carousel-fixed-item-overlay {
    bottom:-1%;
    top: auto;
    left:0%;
  }
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	#sidenav-overlay {
		left: 39%;
	}
}
/* IPAD Portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  
nav ul a {
  font-size: 0.9em;
}
  .carousel-fixed-item-overlay {
    bottom:-1%;
    top: auto;
    right:auto;
  }
  .main-nav li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
.brand-logo-parent {
  position: initial;
}
  .side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    padding:0px;
  }
  .side-nav li > a {
    padding: 0 16px;
  }
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	.push-down-content {
		top: 80px;
		margin-bottom: 44px;
	}
	.cta-item {
		margin-bottom: 20px;
	}
	/*OVERRIDES*/
	.btn, .btn-large, .btn-flat {
		height: auto;
		line-height: normal;
		padding: .5rem 2rem;
        margin:10px 0px;
        width:100%;
	}
	/*** SLIDE FUNCTION ***/
	.mobile-collapse {
		display: none;
	}
	#mobile-search-expander {
		cursor: pointer;
		margin-bottom: 10px;
		border: 1px solid #007c92;
		padding: 5px 20px;
	}
	#mobile-search-expander i {
		margin-top: 3px;
		font-size: 1.2rem;
	}
	.search-criteria {
		padding: 3px 15px;
	}
	/**** USP ***/
	.usp-highlight  {
		margin-bottom: 5px;
	}
	.usp-active {
		border-bottom: 2px solid #007c92;
		padding-bottom: 2px;
		transition: .5s ease-out;
	}
	.hs-brand-icon, .hs-bodytype-icon {
		width: calc(50% - 4px) !important;
	}
	.hs-fuel-icon, .hs-power-icon {
		width: calc(100% - 4px) !important;
	}
	.hs-transmission-icon {
		width: calc(100% - 4px) !important;
	}
	.brand-logo img {
		/*max-width: 90px;*/
	}
}
@media only screen and (max-width: 767px) {
.brand-logo-parent {
  position: initial;
}
  .desmedt-brands .btn.waves-effect, .desmedt-cta .btn.waves-effect {
    width:100%;
    padding:.5rem 2rem;
  }
  .mobile-margin-top-20 {
    margin-top: 20px;
  }
.home-dealer-container {
  height:auto;
}
  .home-dealer-info {
    height: auto;
  }
	.mobile-subheader-message > div {
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.push-down-content {
		top: 66px; /* 72 */
    }
    .carousel-fixed-item-overlay {
      right:0;
    }
}

/****************** EXPERIMENTAL **********************/
/*label:before {
  content: url("https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/unchecked_checkbox.png");
  position: absolute;
  z-index: 100;
}
:checked+label:before {
  content: url("https://cdn1.iconfinder.com/data/icons/windows8_icons_iconpharm/26/checked_checkbox.png");
}*/
/*input[type=checkbox] {
  display: none;
}*/
/*pure cosmetics:*/
/*label {
  margin: 5px;
}*/

.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: center;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-start;
   align-content: flex-start;
}



/********************** Search for tablet ***********************/

.hs-brand-wrapper [type="checkbox"] + label {
	padding-left: 13px;
}
.hs-bodytype-wrapper [type="checkbox"] + label {
	padding-left: 28px;
}
.hs-tablet-mobile-search-wrapper {
	margin: 0;
	border: 0px;
	box-shadow: none;
}
.hs-tablet-mobile-search-wrapper .select-wrapper {
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding: 10px;
}
.hs-tablet-mobile-search-wrapper .select-wrapper span.caret {
	right: 10px;
}
.hs-tablet-mobile-search-wrapper li {
	margin-left: 0px;
}
.hs-tablet-mobile-search-wrapper .collapsible-header {
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
	min-height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.95rem;
}
.hs-tablet-mobile-search-wrapper .collapsible-header i {
	font-size: 1.1rem;
}
.hs-tablet-mobile-search-wrapper .collapsible-body {
	padding: 1rem 1.5rem;
}
.hs-bodytype-icon {
   float: left;
	 width: 25%;
	height: 5rem;
}
.hs-brand-icon {
	float: left;
	width: calc(20% - 4px);
	height: 6.5rem;
	border: 1px solid rgba(204, 204, 204, 0.5);
	padding:10px;
	margin: 2px;
}
.hs-fuel-icon {
   float: left;
	 width: 33%;
	height: 3rem;
	padding: 10px 0px;
}
.hs-transmussion-icon {
   float: left;
	 width: 33%;
	height: 3rem;
	padding: 10px 0px;
}
.hs-power-icon {
   float: left;
	 width: 33%;
	height: 3rem;
	padding: 10px 0px;
}
.hs-checkbox-icon {
	max-width: 64px;
	width: 100%;    
}
.hs-brand-icon-label{
	font-size: 11px;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 5px;
	top: -11px;
}
.hs-bodytype-icon-label{
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.hs-fuel-icon-label{
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.hs-transmission-icon-label{
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.hs-power-icon-label{
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
		padding: 20px 8px;
}
.collapsible-header:after {
	content: " \25BC";
	/*font-family: 'Font Awesome\ 5 Free';*/
	margin-left: 25px;
	transition: .5s all;
}
.collapsible-header-extra:after {
	content: " \25BC";
	/*font-family: 'Font Awesome\ 5 Free';*/
	margin-left: 25px;
	transition: .5s all;
}
.collapsible-header.active:after {
	content: " \25C0";
	/*font-family: 'Font Awesome\ 5 Free';*/
}
.collapsible-header-extra.active:after {
	content: " \25C0";
	/*font-family: 'Font Awesome\ 5 Free';*/
}
.hs-tablet-mobile-search-wrapper {
	display: none !important;
}
.hs-tablet-mobile-container select {
	border: 0;
	outline: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
.home-info {
  background-color:#e7e3e4;
  padding:20px;
}
nav {
  color:white;
  background-color:#fff;
  box-shadow: none;
}
nav a {
  color:#000;
}
nav a.header-phone {
  font-size: 16px;
}
nav ul a:hover {
  background-color: transparent;
  border-bottom: 1px solid #007c92;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  /*display:none;*/
  bottom:50px;
}
a {
  color:#007c92;
}
.desmedt-brands a {
  color: black;
  text-transform: uppercase;
}
.desmedt-brands {
  min-height: 130px;
}
.dealer-info a {
  color:black;
  text-transform: uppercase;
}
.dealer-info {
  margin:3% 0px 2% 0px;
  
}
.cta a {
  text-transform: uppercase;
  color: black;
}
.cta .grid-100 {
  margin-bottom: 10px;
}
.btn.waves-effect {
  /*width: 100%;*/
}
.team .naam {
  color: #007c92;
}
.team img {
  max-height: 412px;
}
.special {
  background-color: #007c92;
  min-height: 50px;
  padding:15px;
  font-size: 20px
}
.image-text {
  color: #FFFFFF;
  font-size: 13px;
  font-style: italic;
  background-color: #323232;
  line-height: 20px;
  padding: 10px;
  margin-bottom: 16px;
  display: block;
}
i.right {
  margin-left: 0px;
}
.side-nav .collapsible {
  /*margin-left: -14px;*/
  padding: 0px 16px;
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: transparent;
}
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 14px;
  color: black;
}
.desmedt-brands a.btn, .desmedt-cta a.btn {
  background-color:#f8f8fb;
}
.model-cta {
  min-height:170px;
}
.suzuki-1 .model-cta {
  min-height: 150px;
}
.suzuki-2 .model-cta {
  min-height: 170px;
}
.suzuki-3 .model-cta {
  min-height: 190px;
}
.suzuki-4 .model-cta {
  min-height: 170px;
}
.ssangyong-1 .model-cta {
  min-height:230px;
}
.ssangyong-2 .model-cta {
  min-height:170px;
}
.mitsubishi-1 .model-cta {
  min-height: 170px;
}
.mitsubishi-2 .model-cta {
  min-height: 245px;
}
.mitsubishi-3 .model-cta {
  min-height: 210px;
}
.model-cta p {
  margin-bottom: 0px;
}
.nav-wrapper {
  background-color: white;
}
.nav-wrapper .dropdown-content.active {
  margin-top:50px;
}
.gallery-cardetails img {
  margin-top:10px;
}
.hidden {
  display:none;
}
.btn, .btn-large {
  background-color: #007c92;
        margin:10px 0px;
        width:100%;
        /*border-radius: 10px;*/
}
.btn:hover, .btn-large:hover {
  background-color: #016577;
}
.swiper-pagination-bullet-active {
  background-color: #007c92;
}
a.btn {
  border-radius: 10px;
}
.ka-detail-dark {
  background-color: #fdfdfd;
}
.nav-wrapper .btn, .nav-wrapper .btn:hover {
  background-color: white;
  color: black;
}
.brand-float {
  position:relative;
  float:right;
  z-index: 10;
  margin: -50px 50px 0 0;
  border-radius: 10px;
}
.nav-wrapper .material-icons {
  color:black;
}
.nav-wrapper .fa-phone {
  font-size: 13px;
}
.nav-wrapper .red-text a {
  color: #eb6428;
  font-weight: bold;
}
.car-item a span.btn {
      border-radius: 10px;
}
  #financing .grid-parent {
    min-height: 75px;
  }
  #financing.modal .modal-content {
    padding: 35px;
  }
  .sold {
    background-color:black;
  }
  .sold:hover {
    cursor: auto;
  }

/*******FLOATING CTA BAR*****/
.floating_cta_bar_container {
    position: fixed;
    z-index: 12;
    top: 25%;
    right: 25px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.floating_cta_bar_container_item {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 15px;
	background-color: #eb6428;
	color: #FFF;
	position: relative;
	right: -130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	 -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  justify-content: space-between;
  margin-bottom: 3px;
      max-width: 250px;

}
.floating_cta_bar_container_item:hover {
	right: -25px;
}
.floating_cta_bar_container_item:before {
	font-family: 'Font Awesome\ 5 Free';
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
	width: 25px;

}
.fl_cta_mail:before {
	content: " \f0e0";
}
.fl_cta_tradein:before {
	content: " \f1b9";
}
.fl_cta_maintenance:before {
	content: " \f0ad";
}
.fl_cta_financing:before {
	content: " \f1ec";
}
.floating_cta_bar_container_item_close {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 15px;
    background-color: #eb6428;
    color: #FFF;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
    max-width: 52px;
    left: 130px;
    text-align: center;
	cursor: pointer;

}
.fl_cta_close i {
    margin: 0 auto;
}
@media only screen and (max-width: 1025px) {
	.floating_cta_bar_container_item {
		right: 0;
		margin-bottom: 0;
		flex-grow: 1;
		border-right: 2px solid #fff;
		justify-content: center;
		background-color: transparent;
	}

	.floating_cta_bar_container_item_close {
		display: none;
	}

	.floating_cta_bar_container {
		display: flex;
		width: 100%;
		bottom: 0;		
		top: unset;
		right: unset;
		justify-content: center;
		background-color: #eb6428;
		/*background-color: rgba(216, 37, 32, 0.5);*/
	}
	.floating_cta_bar_container_item:first-child {
		border-left: 2px solid #FFF;
	}
	.floating_cta_toggler {
		bottom: 55px !important;
	}
}

@media only screen and (max-width: 830px) {
	.floating_cta_bar_container_item:first-child {
		border-left: 0;
	}
	.floating_cta_bar_container_item:nth-last-child(2) {
		border-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-footer {
		display: flex;
		flex-wrap: wrap;
	}
	.floating_cta_bar_container {
		/*bottom: -999px;*/
		display: none;
	}
}
.btn-cta {
  background-color: #eb6428 !important;
}
.sidenav-overlay {
  z-index: 996;
}

.datepicker-date-display {
  background-color: #C3002F;
}
.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #C3002F;
}
.datepicker-table td.is-selected {
  background-color: #C3002F;
}
.datepicker-table td.is-today {
  color: #C3002F;
}
.datepicker-table td.is-today.is-selected {
  color: white;
}
.datepicker-day-button:focus {
  background-color: rgba(195, 0, 47, 0.25);
}
ul:not(.browser-default) {
  overflow-x: hidden;
}
.navbar-fixed {
  height:70px;
}
li.dropdown ul.dropdown-content {
  overflow-y: hidden;
}
.navbar-fixed {
    position: fixed;
    z-index: 997;
    width: 100%;
}
.navbar-fixed nav {
  position: static;
}