@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; 
  overflow-x:hidden;}

img{pointer-events: none;}

body{
max-width:100%;
overflow-x:hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }
  .row.no-neg {
    margin-right: 0;
    margin-left: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col {
  padding: 0; }

.lr-only > .col {
  padding-top: 0;
  padding-bottom: 0; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 12px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row.g-big.no-padding {
  margin-left: -12px;
  margin-right: -12px; }

.row.g-big .col {
  padding: 12px; }

.row.p-all .col {
  padding: 12px; }

.row.g6 {
  margin-right: -6px;
  margin-left: -6px; }
  .row.g6 .col {
    padding: 6px; }

.col.auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col.xl1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col.xl2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col.xl3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col.xl4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col.xl5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col.xl6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col.xl7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col.xl8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col.xl9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col.xl10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col.xl11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col.xl12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.offset-12 {
  margin-left: 100%; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media all and (max-width: 1200px) {
  .col.lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.lg1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.lg2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.lg3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.lg4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.lg5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.lg6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.lg7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.lg8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.lg9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.lg10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.lg11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.lg12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-lg1 {
    margin-left: 8.33333%; }
  .offset-lg2 {
    margin-left: 16.66667%; }
  .offset-lg3 {
    margin-left: 25%; }
  .offset-lg4 {
    margin-left: 33.33333%; }
  .offset-lg5 {
    margin-left: 41.66667%; }
  .offset-lg6 {
    margin-left: 50%; }
  .offset-lg7 {
    margin-left: 58.33333%; }
  .offset-lg8 {
    margin-left: 66.66667%; }
  .offset-lg9 {
    margin-left: 75%; }
  .offset-lg10 {
    margin-left: 83.33333%; }
  .offset-lg11 {
    margin-left: 91.66667%; }
  .offset-lg12 {
    margin-left: 100%; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 992px) {
  .col.md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.md1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.md2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.md3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.md4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.md5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.md6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.md7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.md8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.md9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.md10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.md11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.md12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-md1 {
    margin-left: 8.33333%; }
  .offset-md2 {
    margin-left: 16.66667%; }
  .offset-md3 {
    margin-left: 25%; }
  .offset-md4 {
    margin-left: 33.33333%; }
  .offset-md5 {
    margin-left: 41.66667%; }
  .offset-md6 {
    margin-left: 50%; }
  .offset-md7 {
    margin-left: 58.33333%; }
  .offset-md8 {
    margin-left: 66.66667%; }
  .offset-md9 {
    margin-left: 75%; }
  .offset-md10 {
    margin-left: 83.33333%; }
  .offset-md11 {
    margin-left: 91.66667%; }
  .offset-md12 {
    margin-left: 100%; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 768px) {
  .col.sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.sm1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.sm2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.sm3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.sm4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.sm5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.sm6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.sm7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.sm8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.sm9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.sm10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.sm11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.sm12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .offset-sm1 {
    margin-left: 8.33333%; }
  .offset-sm2 {
    margin-left: 16.66667%; }
  .offset-sm3 {
    margin-left: 25%; }
  .offset-sm4 {
    margin-left: 33.33333%; }
  .offset-sm5 {
    margin-left: 41.66667%; }
  .offset-sm6 {
    margin-left: 50%; }
  .offset-sm7 {
    margin-left: 58.33333%; }
  .offset-sm8 {
    margin-left: 66.66667%; }
  .offset-sm9 {
    margin-left: 75%; }
  .offset-sm10 {
    margin-left: 83.33333%; }
  .offset-sm11 {
    margin-left: 91.66667%; }
  .offset-sm12 {
    margin-left: 100%; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media all and (max-width: 576px) {
  .col.xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col.xs1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col.xs2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col.xs3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col.xs4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col.xs5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col.xs6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col.xs7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col.xs8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col.xs9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col.xs10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col.xs11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col.xs12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}

input, select, textarea {
  border-radius: 0;
  background: #fff; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, content {
  display: block; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal normal 500 16px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #fff; }


a {
  color: #fff; }
  a:hover {
    color: #333; }

ul {
  margin-top: 0;
  padding-left: 30px; }

p + ul {
  margin-top: -10px; }

.fade-in {
  opacity: 0;
  transform: translateY(70px); }
  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s;
    transition-timing-function: ease-out; }

.cc {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  padding: 0 10px 0 10px; }
  .cc.medium {
    max-width: 1070px; }
  .cc.small {
    max-width: 670px; }

p {
  font: normal normal normal 15px/24px "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0 0 15px 0; }

.logo {
  display: block;
  float: left;
  width:170px;
  padding-top: 23.5px;
  margin-right:19px;
}
  .logo img {
    display: block; 
    width:100%;}

body{
background-color:#0f0f0f;
background-image: url(https://www.eurocar-diffusion.com/wp-content/uploads/2022/09/Sans-titre-331.png);
background-blend-mode: screen;
background-position:50%;
background-size:cover;
}

header {
	position:relative;
}


  header .cc {
	width:95%;
	max-width:100%;
	padding:0;
	display:block;
    position: relative; }
.header-top{
	background:#252525;
	color:#fff;
	padding:13px 0;
	font: normal normal 500 13px/14.3px "Lato", Helvetica, Arial, Lucida, sans-serif;
	text-transform:uppercase;
}
.header-top::after{
content:'';
display:block;
float:none;
clear:both;
}
.header-top-left{
	width: 36.7%;
	float:left;
}
.header-top-right{
	text-align:right;
	width: 63.3%;
	float:right;
}
.header-top b{
	font: normal normal 700 13px/14.3px "Lato", Helvetica, Arial, Lucida, sans-serif;
}
.header-top a{
	color:#fff;
	text-decoration:none;
}
  header nav {
    display: block;
    text-align: right;
    white-space: nowrap; 
	float:left;
}
.header-bottom{
	position:absolute;
	top:40.3px;
	left:0;
	right:0;
	z-index:1;
	border-bottom:1px solid #fff;
	height:103px;
	background-image: linear-gradient(180deg,rgba(37,37,37,0.72) 0%,rgba(255,255,255,0) 100%)!important;
		}
    header nav a, header nav .ddl-holder {
	 position:relative;
      display: inline-block;
      font: normal normal 500 12px/20px "Michroma", Helvetica, Arial, Lucida, sans-serif;
      color: #fff;
      text-transform: uppercase;
      padding: 41px 0 41px 0;
      margin: 0 11px 0 11px;
      text-decoration: none;
      transition: 0.3s; }
      header nav a:hover {
        color: #df0000; }
      header nav a.active {
        color: #df0000; }
.ddl-holder a{
padding:0;
margin:0;
}
.ddl-holder a i{
padding-left:7px;
}
.ddl-holder .ddl{
display:none;
position:absolute;
top:90px;
left:-11px;
background:#fff;
padding:20px 0;
text-align:left;
}
.ddl-holder .ddl a{
display:block;
color:#0f0f0f;
padding:6px 20px;
}
.ddl-holder:hover .ddl{
display:block;			
}
			
.header-social{
	float:right;
	padding-top:30px;
	font: normal normal 500 12px/20px "Michroma", Helvetica, Arial, Lucida, sans-serif;
    color: #fff;
	text-transform:uppercase;
	width:30%;
	max-width:305px;
	
}

.header-social span{
 display:block;
 float:left;
 padding-top:11px;
}
.header-social a{
	display:block;
	float:right;
	width:34px;
	height:34px;
	border:1px solid #fff;
	border-radius:17px;
	color:#fff;
	font-size:17px;
	line-height:32px;
	text-align:center;
	margin-left:8px;
}
content {
  position: relative;
  padding-bottom: 20px; }

.content-header{
background-image: url(https://www.eurocar-diffusion.com/wp-content/uploads/2023/03/Groupe-de-masques-9.jpg),linear-gradient(180deg,rgba(255,255,255,0) 88%,rgba(37,37,37,0.81) 100%);
background-position:50%;
background-size:cover;
padding-top: 143px;
padding-bottom: 40px;
}
.content-header .cc{
padding-top:13px;
padding-bottom:13px;
}
.tc {
  text-align: center; }

h1 {
  padding: 3.125vw 0 2.43vw 0;
  margin: 0;
  font-family: "Michroma", Helvetica, Arial, Lucida, sans-serif;
  font-weight:normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 3.8194vw; 
  color:#fff;
}
  @media all and (min-width: 1440px) {
    h1 {
	  padding: 45px 0 35px 0;
      font-size: 26px;
      line-height: 55px; } }
  @media all and (max-width: 1111px) {
    h1 {
      font-size: 20px;
      line-height: 42px; 
	  padding: 25px 0 13px 0;
	} }
 @media all and (max-width: 800px) {
    h1 {
	  padding: 25px 0 13px 0;
	} 
}

h2 {
  padding-top: 1.38889%;
  padding-bottom: 1.11111%;
  margin: 0;
  font-family: "Michroma", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 3.19444vw;
  color: #fff; }
  @media all and (min-width: 1440px) {
    h2 {
      padding: 20px 0 16px 0;
      font-size: 36px;
      line-height: 46px; } }
  @media all and (max-width: 1066px) {
    h2 {
      font-size: 20px;
      line-height: 31px; } }

h3 {
  padding-top: 1.18056%;
  padding-bottom: 1.59722%;
  margin: 0;
  font-family: "Michroma", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.52778vw;
  line-height: 2.5vw;
  text-transform: uppercase;
  color: #fff; }
  @media all and (min-width: 1440px) {
    h3 {
      padding: 17px 0 23px 0;
      font-size: 22px;
      line-height: 36px; } }
  @media all and (max-width: 1310px) {
    h3 {
      font-size: 18px;
      line-height: 30px; } }

.title-group h1 {
	font-size: 26px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top:46px;}

.title-group h2 {
  padding-top: 0;
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
  font-family:'Lato';
  padding-bottom:46px;
}
 
.cta {
  display: inline-block;
  padding: 15px 30px;
  font-family: "Jura", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  background: #df0000;
  border: 1px solid #df0000;}
  .cta.no-bg {
    border: 1px solid #666;
    color: #fff;
    background: none; }
  .cta.outline {
    border: 1px solid #666;
    font-size: 16px;
    color: #fff;
    background: none; }
  .cta:hover, .cta.no-bg:hover {
    background: #b62625;
    border-color:#b62625;
    color: #fff;
    transition: 0.3s; }
.cta i{
padding-right:6px;
}
hr {
  border: none;
  height: 1px;
  background: #eaeaea;
  margin: 0; }

.match-height .card {
  height: 100%; }

.card {
  background: #222;
  border:1px solid #666;
  }
  .card .card-header {
    padding: 18px 18px 6px 18px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .card .card-header h2 {
      padding: 0;
      font-size: 18px;
      line-height: 30px;
      text-align: left;
      text-transform: none;
      font-weight: 400;
      color: #fff; }
  .card .card-content {
    padding: 18px; }
    .card .card-content hr {
      margin: 0 -18px 0 -18px; }
    .card .card-content h2 {
      padding: 0 0 9px 0;
	  font-size:20px;
	  line-height:40px;
      color: #fff;
      margin: 0; }
    .card .card-content.hours label {
      display: inline-block;
      min-width: 165px; }
  .card .card-footer.dark {
    background: #222;
    padding: 20px; }

.cars .card {
  display: block;
  text-decoration: none;
  height: 100%;
  position: relative; }
  .cars .card:hover .car-img .hover-overlay {
    opacity: 1;
    transition: 0.3s; }
    .cars .card:hover .car-img .hover-overlay::before, .cars .card:hover .car-img .hover-overlay::after {
      transform: translate(-50%, -50%) scale(1, 1);
      transition: 0.3s; }

.cars .car-img {
  position: relative;
  overflow: hidden; }
  .cars .car-img img {
    display: block;
    width: 100%; }
  .cars .car-img .hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0,0, 0.6);
    opacity: 0;
    transition: 0.3s; }
    .cars .car-img .hover-overlay::before, .cars .car-img .hover-overlay::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.3, 0.3);
      background: #fff;
      transition: 0.3s; }
    .cars .car-img .hover-overlay::before {
      height: 35px;
      width: 5px; }
    .cars .car-img .hover-overlay::after {
      height: 5px;
      width: 35px; }
  .cars .car-img .tag {
    position: absolute;
    top: 55px;
    left: 0px;
    background: #ff0000;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: left bottom 0px;
    display: block;
    z-index: 2; }
    .cars .car-img .tag.new {
      background: #0997de; }

.cars .car-content {
  padding: 26px 23px 80px 23px; }
  .cars .car-content h3 {
	font-family:'Michroma';
    padding: 0 0 3px 0;
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase; }
  .cars .car-content h4 {
    min-height: 35px;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;}
  .cars .car-content .specs {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300; }
    .cars .car-content .specs::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .cars .car-content .specs span {
      display: block;
      float: left;
      padding-right: 8px; }
      .cars .car-content .specs span::after {
        content: '|';
        display: inline-block;
        padding-left: 8px; }
      .cars .car-content .specs span:last-child::after {
        display: none; }

.cars .car-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 23px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 23px; }
  .cars .car-price em {
    font-size: 14px;
    font-style: normal; }

.cars .car-cta {
  display: none; }

footer {
  position: relative;
  background-color: #0F0F0F;
  background-blend-mode: screen;
  background-image: url(https://www.eurocar-diffusion.com/wp-content/uploads/2022/09/Sans-titre-331.png);
  background-position:50%;
  background-size:cover;
  color:#fff;
  padding-top: 81px;
  padding-bottom: 4px;
}
.footer-cols::after{
content:'';
display:block;
float:none;
clear:both;
}
.footer-cols .f-col{
float:left;
width: 15.6%;
margin-right:5.5%;
}
.footer-cols .f-col:last-child{
margin-right:0;
}
footer h3{
color:#fff;
padding:0;
margin:0;
font-family: 'Michroma',Helvetica,Arial,Lucida,sans-serif;
text-transform: uppercase;
font-size: 15px;
line-height: 1.2em;
margin-bottom: 20px;
}
footer p,footer a{
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
}
footer .inline-tc{
display:inline-block;
text-align:center;
}
footer .logo-footer{
display:block;
width:100%;
}
footer .logo-footer img{
display:block;
width:100%;
}
.btn-round{
display:inline-block;
line-height:38px;
min-width:40px;
text-align:center;
color:#df0000;
border:1px solid #fff;
border-radius:20px;
}
.icon-line{
	position:relative;
	padding-left:32px;
	line-height:24px;
	font-size:16px;
	padding-bottom:10px;
}
.icon-line i{
	font-size:20px;
	position:absolute;
	top:2px;
	left:0;
	color:#df0000;
		}
.icon-line a{
	text-decoration:none;
	color:#fff;
}
.select2-container {
  font-size: 14px; }

.select2-container .select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 0; }

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px; }

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 48px; }

.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 100%;
  left: 0;
  margin-top: -9px;
  text-align: center;
  margin-left: 0; }

.select2-container .select2-selection--single .select2-selection__arrow b::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  font-size: 14px;
  line-height: 20px;
  color:#ccc;}

.select2-container.select2-container--disabled .select2-selection--single {
  background: #fff; }

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #ccc; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: "\f106"; }
.search{
	margin:0 -3px;
}
  .search::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .search .cc {
    padding: 0 4px;
    position: relative; }
    .search .cc::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
  .search .input-group {
    margin-bottom: 0; }
  .search .search-col {
    width: 20%;
    float: left;
    padding: 3px; }
    .search .search-col .col-half {
      width: 50%;
      float: left; }
      .search .search-col .col-half:first-child .select2-container .select2-selection--single {
        border-right-color: #fff; }
    .search .search-col select {
      width: 100%;
      height: 55px;
      border: none; }
  .search .search-btns {
    display: none;
    position: absolute;
    top: 3px;
    right: 7px; }
    .search .search-btns::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .search .search-btns a {
      display: block;
      float: left;
      width: 55px;
      height: 55px;
      text-align: center;
      background: #df0000;
      color: #fff;
      line-height: 55px;
      font-size: 16px;
      text-decoration: none; }
  .search.on .cc, .search.with-btn .cc {
    padding-right: 66px; }
  .search.on .search-btns, .search.with-btn .search-btns {
    display: block; }

.search .select2-container--default .select2-selection--single {
  background: #0f0f0f;
 border:1px solid #666}

.search .input-group .select2-container--default .select2-selection .select2-selection__rendered {
  color: #fff;
  font-size:16px;}
.search .input-group label, .search .select2-container .select2-selection--single .select2-selection__arrow b::after{
color:#ccc;							
										}
.search .input-group .select2-container--default .select2-selection--single .select2-selection__placeholder{
font-family:Lato;
color:#ccc;
font-weight:normal;
}
.select2-dropdown {
  border-radius: 0; }

input.ui-slider-input {
  border: none;
  box-shadow: none;
  background: none;
  font-size: 10px;
  line-height: 16px;
  color: #999;
  height: 16px;
  margin-left: 20px;
  text-align: left;
  padding: 0; }

.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
  margin-left: 0;
  margin-right: 20px;
  text-align: right; }

.ui-rangeslider .ui-rangeslider-sliders {
  height: 19px;
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 17px; }

.ui-slider-track {
  border-style: none !important;
  height: 5px !important;
  top: 6px;
  background: #d1d5d8 !important;
  border-radius: 3px !important; }

.ui-slider-track .ui-slider-bg {
  background: #333; }

.ui-slider-track .ui-btn.ui-slider-handle {
  font-size: .9em;
  line-height: 30px;
  border-radius: 50%;
  border: 5px solid #333;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background: #fff; }

.card-spacer {
  padding-top: 20px; }

.picture-viewer {
  position: relative;
  overflow: hidden;
  border-radius: 2px; }
  .picture-viewer .img {
    display: block;
    border-radius: 2px; }
    .picture-viewer .img img {
      display: block;
      width: 100%;
      border-radius: 2px; }
    .picture-viewer .img.hidden {
      display: none; }
  .picture-viewer .img-overlay {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.1s;
    z-index: 1;
    width: 60px;
    height: 50px;
    border-radius: 2px; }
    .picture-viewer .img-overlay em {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 50px;
      font-weight: bold;
      font-style: normal;
      color: #fff;
      text-align: center;
      left: 0;
      right: 0; }

.carpass-holder {
  position: relative;
  display: inline-block;
  padding: 6px 11px 6px 0; }
  .carpass-holder a {
    text-decoration: none; }
  .carpass-holder a img {
    display: block;
    max-width: 100%; }
  .carpass-holder a.info {
    display: block;
    position: absolute;
    top: -8px;
    right: 0; }
  .carpass-holder a.info i {
    color: #ccc;
    transition: 0.3s;
    font-size: 12px;
    line-height: 12px; }
  .carpass-holder a.info:hover i {
    color: #444;
    transition: 0.3s; }

.carpass-popup {
  position: absolute;
  display: none;
  top: -7px;
  right: 3px;
  background: #fff;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
  width: 320px;
  box-sizing: border-box;
  z-index: 100; }
  .carpass-popup img {
    margin-bottom: 20px; }
  .carpass-popup .close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #777;
    font-size: 16px;
    top: 2px;
    right: 2px; }
  .carpass-popup p {
    line-height: 18px;
    font-size: 13px;
    color: #0f0f0f; }
  .carpass-popup a.close i {
    line-height: 30px;
    color: #777;
    font-size: 16px; }
  .carpass-popup a.carpass-btn {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    background: #07ae4d;
    color: #fff;
    text-transform: uppercase; }

.pull-right {
  float: right; }

.detail .car-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  padding: 18px 18px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis; }
  .detail .car-title strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px; }

.detail .tag {
  display: inline-block;
  background: #444;
  color:#fff;
  padding: 0 12px 0 12px;
  font-size: 11px;
  line-height: 25px;
  border-radius: 9px; }

.detail .car-price {
  padding: 18px 0 18px 0; }
  .detail .car-price .price {
    display: inline-block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff; }
    .detail .car-price .price em {
      display: block;
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      font-weight: normal; }
  .detail .car-price .old-price {
    font-size: 20px;
    color: #666;
    text-decoration: line-through;
    line-height: 30px;
    padding-top: 4px; }
.detail .card{background:none;}
.detail .specs-row {
  font-weight: 400;
  color:#fff;
  padding: 8px 0 10px 0; }
  .detail .specs-row::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .detail .specs-row label, .detail .specs-row span {
    display: block; }
  .detail .specs-row label {
    line-height: 20px;
    font-size: 13px;
    color: #ccc; }
  .detail .specs-row span {
    font-weight: 500;
    line-height: 22px;
    font-size: 16px; }

.actions {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden; }
  .actions a.cta {
    display: block;
    background: #222;
    border: 1px solid #666;
    padding: 18px;
    color: #fff;
    font-family: "Michroma", Helvetica, Arial, Lucida, sans-serif;
	font-weight:500;
    font-size: 16px;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
    margin-top:12px;
    text-align:center;}
    .actions a.cta.primary {
      background: #df0000;
      color: #fff;
      border-color:#df0000}
    .actions a.cta:hover, .actions a.cta.primary:hover {
      background: #333;
	 border-color:#333;
      color: #fff;
      transition: 0.3s; }
      .actions a.cta:hover i, .actions a.cta.primary:hover i {
        color: #fff; }
    .actions a.cta i {
      width: 36px;
      text-align: left;
      color: #777; }

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.1); }
  .popup-overlay .popup {
    position: relative;
    background: #222;
	border:1px solid #666;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
  .popup-overlay .popup.large {
    max-width: 560px; }
  .popup-overlay .popup .popup-header {
    padding: 24px 24px 0px 24px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .popup-overlay .popup .popup-title {
    display: block;
    font-size: 35px;
    line-height: 45px;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-family: "Michroma", Helvetica, Arial, Lucida, sans-serif;
	font-weight:500;
    color: #fff; }
  .popup-overlay .popup .close {
    display: block;
    position: absolute;
    top: 24px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 32px;
    text-align: center;
    transition: 0.3s;
    color: #ccc; }
  .popup-overlay .popup .msgError {
    color: #ff0000;
    padding-bottom: 10px; }
  .popup-overlay .popup .popup-body {
    padding: 24px; }
  .popup-overlay .popup .popup-footer {
    padding: 15px 24px 24px 24px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .popup-overlay .popup .popup-footer::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .popup-overlay .popup .popup-footer .cta {
      float: left; }
      .popup-overlay .popup .popup-footer .cta.no-bg {
        float: right; }
    .popup-overlay .popup .popup-footer .note {
      display: block;
      font-size: 12px;
      font-style: italic;
      line-height: 20px;
      color: #fff;
      padding-bottom: 27px; }
      .popup-overlay .popup .popup-footer .note a {
        color: #fff; }
  .popup-overlay .copy-confirm {
    display: none;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background: rgba(0, 0, 0, 0.7);
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    padding: 0 15px 0 15px;
    border-radius: 2px;
    text-align: center;
    right: 50px; }

.input-group, .form.read-only .edit-sub-form .input-group {
  position: relative;
  padding: 0;
  border: 1px solid #666;
  border-radius: 0;
  margin-bottom: 12px; }
  .input-group label, .form.read-only .edit-sub-form .input-group label {
	color:#ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
    padding: 0 0 0 13px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease-out;
    font-size: 11px;
    line-height: 17px; }
  .input-group input, .input-group select, .input-group textarea, .form.read-only .edit-sub-form .input-group input, .form.read-only .edit-sub-form .input-group select, .form.read-only .edit-sub-form .input-group textarea {
    background: none;
    border: 1px transparent solid;
    background-clip: padding-box;
    border-radius: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 13px;
    word-break: normal;
    line-height: inherit;
    transition: all 0.2s ease-out;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .input-group.error, .form.read-only .edit-sub-form .input-group.error {
    border-color: #ff0000; }
    .input-group.error label, .form.read-only .edit-sub-form .input-group.error label {
      color: #ff0000; }
  .input-group.notempty label, .form.read-only .edit-sub-form .input-group.notempty label {
    transform: none;
    opacity: 0.8; }
  .input-group.notempty input, .input-group.notempty textarea, .form.read-only .edit-sub-form .input-group.notempty input, .form.read-only .edit-sub-form .input-group.notempty textarea {
    padding: 21px 13px 9px 13px; }
  .input-group.notempty .select2-container .select2-selection--single .select2-selection__clear, .form.read-only .edit-sub-form .input-group.notempty .select2-container .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: normal;
    padding-right: 40px;
    line-height: 23px;
    margin-top: -7px;
    color: #fff; }
  .input-group.notempty .select2-container .select2-selection--single .select2-selection__rendered, .form.read-only .edit-sub-form .input-group.notempty .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 21px 13px 9px 13px; }
  .input-group .select2-container--default .select2-selection, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection {
    background:#222;
	border: none;
    padding: 0;
    height: auto;
    line-height: 23px;
    border-radius: 0; }
    .input-group .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 15px 13px;
      font-size: 14px;
      line-height: 23px;
      color: #fff;
	  font-weight:normal;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .input-group .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .input-group .select2-container--default .select2-selection .select2-selection__arrow {
      position: absolute;
      top: 7px;
      right: 1px;
      height: auto;
      bottom: 7px;
      width: 40px;
       }
  .input-group.phone, .form.read-only .edit-sub-form .input-group.phone {
    padding-left: 54px;
    position: relative; }
    .input-group.phone .input-part, .form.read-only .edit-sub-form .input-group.phone .input-part {
      position: absolute;
      top: 0;
      left: 0; }
    .input-group.phone label, .form.read-only .edit-sub-form .input-group.phone label {
      left: 54px;
      padding-left: 6px; }
    .input-group.phone input, .form.read-only .edit-sub-form .input-group.phone input {
      padding-left: 6px; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__rendered {
      padding: 13px 12px !important; }
    .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow, .form.read-only .edit-sub-form .input-group.phone .select2-container--default .select2-selection .select2-selection__arrow {
      width: 14px;
      border-left: none; }

.input-chk {
  position: relative;
  padding-top: 7px; }
  .input-chk input {
    display: none; }
  .input-chk label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #fff; }
    .input-chk label strong {
      font-weight: 500; }
    .input-chk label em {
      display: block;
      font-weight: 400;
      margin-top: -6px;
      opacity: 0.8;
      font-style: normal;
      padding-bottom: 4px; }
    .input-chk label::before {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #e5e5e5;
      border-radius: 3px;
      background: #fff;
      color: #fff;
      line-height: 13px;
      text-align: center; }
  .input-chk.error label, .input-chk.error label a {
    color: #ff0000 !important; }
  .input-chk.error label::before {
    border-color: #ff0000; }
  .input-chk input[type=checkbox]:checked + label::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    border-color: #df0000;
    background: #df0000; }

.singleselect .input-chk label::before {
  border-radius: 50%; }

.card-content .input-group textarea {
  min-height: 150px; }

.shares {
  padding-top: 10px; }
  .shares::after {
    display: block;
    content: '';
    float: none;
    clear: both; }
  .shares div {
    float: left;
    margin-right: 10px;
    float: left;
    width: 60px;
    height: 46px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    background: #0997de;
    background: -moz-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: -webkit-linear-gradient(top, #0997de 0%, #126fc8 100%);
    background: linear-gradient(to bottom, #0997de 0%, #126fc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0997de', endColorstr='#126fc8',GradientType=0 );
    cursor: pointer; }
  .shares div.whatsapp {
    background: #00ea72;
    background: -moz-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: -webkit-linear-gradient(top, #00ea72 0%, #00d467 100%);
    background: linear-gradient(to bottom, #00ea72 0%, #00d467 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ea72', endColorstr='#00d467',GradientType=0 ); }
  .shares div.facebook {
    background: #507ac2;
    background: -moz-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: -webkit-linear-gradient(top, #507ac2 0%, #405799 100%);
    background: linear-gradient(to bottom, #507ac2 0%, #405799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#507ac2', endColorstr='#405799',GradientType=0 ); }
  .shares div.twitter {
    background: #76ccf7;
    background: -moz-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: -webkit-linear-gradient(top, #76ccf7 0%, #5caaee 100%);
    background: linear-gradient(to bottom, #76ccf7 0%, #5caaee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ccf7', endColorstr='#5caaee',GradientType=0 ); }
  .shares div.email {
    background: #a1a1a1;
    background: -moz-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: -webkit-linear-gradient(top, #a1a1a1 0%, #7e7e7e 100%);
    background: linear-gradient(to bottom, #a1a1a1 0%, #7e7e7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#7e7e7e',GradientType=0 ); }
  .shares div i {
    line-height: 47px;
    font-size: 20px; }

.card-tabs::after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0; }

.card-tabs a {
  display: block;
  float: left;
  width: 33.33%;
  background: #eaeaea;
  color: #888;
  font-family: "Jura", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0 18px 0; }
  .card-tabs a.active {
    background: #fff;
    color: #0f0f0f; }

.options .col.xl12:first-child h4 {
  border-top: none;
  padding-top: 0; }

.options h4 {
  font-family: "Jura", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  padding: 14px 0 5px 0;
  margin: 0;
  text-transform: none; }

.options ul {
  margin: 0;
  padding: 0;
padding-bottom:20px;}

.options ul li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 4px;
  padding-top: 4px;
  color: #fff;
  list-style: none; }

.options ul li::before {
content: '';
width: 6px;
height: 6px;
border-radius: 5px;
background: #ccc;
position: absolute;
display: block;
top: 12px;
left: 0;
}

.car-nav {
  border-radius: 2px;
}
  .car-nav a {
    font-size: 20px;
    color: #ccc;
    display: block;
    float: left;
    width: 55px;
    text-align: center;
    line-height: 55px;
background:#222;
border: 1px solid #666;}
    .car-nav a i {
      font-size: 16px;
      line-height: 40px; }
    .car-nav a:first-child {
	margin-right:8px;
       }
    .car-nav a:last-child {
     margin-left:8px; }
  .car-nav::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }

.block {
  display: flex;
  background: #222;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap; }
  .block::after {
    display: block;
    clear: both;
    width: 0;
    height: 0;
    float: none;
    content: ''; }
  .block .img {
    flex: 0 0 50%;
    order: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 50%; }
    .block .img img {
      visibility: hidden;
      display: block;
      width: 100%; }
  .block .text {
    flex: 0 0 50%;
    order: 1;
    align-self: center;
    box-sizing: border-box;
    padding: 40px;
    font: normal normal normal 14px/24px "Roboto", Arial, Helvetica, sans-serif;
    float: right;
    width: 50%;
    color: #fff; }
    .block .text h2 {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 0;
      font-size: 24px;
      line-height: 32px;
      padding: 0 0 20px 0; }
  .block.right .img {
    order: 1;
    float: right; }
  .block.right .text {
    order: 0;
    float: left; }
  @media all and (max-width: 801px) {
    .block .img, .block .text, .block.right .img, .block.right .text {
      flex: 0 0 100%;
      float: none;
      width: 100%;
      order: 0; } }

.map-holder {
  padding-top: 28.66%;
  position: relative;
  max-height: 450px; }
  .map-holder .map {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0; }

.mob-btn {
  float: right;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  display: none; }
.mob-btn a{
	color:#fff;	
				}
.sort-btn {
  float: left;
  margin-right: 0px;
  height: 32px;
  padding-left: 20px;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: none; }
  @media all and (max-width: 800px) {
    .mob-btn, .sort-btn {
      display: block; } }

.acc-btn {
  display: none;
  text-decoration: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 16px 12px;
  line-height: 28px;
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  margin-top: -1px; }
  .acc-btn i {
    float: right;
    font-size: 16px;
    color: #ccc;
    line-height: 28px; }
    .acc-btn i.fa-minus-circle {
      display: none; }
  .acc-btn.active {
    color: #0f0f0f; }
    .acc-btn.active i.fa-minus-circle {
      display: block; }
    .acc-btn.active i.fa-plus-circle {
      display: none; }

.mob-search-header {
  display: none;
  position: relative; }
  .mob-search-header .mob-search-title {
    font-size: 18px;
    line-height: 52px;
    font-family: "Michroma", Arial, Helvetica, sans-serif;
    font-weight: normall;
	text-transform:uppercase;
	color:#fff;
}
  .mob-search-header .mob-search-btns {
    position: absolute;
    top: 0;
    right: 12px;
    padding-top: 1.59722%;
    line-height: 38px; }
    .mob-search-header .mob-search-btns a {
      display: inline-block;
      line-height: 38px;
      font-size: 16px;
      color: #fff;
      padding-left: 20px; }
.mob-search-header .mob-search-btns a.mob-close{
display:none;
}
.mob-btns {
  display: none; }
  .mob-btns a {
    display: block;
    line-height: 38px;
    font-size: 16px;
    color: #777;
    padding-left: 20px; }

.sort-pnl {
  margin-top: -8px; }
  .sort-pnl .sort-header {
    display: none; }
  .sort-pnl .list-sorter {
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    width: 170px;
    margin-left: 6px;}
    .sort-pnl .list-sorter select {
      display: block;
      width: 100%; }
.sort-pnl .select2-container .select2-selection--single{
	border-radius:0;
	border:1px solid #666;
	height:55px;
	background:#222;
}
.sort-pnl .select2-container .select2-selection--single .select2-selection__rendered{
	line-height:53px;
	text-transform:none;
	font: normal normal normal 14px/53px 'Lato',Arial;
	color:#fff;
}
  @media all and (max-width: 768px) {
    .sort-pnl {
      display: none;
      position: absolute;
      background: #fff;
      padding: 12px;
      top: 10px;
      right: 0;
      min-width: 200px; }
      .sort-pnl .sort-header {
        display: block;
        color: #fff;
        font-size: 26px;
        line-height: 38px;
        font-family: "Multi","Roboto",Arial,Helvetica,sans-serif;
        font-weight: 300;
        padding-bottom: 15px; }
        .sort-pnl .sort-header a.close {
          display: block;
          float: right;
          font-size: 16px;
          color: #ccc;
          line-height: 30px;
          padding-top: 5px; }
      .sort-pnl .list-sorter {
        display: block;
        margin-left: 0;
        padding-bottom: 5px;
        box-shadow: none; }
      .sort-pnl .select2-container .select2-selection--single {
        border: 1px solid #ccc;
        border-radius: 0; } }

.rel {
  position: relative;
  z-index: 9; }

.to-top {
  z-index: 9;
  position: relative; }

.mob-menu-btn {
  display: none;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  float: left;
  padding-top: 10px;
  padding-left: 20px; }
a.mob-menu-btn:hover{
color:#fff;
}
.paging-holder {
  text-align: center; }
  .paging-holder .paging {
    display: inline-block; }
    .paging-holder .paging .pages {
      float: left;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
      background: #222;
      margin: 0 5px 0 5px; }
      .paging-holder .paging .pages a {
        margin: 0;
        box-shadow: none; }
    .paging-holder .paging a {
      display: block;
      float: left;
      height: 45px;
      width: 45px;
      line-height: 43px;
      text-align: center;
      background: #222;
      margin: 0 5px 0 5px;
      font-size: 14px;
      color: #ccc;
      text-decoration: none;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); }
      .paging-holder .paging a.active {
        color: #fff; 
    	background: #df0000;}
.menu-close{
display:none;
}
@media all and (max-width:1310px){
	header .cc{
	width:100%;
	}
  .mob-hide, .header-top, .header-social{
    display: none; }
  header {
    height: 70px; background:#0f0f0f;
position:fixed;
top:0;
left:0;
right:0;
z-index:100;
}
content{
padding-top:70px;
}
.header-bottom{
position:relative;
top:initial;
left:initial;
right:initial;
border:none;
height:auto;
}
    header .logo {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
      padding-top: 10px;
      width: auto;
	height:60px;
      }
    header .logo img {
      width: auto; height:100%}
    header .mob-menu-btn {
      display: block; }
header .navi-holder{
background:rgba(0,0,0,0.8);
position:fixed;
top:0;
left:0;
right:100vw;
bottom:0;
overflow:hidden;
}
    header nav {
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
	  bottom:0;
	  overflow:hidden;
	  width:0;
	  background:#df0000;
      transform: none;
      text-align: left; 
transition:0.6s;
}
      header nav a,header nav .ddl-holder, header nav a.active  {
	    font-family:'Lato';
		font-size:16px;
		text-transform:none;
        display: block;
        padding: 10px 20px;
        float: none;
        margin: 0; 
        color:#fff}
        header nav a.active,header nav a:hover  {
	color:#fff;
}
header nav .ddl-holder a i{
display:none;
}
header nav .ddl-holder .ddl{
display: block;
    position: relative;
    padding-left: 20px;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
}
header nav .ddl-holder .ddl a{
color:#fff;
}
header nav a.menu-close{
	display:block;
	line-height: 35px;
    text-align: right;
    font-size: 30px;
    padding: 5px 20px;
}
  .mob-abs {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px; }
header .navi-holder.open{
right:0;
}
header .navi-holder.open nav{
width:270px;
transition:0.6s;
}
}



@media all and (max-width: 900px) {
  .search .search-col {
    padding-left: 1px;
    padding-right: 1px; }
}

@media all and (min-width: 801px) {
  .search {
    display: block !important; } }

@media all and (max-width: 800px) {
 content .cc{
		padding-left:50px;
		padding-right:50px
		}
  .car-nav {
    background: #fff;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
    .car-nav::after {
      content: '';
      display: block;
      float: none;
      clear: both;
      height: 0; }
    .car-nav a {
      text-align: center;
      width: 33.33%;
      border-left: 1px solid #666;
	  border-bottom:none;
	  border-top:none;
      display: block;
      float: left;
      line-height: 34px; }
      .car-nav a:first-child {
        text-align: center;
        border-right: none;
        margin-right:0}
      .car-nav a:last-child {
        text-align: center;
		border-left: none;
        margin-left:0}
  .content-header {
    display:none;
    z-index: 10;
    padding:0 0 11px 0;
	position: fixed;
    top: 70px;
    left: 0;
    right: 0;
}
.mob-search-header{
	display:block;
}
.content-header .cc{
padding-top:0;
}
.search{
margin:0}
    .search .search-col {
      width: 100%;
      float: none;
      padding: 0 0 5px 0; }
      .search .search-col::after {
        content: '';
        display: block;
        float: none;
        clear: both;
        height: 0; }
    .search .cc,.search.on .cc {
      padding: 0; }
    .search .search-btns {
      position: relative;
      padding: 0; }
      .search .search-btns a {
        width: 100%; }
        .search .search-btns a i {
          display: none; }
        .search .search-btns a span {
          display: inline; }
      .search .search-btns a.reset {
        display: none; }
  .mob-btns {
    display: block;
    float: left; }
  .cars {
    padding: 0; }
  .sort-pnl {
    display: none;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 2px;
    background: #222;
    border: 1px solid #666;
    z-index: 99;
    overflow: auto;
    padding: 12px;
    padding-top: 1.59722%; } }
@media all and (max-width: 500px) {
 content .cc{
		padding-left:10%;
		padding-right:10%
		}
}
@media all and (max-width: 576px) {
 
    .picture-viewer .img.thumb {
      display: none; }
    .picture-viewer .img.rest {
      bottom: 12px;
      height: auto;
      right: 12px;
      width: auto;
      text-decoration: none;
      min-width: 40px;
      text-align: center; }
      .picture-viewer .img.rest img {
        display: none; }
      .picture-viewer .img.rest .img-overlay {
        position: relative;
        border-radius: 3px;
        padding: 8px; }
        .picture-viewer .img.rest .img-overlay em {
          position: relative;
          line-height: 18px;
          font-size: 14px; }
  .cc.mob-np {
    padding: 0; }
    .cc.mob-np h1 {
      padding-left: 10px; }
  .detail .car-price {
    padding: 12px; }
    .detail .car-price .price {
      line-height: 20px; }
      .detail .car-price .price strong {
        display: block;
        line-height: 46px; }
  .detail .specs-row {
    padding: 6px 12px 3px 12px; }
    .detail .specs-row label, .detail .specs-row span {
      float: none;
      width: 100%; }
    .detail .specs-row label {
      font-size: 11px;
      line-height: 15px; }
    .detail .specs-row span {
      line-height: 20px; }
  .actions .action {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1px; }
  .acc-btn {
    display: block; }
  .card .card-content {
    padding: 12px; }
  .panel .options ul {
    padding-bottom: 0; }
  .panel .options h4 {
    margin-top: 20px; } }

.band {
  position: absolute;
  top: 55px;
  left: 0px;
  background: #ff0000;
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: left bottom 0px; }
  .band.new {
    background: #0997de; }
  .band.promo {
    background: #f79f4a; }

.cookie-holder {
  width: 100%;
  max-width: 548px;
  padding: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1000; }
  .cookie-holder .cookie-banner {
    position: relative;
    border-radius: 2px;
    background: #f7f7f7;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 18px;
    padding-right: 170px;
    font-size: 14px;
    line-height: 20px; }
    .cookie-holder .cookie-banner p {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 10px; }
    .cookie-holder .cookie-banner a {
      font-size: 14px;
      line-height: 20px;
      text-decoration: underline; }
    .cookie-holder .cookie-banner .btn-accept {
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translateY(-50%); }
      .cookie-holder .cookie-banner .btn-accept a {
        display: inline-block;
        padding: 11px 20px;
        min-width: 132px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 24px;
        border: 2px solid #0f0f0f;
        color: #0f0f0f;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
        border-radius: 2px;
        text-align: center; }
        .cookie-holder .cookie-banner .btn-accept a:hover {
          color: #fff; }

.content.white {
  background: #fff; }
  .content.white h1 {
    padding-bottom: 0; }
  .content.white .text-content {
    padding-right: 17px; }
    .content.white .text-content.r {
      padding-right: 0;
      padding-left: 17px; }

.icon-text {
  padding-left: 25px;
  position: relative; }
  .icon-text p {
    padding-bottom: 0; }
  .icon-text i {
    position: absolute;
    top: 5px;
    left: 0; }

.desktop-hide {
  display: none; }

@media all and (max-width: 768px) {
  .mobile-hide {
    display: none; }
  .car-nav.mobile-hide {
    display: block; }
  .desktop-hide {
    display: block; } }

.header-image {
  max-height: 450px;
  overflow: hidden; }
  .header-image img {
    display: block;
    width: 100%; }

.desktop-hide {
  display: none; }

@media all and (max-width: 768px) {
  .mobile-hide {
    display: none; }
  .car-nav.mobile-hide {
    display: block; }
  .desktop-hide {
    display: block; } }

.header-image {
  max-height: 450px;
  overflow: hidden; }

.header-image img {
  display: block;
  width: 100%; }

.icon-text {
  padding-left: 25px;
  position: relative; }

.icon-text p {
  padding-bottom: 0; }

.icon-text i {
  position: absolute;
  top: 5px;
  left: 0; }

.financing-item {
  position: relative;
  padding: 18px 18px 34px 18px;
  border-bottom: 1px solid #e6e6e6; }
  .financing-item::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-item label {
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-item .input-holder {
    float: right;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 88px;
    padding-right: 22px;
    height: 30px; }
    .financing-item .input-holder.wide-suffix .ui-slider input.ui-slider-input {
      width: 34px; }
    .financing-item .input-holder .ui-slider {
      display: inline-block;
      float: none;
      padding: 0;
      margin: 0; }
      .financing-item .input-holder .ui-slider input.ui-slider-input {
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
        color: #0f0f0f;
        width: 66px;
        padding: 0;
        margin: 0;
        text-align: right;
        display: inline-block;
        float: none;
        height: 28px; }
      .financing-item .input-holder .ui-slider .ui-slider-track {
        position: absolute;
        top: 64px;
        left: 18px;
        right: 18px;
        margin: 0 5px; }
    .financing-item .input-holder .suffix {
      display: block;
      position: absolute;
      top: 19px;
      right: 26px;
      font-size: 12px;
      line-height: 28px;
      color: #777; }

.financing-total {
  position: relative;
  padding: 18px;
  border-bottom: 1px solid #e6e6e6; }
  .financing-total::after {
    content: '';
    display: block;
    float: none;
    clear: both;
    height: 0; }
  .financing-total label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold; }
  .financing-total .result {
    display: block;
    float: right;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold; }
    .financing-total .result em {
      font-style: normal;
      font-weight: normal;
      font-size: 16px; }

.financing-note {
  padding: 18px;
  font-size: 12px;
  line-height: 20px;
  color: #444; }
  .financing-note em {
    color: #777; }

.financing-result {
  position: relative; }
  .financing-result.on .financing-note, .financing-result.on .financing-note em, .financing-result.on .financing-total label, .financing-result.on .financing-total .result, .financing-result.on .financing-total .result em {
    color: transparent;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }

.financing-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(249, 249, 249, 0.8);
  opacity: 0;
  transition: 0.3s; }
  .financing-overlay .financing-overlay-content {
    font-size: 12px;
    line-height: 20px;
    color: #444;
    position: absolute;
    top: 50%;
    left: 18px;
    right: 18px;
    transform: translateY(-50%); }
    .financing-overlay .financing-overlay-content h4 {
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      padding-bottom: 20px;
      text-transform: uppercase; }

.financing-result.on .financing-overlay {
  opacity: 1;
  transition: 0.3s; }

.input-control.copy{
position:relative;
}
.input-control.copy a{
display:block;
position:absolute;
top:6px;
right:0;
width:50px;
height:50px;
font-size:18px;
line-height:50px;
text-align:center;
background:#df0000;
color:#fff;
}
.chk-group.shares label{
display: block;
    font-size: 16px;
    padding-bottom: 8px;
}
		
@media all and (max-width:600px)
{
	.banner-holder{
		padding-top:100%;
	}
	
.banner-holder .banner img.desktop-banner{display:none;}
.banner-holder .banner img.mobile-banner{display:block!important}
	
}


.basket-icon-holder{
display:block;
position:absolute;
top:13px;
right:20px;
z-index:3;
}

.basket-icon-holder .basket-icon{
position:relative;
display:block;
color:#0f0f0f;
width:40px;
height:40px;
line-height:40px;
text-align:center;
font-size:20px;
border-radius:25px;
}
.basket-icon-holder .basket-icon em{
font-family:'Roboto';
opacity:0;
position:absolute;
top:-5px;
right:-5px;
width:20px;
height:20px;
line-height:20px;
text-align:center;
font-size:20px;
font-style:normal;
background:#0f0f0f;
border-radius:10px;	
color:#fff;
font-size:11px;
transition:0.5s;
}

.basket-icon-holder .basket-icon.on em{
opacity:1;
transition:0.5s;
}
.floating-number{
display:none;
position:absolute;
width:50px;
height:50px;
line-height:44px;
padding-bottom:6px;
text-align:center;
font-size:24px;
font-style:normal;
background:#0f0f0f;
border-radius:25px;	
color:#fff;
z-index:10;
}

.basket-popup{
display:none;
position:absolute;
right:-8px;
top:51px;
background:#fff;
border-radius:3px;
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 1);
}

.basket-popup::before {
    display: block;
    content: '';
    position: absolute;
    top: -13px;
    right: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #fff transparent;
}
.basket-popup-header{
	padding:23px 23px 19px 23px;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}

.basket-popup-header h2{
	font-size:24px;
	line-height:28px;
	font-weight:500;
	padding:0;
	margin:0;
	color:#0f0f0f;
	padding-right:28px;
}
.basket-popup-header .basket-close{
display:block;
position:absolute;
top:12px;
right:12px;
width:40px;
height:40px;
text-align:center;
line-height:40px;
font-size:16px;
color:#0f0f0f;
}
.basket-popup-body{
padding:0 23px;
color:#0f0f0f;
text-align:left;
}
.basket-popup-footer{
padding:23px 11px 22px 11px;
	border-top:1px solid #e6e6e6;
	white-space:nowrap;
}
.basket-popup-footer .cta{
margin:0 11px;
}

.basket-item-template{
display:none;
}

.basket-popup-item{
border-bottom:1px solid #e6e6e6;
position:relative;
padding-right:70px;
}

.basket-popup-item .content{
position:relative;
padding:27px 0 27px 56px;
font-size:14px;
line-height:18px;
}
.basket-popup-item .price{
position:absolute;
top:47px;
right:0;
line-height:20px;
font-size:16px;
}
.basket-popup-item .content strong{
display:block;
font-weight:normal;
}
.basket-popup-item .img{
display:block;
position:absolute;
top:25px;
left:0;
}
.basket-popup-item .img img{
display:block;
width:40px;
}
.basket-popup-totals{
padding:5px 0;
}
.basket-popup-totals-row{
position:relative;
padding:5px 87px 5px 0;
color:#1f1f20;
}
.basket-popup-totals-row label{
display:block;
text-align:right;
line-height:20px;
font-size:14px;
white-space:nowrap;
}
.basket-popup-totals-row span{
display:block;
position:absolute;
top:5px;
right:0;
text-align:right;
line-height:20px;
font-size:16px;
}
.basket-popup-totals-row label span{
position:relative;
top:auto;
right:auto;
font-size:14px;
}
.line-under{
border-bottom:1px solid #816b48;		
		}
.basket-popup-totals-row.big{
padding:20px 87px 20px 0;
}
.basket-popup-totals-row.big label{
font-size:20px;
font-weight:600;
}
.basket-popup-totals-row.big span{
font-size:20px;
font-weight:600;
top:20px;
}
.form .chk-styled.error input[type=checkbox] + label {
color:#ff0000;
}

.box{
display:inline-block;
font-size:16px;
line-height:35px;
padding:7px 20px;
width:100%;
max-width:575px;
border:1px solid #fff;
margin-bottom:28px;
}

.footer-menu{
padding-bottom:23px;
}
.footer-menu a{
display:block;
line-height:26px;
}
.footer-menu a.sub-menu{
padding-left:20px;
}
.website-bottom{
margin-top:29px;
font-family: "Roboto Condensed";
    font-weight: 700;
    font-size: 12px;
    padding: 25px 0px 25px 0px;
    border-top: 1px solid #ffffff;
    line-height: 2em;
	text-transform:none;
}
.website-bottom a{
font-size: 12px;
line-height: 2em;
	text-transform:none;
}
.copyydd a{
display:block;}
.tr{
text-align:right;	
}
footer .right{
display:inline-block;			
}
.copyinova, .copylogo{
text-align:right;
float:left;		
}
.copylogo{
margin-left:25px;		
}
.copylogo a{
display:block;
width:50px;
height:50px;
}
.map-link{
display:block;			
}
.map-link img{
display:block;	
width:100%;
}
.detail .card{
border:none;
}
.detail .card .card-header{
padding-left:0;
padding-right:0;
}
.detail .card .card-content{
padding:0;
}
.detail .card .card-header h2,.detail .card .card-header{
font-family:'Michroma';
font-size: 18px;
line-height: 30px;
color:#fff;
padding-bottom:10px;
text-transform:uppercase;
}
.detail .options h1{
padding:0 0 10px 0;
font-size:16px;
line-height:22px;
}
.popup .input-group{
border:none;
border-bottom:1px solid #b2b2b2;
}

.popup .input-group input,.popup .input-group label, .popup .input-group textarea {
padding-left:0;
}

.row.inner .col{
padding-top:0;
padding-bottom:0;
}
.hidden{
height:0;
width:0;
overflow:hidden;
}
.text-note, .text-note p {
    padding-bottom: 20px;
    font-style: italic;
    color: #ccc;
}

.fr, .cta.fr {
    display: block;
    float: right;
}


.reservation .card:hover .car-img .hover-overlay{
display:none;			
							}
.reservation .car-content h3, .reservation .car-content .specs,.reservation .car-price {
color:#fff;
}

.title-group{
padding-right:190px;
position:relative;
}

.title-group .pull-right{
position:absolute;
top:44px;
right:0px;
}
@media all and (max-width:800px){
	.title-group{
padding-top:40px;
padding-right:0;
}
	.title-group .pull-right{
top:0;
left:-50px;
right:-50px;
}
}
@media all and (max-width:500px){
	.title-group .pull-right{
top:0;
left:calc(-10% - 12px);
right:calc(-10% - 12px);
}
}
.card .card-content.options h2{
line-height:28px;
}

.card .card-content.options h3{
line-height:26px;
padding:5px 0 10px 0;
}

.select2-dropdown{
background:#222;
}
@media all and (max-width:1000px)
		{
.footer-cols .f-col {
    width: 47.25%;
	margin-left:1.375%;
    margin-right:1.375%;
}
footer .logo-footer{
max-width:300px;	
					}
			.map-link{
max-width:300px;	
					}
		}

@media all and (max-width:1000px)
		{
.footer-cols .f-col {
    width: 97.25%;
	margin-left:1.375%;
    margin-right:1.375%;
}
}

.card .card-content.options h2{
font-size:18px;
line-height:22px;
}
.card .card-content.options h3{
font-size:16px;
line-height:20px;
}
.cars .car-price .oldprice{
text-decoration: line-through;
color:#ccc;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
