@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@font-face {
  font-family: 'DINNextLTPro-MediumCond';
  src: local('DINNextLTPro-MediumCond'),
       url('../3rdParty/fonts/DINNext/DINNextLTPro-MediumCond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'DINNextLTPro-BoldCondensed';
  src: local('DINNextLTPro-BoldCondensed'),
       url('../3rdParty/fonts/DINNext/DINNextLTPro-BoldCondensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'DINNextLTPro-LightCondensed';
  src: local('DINNextLTPro-LightCondensed'),
       url('../3rdParty/fonts/DINNext/DINNextLTPro-LightCondensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'DINNextLTPro-Condensed';
  src: local('DINNextLTPro-Condensed'),
       url('../3rdParty/fonts/DINNext/DINNextLTPro-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  scroll-behavior: smooth;
  font-size: 13px; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
p, .mva-footer p, .ambassadors-list ul li blockquote, .ambassadors-list .amb blockquote, .head-content .text blockquote, .testimonials blockquote,
.sales-content ul li, .legalPage .content ul li, .head-content ul li {
  font-family: 'Merriweather', serif;
  color: #121A32;
  line-height: 1.875;
  font-size: 1rem; }
body, footer p, h1, h2, h3, .vehicles-list ul li .box .footer-box h2,
.vehicles-list ul li .box .footer-box strong, .news-list ul li .box .text p, .head-content .text h3 strong, 
.contactPage .content .opening-hours strong, .contactPage .content .address a.btn, .vehicle-list-title .title, .vehicle-list-title h2 {
  font-family: 'DINNextLTPro-MediumCond'; }
.tesla p,.contactPage .content .address, .contactPage .content .address p, body.newsDetailPage .content h2,
body.newsDetailPage .content p.intro, header .cta,footer .legals-copy p, .vehicles-list ul li .box .footer-box,
.vehicles-list .head-section > div a, .ambassadors-list ul li .title, .ambassadors-list .amb .title, .news-list ul li .box .text time,
p.title, .specifications ul li, .content.sales-detail .content-footer div, a.back, .content-slider .caption span,
.head-content .text h3, .cta-subnav, .contactPage .content .opening-hours, .vehicles-list ul li .box .footer-box,
ul.pricing-list li, body.newsDetailPage .content blockquote h3, header .sub-nav ul li a, .info-bar p {
  font-family: 'DINNextLTPro-LightCondensed'; }
.horizontal-scrolling-menu .cont-box div.title, .map-wrapper .title {
  font-family: 'DINNextLTPro-BoldCondensed'; }
.contactPage .content .address a.email, .contactPage .content .address a.tel, .contactPage .content .address, .contactPage .content .address p, .contactPage .content h3, .head-content h2.underline, .horizontal-scrolling-menu .cont-box h2.underline, .tesla p, body.newsDetailPage .content p.intro,body.newsDetailPage .content h2, .hero p.title {
  font-family: 'DINNextLTPro-Condensed'; }
p.title {
  color: #121A32;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-bottom: 10px; }
a {
  color: #121A32;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #121A32;
  text-decoration: none; }
a.back {
  font-size: 1.38rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
a.back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 10px;
  margin-right: 15px;
  background-image: url('../images/left-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  font-weight: 500;
  color: #3156A7;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0; }
.btn:after, button:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 60px;
  height: 1px;
  width: 0;
  opacity: 0;
  background: #3156A7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.btn:hover:after, button:hover:after {
  opacity: 1;
  width: calc(100% - 60px); }
.btn:before, button:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background-image: url('../images/arrow-btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
  border: 1px solid #3156A7; }
.btn:hover, button:hover,
.btn:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3156A7; }
.btn.white, button.white {
  color: #fff; }
.btn.white:before, button.white:before {
  background-image: url('../images/arrow-btn-white.svg');
  border: 1px solid #fff; }
.btn.white:hover, button.white:hover,
.btn.white:focus, button.white:focus {
  color: #fff; }
.btn.white:after, button.white:after {
  background-color: #fff; }
.btn.black, button.black {
  color: #121A32; }
.btn.black:before, button.black:before {
  background-image: url('../images/arrow-btn-black.svg');
  border: 1px solid #121A32; }
.btn.black:hover, button.black:hover,
.btn.black:focus, button.black:focus {
  color: #121A32; }
.btn.black:after, button.black:after {
  background-color: #121A32; }
.btn.direction:before,
button.direction:before {
  background-image: url('../images/arrow-direction.svg'); }
.btn.down-arrow:before,
button.down-arrow:before {
  background-image: url('../images/down-arrow-btn.svg'); }
.btn.right-arrow:before,
button.down-arrow:before {
  background-image: url('../images/arrow-btn.svg'); }
.btn.right-arrow.white:before,
button.down-arrow.white:before {
  background-image: url('../images/arrow-btn-white.svg'); }
img {
  max-width: 100%; }
.container {
  width: auto;
  max-width: 100%;
  width: 100%; }
.social-fix-wrapper {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 30px;
  z-index: 100; }
#social-fix {
  flex-direction: row-reverse;
  height: auto;
  position: static;
  display: flex; }
#social-fix ul {
  display: inline-block;
  padding: 0px;
  margin: 0px 10px; }
#social-fix ul li {
  margin: 0px 5px;
  float: left;
  list-style-type: none; }
#social-fix span {
  font-size: 18px;
  line-height: 30px; }
#social-fix.social-dark .ico-sn-fb {
  background-image: url('../images/fb-dark.svg')!important; }
#social-fix.social-dark .ico-sn-tw {
  background-size: 14.87px 12.64px;
  background-image: url('../images/tw-dark.svg')!important; }
#social-fix.social-dark .ico-sn-ig {
  background-size: 15.47px 16.19px;
  background-image: url('../images/ig-dark.svg')!important; }
#social-fix.social-dark .ico-sn-in {
  background-size: 16px 16px;
  background-image: url('../images/in-dark.svg')!important; }
#social-fix.social-dark .ico-sn-yt {
  background-size: 16px 11.27px;
  background-image: url('../images/yt-dark.svg')!important; }
#social-fix.social-dark [class^="ico-sn-"] {
  border: 1px solid #121A32; }
#social-fix.social-dark [class^="ico-sn-"]:hover,
#social-fix.social-dark [class^="ico-sn-"]:focus {
  background-color: #FFF;
  border: 1px solid #121A32; }
#social-fix.social-dark span {
  text-transform: uppercase;
  color: #121A32; }

/*** NAV ***/
.navbar {
  min-height: 90px;
  padding: 20px 0;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between; }
header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 2; }
.logo-mva {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
body.open .logo-mva .navbar-brand,
body.open .logo-mva .mva {
  display: none; }
.logo-mva .mva {
  text-transform: none;
  text-align: left;
  margin-left: 15px; 
  line-height: 1.2;}
.logo-mva .mva a {
  margin: 0;
  font-weight: 700;
  color: rgba(252, 217, 5, 1);
  text-decoration: underline; }
.logo-mva .mva a#rental {
  color: rgba(32, 157, 189, 1); }
header .logo-mva .mva a {
  margin: 0;
  text-transform: none; }
header .logo-mva .mva span {
  display:block;}
.navbar-collapse {
  top: 0;
  right: -100vw;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  background: #FFFFFF;
  display: block !important;
  padding: 100px 20px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.navbar-collapse.open {
  right: 0;
  z-index: 2; }
.cta-subnav {
  display:block!important;}
.cta-subnav a {
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: none; }
.cta-subnav span {
  display: block;
  color: #121A32; }
.navbar-toggler {
  width: 30px;
  height: 21px;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: 0; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 10px; }
.navbar-toggler span:nth-child(3) {
  top: 19px; }
.navbar-toggler.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.navbar-toggler.open {
  z-index: 999; }
.navbar-toggler.open span {
  background-color: #121A32; }
.navbar-collapse ul.nav {
  display: block;
  font-weight: 300;
  margin-bottom: 20px; }
.navbar-collapse ul.nav.sub_cat {
  display: none; }
.navbar-collapse ul.nav li {
  display: block; }
.navbar-collapse ul.nav li a {
  font-size: 3rem;
  line-height: 1.6;
  color: #717684;
  text-decoration: none; }
.navbar-collapse ul.nav li a:hover,
.navbar-collapse ul.nav li a:focus,
.navbar-collapse ul.nav li a.active {
  color: #121A32; }
header .sub-nav {
  padding: 20px 0 30px; }
header .sub-nav ul {
  padding: 0;
  margin: 0; }
header .sub-nav ul li a {
  color: #121A32;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none; }
header .sub-nav ul li a:hover {
  text-decoration: underline; }


/*** HEADER ***/
header {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.54rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding: 0 20px;
  text-transform: uppercase;
  background-color: transparent;
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 999;
	-webkit-transition: top 0.75s ease-in-out;
	-o-transition: top 0.75s ease-in-out;
	transition: top 0.75s ease-in-out; }
header .container-fluid {
  width:100%;
  padding-left:15px;
  padding-right:15px; }
header.nav-up {
  top: -100%; }
header.nav-down {
  background-color: #121A32; }
header .navbar a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin: 0 20px; }
header .navbar a[href^="tel:"] {
  margin: 0px; }
header .navbar a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
header .navbar a:hover:after {
  opacity: 1;
  width: 100%; }
header .navbar .navbar-brand:hover:after {
  display: none; }

/*** HERO ***/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
.hero iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.hero video {
  position: absolute; }
.hero #heroVideoModal .modal-dialog {
  margin: 0px;
  max-width: none; }
.hero #heroVideoModal .modal-content {
  height: 100vh;
  border: 0px;
  border-radius: 0px; }
.hero #heroVideoModal .modal-header {
  position: relative;
  z-index: 9;
  border-bottom: 0px;
  padding: 0px 0px 0px 5px; }
.hero #heroVideoModal .modal-header .close {
  font-size: 30px;
  padding: 0px;
  margin: 5px 0px 0px 3px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #3156A7;
  background: #fff;
  color: #3156A7;
  opacity: 1;
  font-weight: normal;}
.hero #heroVideoModal .modal-header .close:hover,
.hero #heroVideoModal .modal-header .close:focus {
  opacity: 1; }
.hero #heroVideoModal .modal-header .close:before {
  content: none; }
.hero #heroVideoModal .modal-body {
  width: 100%;
  height: 100vh;
  position: absolute; }
.hero #heroVideoModal .modal-body video {
  position: static;
  transform: none;
  object-fit: cover;
  width: 100%;
  height: 100%; }
.hero #heroVideoModal .modal-body iframe {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }
.hero .box {
  padding: 50px 30px;
  position: relative;
  height: 100%;
  overflow: hidden; }
.hero .box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(18, 26, 50, 0.2); }
.hero .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(255.03deg, #121A32 0%, rgba(18, 26, 50, 0) 27.51%);
  background: linear-gradient(194.97deg, #121A32 0%, rgba(18, 26, 50, 0) 27.51%); }
.hero .box-wrap-content {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 50px;
  position: absolute;
  display: flex;
  align-items: end; }
.hero .container {
  position: relative;
  z-index: 2; }
.hero p {
  color: #FFF;
  font-size: 1.07rem;
  line-height: 1.7; }
.hero p.title {
  font-size:2rem;
  line-height: 1.2;
  text-transform: uppercase; }

.hero .btn {
  margin-top: 35px; }

/*** CONTENT ***/
h1 {
  color: #FFFFFF;
  font-size: 4.62rem;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 20px; }
.hero h1 {
  display: inline-block;
  text-transform: uppercase; }
.sales-detail h1 {
  letter-spacing:normal;}
h2,
.sales-detail h1 {
  color: #121A32;
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1;
  text-transform: uppercase; }
h2.underline,
.sales-detail h1.underline {
  position: relative;
  margin-bottom: 35px; }
h2.underline:before,
.sales-detail h1.underline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 30px;
  height: 2px;
  background-color: #3156A7;
  border-radius: 1px; }
h3 {
  color: #121A32;
  font-size: 1.54rem;
  line-height: 1.24;
  text-transform: uppercase; }
hr {
  width: 30px;
  height: 3px;
  margin: 15px 0;
  background-color: #3156A7; }
.play-animation {
  right: 25px;
  bottom: 25px;
  position: absolute;
  border: 2px solid #121A32;
  display: block;
  cursor: pointer;
  justify-content: center;
  width: 150px;
  height: 84.375px;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
.play-animation iframe {
  width: 110%;
  height: 110%;
  min-width: auto;
  min-height: auto; }
.play-animation span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
.play-animation .play-icon {
  width: 25px;
  height: 25px;
  top: 30px;
  left: 62.5px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-image: url('../images/play-animation.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }
.video-wrapper video {
  position: absolute; }
.video-wrapper iframe,
.leasing-section iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
video {
  width: 100%;
  height: 100%;
  object-fit: cover; }
body.home .hero {
  height: auto;
  min-height: 600px; }
body.home .hero .box {
  padding-top: 50%;
  text-align: center;
  position: absolute;
  inset: 0; }
body.home .hero p {
  margin: 0; }

/*** e404 ***/
body.e404 {
  background-color: #121A32;
  padding: 0; }
body.e404 a.logo {
  width: 360px;
  display: inline-block; }
body.e404 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
body.e404 a,
body.e404 p {
  color: #fff;
  font-size: 1.5rem; }
.fill-viewport {
  height: 100vh; }

.sourcing-section,
.leasing-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.sourcing-section .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(124deg, rgba(18,26,50,1) 0%, rgba(18,26,50,0) 100%);
  background: -webkit-linear-gradient(124deg, rgba(18,26,50,1) 0%, rgba(18,26,50,0) 100%);
  background: linear-gradient(124deg, rgba(18,26,50,1) 0%, rgba(18,26,50,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121a32",endColorstr="#121a32",GradientType=1);
}
.sourcing-section .text-box,
.leasing-section .text-box {
  position: relative;
  z-index: 2;
  padding: 35% 15px; }
.sourcing-section .text-box h2,
.leasing-section .text-box h2 {
  color: #FFFFFF;
  font-size: 3.08rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 27px;}
.sourcing-section .text-box p,
.leasing-section .text-box p {
  color: #FFF;
  font-size: 1.08rem; }
.sourcing-section .text-box .btn,
.leasing-section .text-box .btn {
  margin-top: 46px; }
.tesla {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.tesla .text-box {
  text-align: center;
  padding: 30% 0px;
  position: relative;
  z-index: 2;
  height: 100%; }
.tesla img.logo {
  width: 160px;
  margin-bottom: 25px; }
.tesla h2 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 500;
  line-height: 90%; /* 72px */
  letter-spacing: 2.4px;
  text-transform: uppercase; }
.tesla p {
  color: #FFFFFF;
  font-size: 1.54rem;
  line-height: 1.24;
  text-transform: uppercase; }
.tesla .btn {
  margin-top: 25px; }
.vehicle-list-title {
  padding: 75px 0; }
.vehicle-list-title .title {
  color: #3156A7;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase; }
.vehicle-list-title h2 {
  color: #121A32;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0; }
.vehicles-list ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.vehicles-list ul li {
  position: relative;
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: -o-linear-gradient(356.08deg, #000000 0%, #121b31 100%);
  background: linear-gradient(93.92deg, #000000 0%, #121b31 100%); }
.vehicles-list ul li .box .imgwrap {
  overflow: hidden; }
.vehicles-list ul li.no-results {
  font-size: 2rem;
  justify-content: center;
  padding: 2rem 0;
  background: transparent; }
.reserved {
  height: 35px;
  width: 400px;
  background-color: #c7084a;
  position: absolute;
  top: 68px;
  right: -75px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  white-space: nowrap;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  content: "Reserved";
}
.alreadyReserved {
  color: #c7084a;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
  font-style: italic;
}
.vehicles-list ul li .box .imgwrap.reserved:after {
  /*box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
  border-width: 37px;
  border-left-width: 53px;
  border-right-width: 26px;
  content: "";
  display: block;
  left: -49px;
  position: absolute;
  width: 141%;
  border-top-width: 0px;
  border-bottom-color: #9c1b21;
  top: -2px;
  z-index: -1;*/
}
.vehicles-list ul li .box .head-box {
  padding-top: 75%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease; }
.vehicles-list ul li .box .head-box video {
  top: 0px;
  left: 0px;
  position: absolute; }
.vehicles-list ul li .box:hover .head-box,
.vehicles-list ul li .box:focus .head-box {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.vehicles-list ul li .box .footer-box {
  position: relative;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  min-height: 113px;
  text-align: center;
  padding: 30px; }
.vehicles-list ul li .box .footer-box .relative {
  position: relative;
  z-index: 2; }
.vehicles-list ul li a.box {
  width: 100%;
  text-decoration: none; }
.vehicles-list ul li .box .footer-box h2 {
  margin-top: 7px;
  color: #FFF; }
.vehicles-list .head-section {
  background-color: #FFF;
  padding: 40px 0; }
.vehicles-list .head-section > div {
  display: inline-block;
  color: #121A32;
  font-size:1.38rem;
  letter-spacing: 0.03em;
  padding: 10px 20px; }
.vehicles-list .head-section > div strong {
  display: block; }
.vehicles-list .head-section > div a {
  margin: 0 10px 0 0;
  text-decoration: none;
  position: relative; }
.vehicles-list .head-section > div a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background: #3156A7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.vehicles-list .head-section > div a.active:after {
  opacity: 1;
  width: 100%; }
.vehicles-list .head-section > div a:hover:after {
  opacity: 1;
  width: 100%; }
.footer-section {
  background-color: #FFF;
  padding: 30px 0;
  text-align: center; }
.loading {
  color: #3156A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.38rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
.loading:hover,
.loading:focus {
  color: #3156A7; }
.loading div {
  margin-right: 22px;
  border: 1px solid #3156A7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.loading span {
  margin-top: -5px; }
.loading.active span {
  font-size: 22px;
  line-height: 1;
  margin-top: -5px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.loading.active span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.loading.active span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.ambassadors-section ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.ambassadors-section ul li {
  height: 520px;
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.ambassadors-section ul li a.box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 10%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-decoration: none; }
.ambassadors-section ul li a.box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121A32;
  opacity: 0.2;}
.ambassadors-section ul li a.box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 26, 50, 0)), to(#121A32));
  background: -o-linear-gradient(top, rgba(18, 26, 50, 0) 0%, #121A32 100%);
  background: linear-gradient(180deg, rgba(18, 26, 50, 0) 0%, #121A32 100%); }
.ambassadors-section ul li .box .pic,
.ambassadors-section ul li .box video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
.ambassadors-section ul li .box:hover .pic,
.ambassadors-section ul li .box:hover video,
.ambassadors-section ul li .box:focus .pic,
.ambassadors-section ul li .box:focus video {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
.ambassadors-section ul li .box .text {
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2; }
.ambassadors-section ul li .box .text h2 {
  margin-bottom: 10px; }
.ambassadors-section ul li .box .text p,
.ambassadors-section ul li .box .text h2 {
  color: #FFF; }
.ambassadors-section ul li .box .text p.title {
  text-transform: uppercase;
  font-size: 1.38rem;
  margin-top: 0;
  margin-bottom: 7px; }
.ambassadors-section ul li .box .text .btn {
  margin: 15px 0 20px 0; }
.head-content {
  margin: 60px 0; }
.head-content h2.underline {
  font-size: 1.5rem;
  margin-bottom: 60px; }
.head-content h2.underline:before {
  bottom: -25px; }
.head-content .btn {
  margin-top: 20px; }
.horizontal-scrolling-wrap {
  overflow-y: scroll;
  margin: 60px 0; }
.horizontal-scrolling-wrap::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #F5F5F5; }
.horizontal-scrolling-wrap::-webkit-scrollbar {
  width: 0px;
  height: 6px;
  border-radius:3px;
  background-color: #F5F5F5; }
.horizontal-scrolling-wrap::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #3156A7; }
.dragscroll {
  cursor: url('../images/ico-drag.svg') 20 20, auto; }
.horizontal-scrolling-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.rex-quote {
  padding:30px 0;}
.head-content .pic {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.head-content .text h3 {
  font-size: 1.3rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 10px; }
.head-content .text h3 strong {
  font-weight: 500;
  display: block; }
.head-content .text blockquote {
  margin: 0;
  color: rgba(18, 26, 50, 0.6); }
.horizontal-scrolling-menu::-webkit-scrollbar {
  display: none; }
.horizontal-scrolling-menu .cont-box {
  width: 290px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 0 30px 50px 40px; }
.horizontal-scrolling-menu .cont-box div.title {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #121A32;
  font-size: 2.1rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: 1px; }
.horizontal-scrolling-menu .cont-box h2.underline {
  margin-bottom: 45px;
  font-size: 1.7rem; }
.testimonials {
  color: #FFF;
  padding: 60px 0;
  background-color: #121A32; }
.testimonials.white {
  color: #121A32;
  background-color: #FFF; }
.testimonials div.title {
  position: relative;
  color: #FFF;
  font-size: 3.5rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 45px; }
.testimonials.white div.title {
  color: #121A32; }
.testimonials div.title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 30px;
  height: 3px;
  background-color: #3156A7; }
.testimonials p.title {
  color: #FFF;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px; }
.testimonials.white p.title {
  color: #121A32; }
.testimonials h2 {
  color: #FFF;
  margin-bottom: 15px; }
.testimonials.white h2 {
  color: #121A32; }
.testimonials blockquote {
  color: #FFF; }
.testimonials.white blockquote {
  color: #121A32; }
.testimonials.white .swiper-button-prev:after {
  border: 1px solid #000;
  background-image: url('../images/arrow-btn-black.svg'); }
.testimonials.white .swiper-button-next:after {
  border: 1px solid #000;
  background-image: url('../images/arrow-btn-black.svg'); }
.box-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.box-menu ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }
.box-menu ul li a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover; }
.box-menu ul li a .text {
  color: #FFF;
  width: 100%;
  height: 100%;
  bottom: 0px;
  text-align: center;
  padding: 0 12.5% 10%;
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end; }
.box-menu ul li a .text .headline {
  color: #FFF;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  padding-bottom: 15px; }
.box-menu ul li a .text h3 {
  color: #FFF;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase; }
.box-menu ul li a .video {
  z-index: 0;
  position: absolute; }

/*** ABOUT ***/
.big-slider .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px; }
ul.pricing-list {
  padding: 0px;
  margin: 20px 0px 0px;
  list-style-type: none; }
ul.pricing-list li {
  color: #121A32;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 10px; }
ul.pricing-list li:nth-child(odd) {
  background-color: #f3f3f5; }
ul.pricing-list li span {
  float: right; }

/*** SALES DETAIL ***/
body.no-hero header {
  background-color: #121A32; }
.content.sales-detail {
  padding-top: 110px;
  padding-bottom: 80px; }
.content.sales-detail a.back {
  margin-top: 40px; }
.sales-content ul {
  padding: 10px 0px; }
.sales-content ul li {
  position: relative;
  list-style-type: none;
  padding: 0px 0px 10px 30px; }
.sales-content ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0px;
  top:1px;
  position: absolute;
  background-size: cover;
  background-image: url('../images/ico-check.svg'); }
.sales-gallery {
  margin-bottom: 20px;}
.sales-gallery ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.sales-gallery ul li {
  padding: 5px;
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
.sales-gallery ul li:first-child {
   -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;}
.sales-gallery ul li .pic,
.sales-gallery ul li .video {
  padding-top: 75%;
  display: block;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.sales-gallery ul li .video {
  padding-top: 56.25%; }
.sales-gallery ul li .video video {
  top: 0%;
  left: 0%;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  object-fit: cover;
  position: absolute; }
.specifications {
  margin-top: 30px; }
.specifications ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px 0; }
.specifications ul li {
  padding: 7px 10px;
  font-size: 1.38rem;
  letter-spacing: 0.03em;
  text-transform: uppercase; }
.specifications ul li:nth-child(odd) {
  background-color: #F3F4F5; }
.content.sales-detail .content-footer div {
  margin-top: 20px;
  font-size: 1.38rem;
  letter-spacing: 0.03em; }
.pswp button:after {
  background: transparent; }
.pswp button:before {
  border: 0px;
  background-image: none; }

/*** NEWS LIST ***/
.news-list ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.news-list ul li {
  height: 375px;
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
.news-list ul li .box {
  text-decoration: none;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
  overflow: hidden; }
.news-list ul li .box .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.news-list ul li .box .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121A32;
  opacity: 0.4; }
.news-list ul li .box:hover .pic,
.news-list ul li .box:focus .pic {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
.news-list ul li .box .text {
  z-index: 2;
  color: #FFF; }
.news-list ul li .box .text time {
  font-weight: 300;
  display: inline-block;
  font-size: 1.38rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 8px; }
.news-list ul li .box .text p {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.84rem;
  line-height: 1.27;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

/*** NEWS DETAIL ***/
body.newsDetailPage h1 {
  font-size: 4.2rem; }
body.newsDetailPage .content {
  position: relative;
  padding: 25px 15px 100px 15px; }
body.newsDetailPage .content p.intro {
  font-size: 1.54rem;
  line-height: 1.24;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  padding: 0 5%; }
body.newsDetailPage .content p.intro:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  width: 30px;
  height: 3px;
  background-color: #3156A7; }
body.newsDetailPage .content h2 {
  font-size: 1.54rem;
  line-height: 1.23;
  margin-bottom: 27px;
  margin-top: 55px; }
body.newsDetailPage .content a.back {
  margin-top: 35px; }
body.newsDetailPage .content blockquote {
  padding-bottom: 25px; }
body.newsDetailPage .content blockquote h2 {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px; }
body.newsDetailPage .content blockquote h3 {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 10px 0px; }
body.newsDetailPage .content blockquote p {
  color: rgba(18, 26, 50, 0.6);
  margin: 0;
  padding: 0; }
.swiper-container.content-slider {
  margin: 40px 0 35px 0;
  width: 100%; }
.testimonials-slider .swiper-container {
  width: 100%; }
.content-slider .pic {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  width: 30px;
  height: 30px; }
.content-slider .swiper-button-prev, .content-slider .swiper-container-rtl .swiper-button-next {
  left: 30px; }
.testimonials-slider .swiper-button-prev, .testimonials-slider .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-btn-white.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #FFF; }
.content-slider .swiper-button-next, .content-slider .swiper-container-rtl .swiper-button-prev {
  right: 30px; }
.content-slider .swiper-button-next, .content-slider .swiper-button-prev {
  top: 150px;
  margin-top: -15px; }
.testimonials-slider .swiper-slide {
  padding-bottom: 75px; }
.testimonials-slider .swiper-button-next, .testimonials-slider .swiper-container-rtl .swiper-button-prev {
  left: 40px; }
.testimonials-slider .swiper-button-next, .testimonials-slider .swiper-button-prev {
  top: auto;
  bottom: 0; }
.big-slider .swiper-button-prev,
.big-slider .swiper-button-next {
  width: 50%;
  height: 100%;
  margin-top: 0;
  top: 0;
  background-image: none;
  cursor: none; }
.big-slider .swiper-button-next {
  right: 0px; }
.big-slider .swiper-button-prev {
  left: 0px; }
.big-slider .swiper-button-next:after,
.big-slider .swiper-button-prev:after {
  content: none; }
.big-slider .arrow-cursor {
  display:none;
  width: 40px;
  height: 40px;
  position: fixed;
  left: -50px;
  top: -50px;
  z-index: 10000000;
  pointer-events: none; }
.big-slider .arrow-cursor__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	border: 2px solid #FFF;
	border-radius: 50%; }
.big-slider .arrow-cursor__path {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px; }
.swiper-button-next:focus, .swiper-button-prev:focus {
  border: 0;
  outline: none; }
.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-btn-white.svg');
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #FFF; }
.testimonials-slider .swiper-button-prev:after, .testimonials-slider .swiper-container-rtl .swiper-button-next:after,
.testimonials-slider .swiper-button-next::after, .testimonials-slider .swiper-container-rtl .swiper-button-prev::after {
  border: 1px solid rgba(255, 255, 255, 0.2); }
.content-slider .caption {
  text-align: center;
  margin-top: 25px;
  position: relative; }
.content-slider .caption:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  right: 0;
  background-color: #E7E8EB;
  height: 1px; }
.content-slider .caption span {
  color: rgba(18, 26, 50, 0.6);
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.54rem;
  letter-spacing: 0.03em;
  padding: 0 15px;
  background-color: #FFF;
  min-width: 60%;
  position: relative;
  z-index: 2; }

/*** AMBASSADORS ***/
.ambassadors-list {
  padding: 50px 0; }
.ambassadors-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.ambassadors-list ul li {
  padding: 15px 0; }
.ambassadors-list ul li .pic {
  height: 280px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.ambassadors-list ul li .pic video {
  object-fit: cover; }
.ambassadors-list ul li .title, .ambassadors-list .amb .title {
  color: #121A32;
  font-weight: 300;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 7px; }
.ambassadors-list ul li h3, .ambassadors-list .amb h3 {
  color: #121A32;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 7px; }
.ambassadors-list ul li blockquote, .ambassadors-list .amb blockquote {
  line-height: 2;
  color: rgba(18, 26, 50, 0.6); }

/*** CONTACT ***/
.contactPage .hero {
  text-align: center; }
.contactPage .hero p {
  padding: 0;
  margin: 0; }
.contactPage .hero .box-wrap-content {
  bottom: 100px; }
.gmap {
  height: 350px; }
.gmap .btn,
.gmap button {
  font-size: 1rem;}
.gmap .btn:before,
.gmap button:before {
  display: none; }
.map-wrapper {
  position: relative;
  margin-bottom: 40px; }
.map-wrapper .title {
  color: #121A32;
  font-size: 1.85rem;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: -35px;
  margin-bottom: 20px; }
.contactPage .content {
  z-index: 2;
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -20%;
  padding: 35px 30px 35px 50px;
  margin-bottom: 40px; }
.contactPage .content .address {
  margin-bottom: 40px; }
.contactPage .content .address a.btn {
  margin: 10px 0 25px 0; }
.contactPage .content .address,
.contactPage .content .address p {
  color: #121A32;
  font-size: 1.54rem;
  line-height: 1.24;
  text-transform: uppercase; }
.contactPage .content .address a.email,
.contactPage .content .address a.tel {
  text-decoration: none;
  word-break: break-all; }
.contactPage .content .address a.email:hover,
.contactPage .content .address a.email:focus,
.contactPage .content .address a.tel:hover,
.contactPage .content .address a.tel:focus {
  text-decoration: underline; }
.contactPage .content .opening-hours {
  color: #121A32;
  font-size: 1.38rem;
  line-height: 1.36;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 15px; }
.contactPage .content .opening-hours strong {
  width: 55px;
  display: inline-block; }
.contactPage .content .margin {
  margin-bottom: 30px; }

/*** LEGAL ***/
.legalPage .content {
  padding-top: 150px;
  padding-bottom: 50px; }
.legalPage .content h1 {
  text-transform:uppercase;
  color: #121A32;
  font-size: 4rem; }
.legalPage .content h2 {
  font-size: 2rem;
  margin: 30px 0; }
.legalPage .content ul {
  margin:40px 0;
}
.legalPage .content ul li {
  margin:10px 0;
}

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
[class^="ico-sn-"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #FFF;
  background-color: transparent;
  background-size: contain; }
[class^="ico-sn-"]:hover,
[class^="ico-sn-"]:focus {
  border: 1px solid #fff;
  background-color: #404553; }
.ico-sn-fb {
  background-image: url('../images/fb.svg');
  background-size: 7.52px 16.09px; }
.ico-sn-tw {
  background-size: 14.87px 12.64px;
  background-image: url('../images/tw.svg'); }
.ico-sn-ig {
  background-size: 15.47px 16.19px;
  background-image: url('../images/ig.svg'); }
.ico-sn-in {
  background-size: 16px 16px;
  background-image: url('../images/in.svg'); }
.ico-sn-yt {
  background-size: 16px 11.27px;
  background-image: url('../images/yt.svg'); }
[class^="ico-sn-dark-"] {
  border: 1px solid #121A32; }
[class^="ico-sn-dark-"]:hover,
[class^="ico-sn-dark-"]:focus {
  border: 1px solid #121A32;
  background-color: #fff; }
.ico-sn-dark-fb {
  background-image: url('../images/fb-dark.svg');
  background-size: 7.52px 16.09px; }
.ico-sn-dark-tw {
  background-size: 14.87px 12.64px;
  background-image: url('../images/tw-dark.svg'); }
.ico-sn-dark-ig {
  background-size: 15.47px 16.19px;
  background-image: url('../images/ig-dark.svg'); }
.ico-sn-dark-in {
  background-size: 16px 16px;
  background-image: url('../images/in-dark.svg'); }
.ico-sn-dark-yt {
  background-size: 16px 11.27px;
  background-image: url('../images/yt-dark.svg'); }

/*** FOOTER ***/
footer {
  color: #FFF;
  font-size: 1.38rem;
  position: relative;
  padding: 30px 0;
  background-color: #121A32; }
footer .sectionTitle {
  margin-bottom: 15px;
  position: relative; }
footer div.sectionTitle:after {
  content: '+';
  font-weight: lighter;
  font-size: 31px;
  float: right;
  margin-top: -5px; }
footer div.sectionTitle.active:after {
  content: '-'; }
footer .sectionTitle strong {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  width: auto;
  display: inline-block;
  padding-bottom: 10px; }
footer .sectionTitle strong:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  bottom: 0px;
  height: 3px;
  border-radius: 1px;
  background-color: #3156A7; }
footer ul.nav {
  display: none;
  padding: 5px 0 15px 0;
  margin: 0;
  list-style: none; }
footer ul.nav li {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.38rem;
  padding: 0 0 16px 0;
  line-height: 1.27;
  display: block; }
footer ul.nav li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative; }
footer ul.nav li a:hover,
footer ul.nav li a:focus {
  color: #FFF; }
footer ul.nav li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
footer ul.nav li a:hover:after {
  opacity: 1;
  width: 100%; }
footer a.email {
  word-break: break-all; }
footer .social a {
  display: inline-block;
  margin-right: 10px; }
footer .social ul.nav li a:hover:after {
  display: none; }
footer .legals-copy {
  margin-top:40px;}
footer .legals-copy p {
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6); }
footer .legals-copy a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  display: block; }
footer .legals-copy a:hover,
footer .legals-copy a:focus {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6); }
footer .legals-copy a.web-by {
  margin: 16px 0; }
.mva-footer {
  text-align: center;
  padding: 60px 0; 
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.mva-footer p {
  font-weight: 400;
  font-size: 1.23rem;
  line-height: 1.88;
  color: #FFFFFF;
  margin: 0; }
.mva-footer p a {
  text-decoration: underline;
  color: rgba(252, 217, 5, 1);
  font-weight: 700; }
.mva-footer p a#rental {
  color:rgba(32, 157, 189, 1);}
.mva-footer p a:hover,
.mva-footer p a:focus {
  text-decoration: none; }
.logo-f-mva,
.logo-f-rental {
  display: inline-block;
  margin-bottom: 20px;
  flex-shrink: 0; }
.logo-f-mva img {
  width: 87.12px;
  height: 40px; }
.logo-f-rental img {
  width: 95.24px;
  height: 40px; }
.info-bar {
  width:100%;
  height: 40px;
  position:fixed;
  top:0;
  background-color: #3156A7;
  padding: 0 30px;
  z-index: 999;}
.info-bar p {
  line-height:40px;
  padding:0;
  margin:0;
  text-align:center;
  font-weight: 300;
  font-size: 1.54rem;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;}
.info-bar p span {
  display: none; }
.info-bar p a {
  color: #fff;}
.info-bar p a:hover {
  text-decoration: underline;}
header .navbar a.apt {
  margin-left: 0;}

@media (min-width: 768px) {

  body.open {
    overflow-y: auto; }
  body.open .logo-mva .navbar-brand,
  body.open .logo-mva .mva {
    display: block; }
  body.open .navbar .cta {
    display: none !important; }
  header .sub-nav {
    padding: 50px 0 75px; }
  header {
    padding: 0 30px; }
  .navbar-collapse.open {
    padding: 70px 40px 40px; }
  header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
    z-index: 2; }
  .navbar {
    min-height: auto; }
  .hero .box-wrap-content {
    bottom: 100px; }
  .hero .box .box-wrap-content .container {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .hero p {
    font-size: 1.23rem;
    line-height: 1.85; }
  body.newsDetailPage .content {
    padding: 40px 30px; }
  .news-list ul li .box .text time {
    margin-bottom: 10px; }
  .news-list ul li .box .text p {
    font-size: 1.5rem; }
  .sourcing-section .text-box,
  .leasing-section .text-box {
    position: relative;
    z-index: 2;
    padding: 25% 15px; }
  .sourcing-section .text-box h2,
  .leasing-section .text-box h2 {
    margin-bottom: 0;
    font-size: 3.7rem; }
  .sourcing-section .text-box p,
  .leasing-section .text-box p {
    color: #FFF;
    font-size: 1.1rem; }
  .sourcing-section .text-box .btn,
  .leasing-section .text-box .btn {
    margin-top: 20px; }
  body.home .hero .box {
    padding-top: 15%; }
  .vehicle-list-title .title {
    font-size: 2.5rem; }
  .vehicle-list-title h2 {
    font-size: 6rem; }
  .box-menu ul li a .text .headline {
    font-size: 1.5rem; }
  .box-menu ul li a .text h3 {
    font-size: 4rem;
    line-height: 48px; }
  .vehicles-list ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .vehicles-list ul li .box .footer-box {
    min-height: 150px;
    padding: 30px; }
  .vehicles-list ul li .box .footer-box h2 {
    margin-top: 13px; }
  .vehicles-list .head-section > div {
      padding: 10px 20px; }
  .vehicles-list .head-section > div strong {
    display: inline-block;
    margin-right: 10px; }
  .vehicles-list .head-section > div a:after {
    bottom: -5px;
    height: 3px; }
  #latest-vehicles ul li:last-child {
    display:none;}
  .horizontal-scrolling-menu .cont-box {
    width:350px;}
  .ambassadors-section ul li {
    height: 450px;
    -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
              flex-grow: 1;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .sales-gallery ul li:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .big-slider .pic {
    height: 320px; }
  .news-list ul li {
    height: 350px;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
   .news-list.fist-second-big ul li:first-child,
  .news-list.fist-second-big ul li:nth-of-type(2) {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .news-list ul li .box {
    padding: 15px; }
  .ambassadors-list ul li .pic {
    height: 400px; }
  .ambassadors-list ul li .title, .ambassadors-list .amb .title {
    margin-top: 0; }
  body.contactPage .hero .box-wrap-content {
    bottom: 200px; }
  .contactPage .content .address {
    margin-bottom: 0px; }
  .social-fix-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    height: 175px;
    bottom: 0;
    left: 8px;
    z-index: 100;
    width: 40px;
    float: left; }
  #social-fix {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    height: 100vh; }
  #social-fix ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #social-fix ul li {
    float: none;
    margin: 5px 0px; }
  #social-fix span {
    margin-top: 22px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .fixed-bg {
    background-attachment: fixed;}
  footer {
    position: relative;
    padding: 80px 0 20px 0;
    background-color: #121A32; }
  footer div.sectionTitle {
    margin-bottom: 20px; }
  footer ul.nav {
    margin-bottom: 40px; }
  footer div.sectionTitle:after {
    display: none; }
  footer div.sectionTitle.active:after {
    display: none; }
  footer .sectionTitle strong {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.85rem;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    width: auto;
    display: inline-block;
    padding-bottom: 10px; }
  footer .sectionTitle strong:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    bottom: 0px;
    height: 3px;
    border-radius: 1px;
    background-color: #3156A7; }
  footer ul.nav {
    padding: 0;
    display: block; }
  footer ul.nav li {
    font-size: 1.7rem;
    padding: 4px 0; }
  footer ul.nav li p{
    font-size: 1.7rem; }
  footer ul.nav li a {
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  footer .social a {
    display: inline-block;
    margin-right: 10px; }
  header .logo-mva .mva span {
    display:inline;}
  .mva-footer {
      text-align: left; }
  .mva-footer .d-md-flex {
      align-items: center; }
  .logo-f-mva,
  .logo-f-rental {
      margin-bottom: 0;
      margin-right: 30px; }
  .logo-mva {
    padding: 0; }
  .info-bar p span {
    display: inline-block; }
  footer .legals-copy {
    margin-top:60px; }
  .contactPage .content .address a.btn:last-of-type {
    margin-left:30px;}

}

@media (min-width: 992px) {

   p.title {
    font-size: 1.54rem;
    margin-top: 30px;
    margin-bottom: 13px; }
  .hero p.title {
    font-size:2.62rem;
    line-height: 1.2; }
  .social-fix-wrapper {
    left: 70px;
    width: 40px; }
  a.back {
    font-size: 1.54rem; }
  .btn, button {
    font-size: 1.7rem; }
  .btn:before, button:before {
    margin-right: 22px; }
  .navbar {
    padding: 30px 0; }
  .hero {
    min-height: 700px; }
  .hero .btn {
    margin-top: 30px; }
  .hero p {
    margin-right: 55%; }
  .tesla {
    height: 100vh; }
  .tesla h2 {
    font-size: 6rem; }
  .tesla .text-box {
    padding: 0; }
  .tesla img.logo {
    width: 200px;
    margin-bottom: 50px; }
  .tesla p {
    font-size: 2.62rem; }
  .tesla .btn {
    margin-top: 25px; }
  h1 {
    font-size: 9.23rem; }
  h2,
  .sales-detail h1 {
    margin-bottom: 10px;
    font-size: 3.7rem; }
  h2.underline,
  .sales-detail h1.underline {
    margin-bottom: 90px; }
  h2.underline:before,
  .sales-detail h1.underline:before{
    bottom: -27px;
    height: 3px; }
  h3 {
    font-size: 2.62rem; }
  hr {
    margin: 40px 0;  }
  .footer-section {
    padding: 40px 0; }
  .play-animation {
    display: none;
    border: 3px solid #121A32;
    width: 200px;
    height: 112.5px;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .play-animation span {
    font-size: 1.7rem; }
  .play-animation .play-icon {
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px; }
  .loading {
    font-size: 1.7rem; }
  .sourcing-section,
  .leasing-section {
    height: 100vh;}
  .vehicles-list ul li .box .footer-box {
    position: relative;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 1.53rem;
    min-height: 220px;
    padding: 40px 15%; }
   #latest-vehicles ul li:last-child {
    display:flex;}
  .sourcing-section .text-box,
  .leasing-section .text-box {
    position: relative;
    z-index: 2;
    padding: 35% 15% 0; }
  .sourcing-section .text-box h2,
  .leasing-section .text-box h2 {
    color: #FFFFFF;
    font-size: 6.15rem;
    line-height: 0.9;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  .sourcing-section .text-box p,
  .leasing-section .text-box p {
    color: #FFF;
    font-size: 1.23rem; }
  .sourcing-section .text-box .btn,
  .leasing-section .text-box .btn {
    margin-top: 46px; }
  .head-content {
    margin: 120px 0; }
  .head-content h2.underline {
    font-size: 2.62rem;
    margin-bottom: 105px; }
  .head-content h2.underline:before {
    bottom: -45px; }
  .head-content .btn {
    margin-top: 40px; }
  .horizontal-scrolling-wrap {
    margin: 120px 0; }
  .horizontal-scrolling-menu {
    width: 100%; }
  .rex-quote {
    padding:0;}
  .head-content .pic {
    width: 120px;
    height: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px; }
  .head-content .text h3 {
    font-size: 1.7rem;
    margin-bottom: 15px; }
  .vehicles-list .head-section > div {
    padding: 0 20px; }
  .sales-gallery {
    margin-bottom: 0;}
  .sales-gallery ul {
    margin: 0 -15px; }
  .horizontal-scrolling-menu .cont-box {
    width: 540px;
    padding: 0 120px 100px 100px; }
  .horizontal-scrolling-menu .cont-box div.title {
    font-size: 3.7rem; }
  .horizontal-scrolling-menu .cont-box h2.underline {
    margin-bottom: 83px;
    font-size: 2.62rem; }
  .testimonials {
    padding: 160px 0; }
  .testimonials div.title {
    font-size: 6.15rem;
    margin-bottom: 43px; }
  .testimonials div.title:before {
    bottom: -43px; }
  .testimonials p.title {
    font-size: 1.54rem;
    margin-bottom: 7px; }
  .testimonials h2 {
    margin-bottom: 29px; }
  .testimonials blockquote {
    padding-right: 20%; }
  .ambassadors-section ul li {
    height: 745px;}
  .ambassadors-section ul li .box .text {
    padding: 45px 10%; }
  .ambassadors-section ul li .box .text h2 {
    margin-bottom: 20px; }
  .ambassadors-section ul li .box .text p.title {
    font-size: 1.54rem;
    margin-bottom: 7px; }
  .ambassadors-section ul li .box .text .btn {
    margin: 30px 0 55px 0; }
  .ambassadors-list ul li .pic {
    height: 500px; }
  .ambassadors-list {
    padding: 150px 0; }
  .ambassadors-list ul li {
    padding: 50px 0; }
  .ambassadors-list ul li .title, .ambassadors-list .amb .title {
    margin-top: 20px;
    font-size: 1.38rem; }
  .ambassadors-list ul li h3, .ambassadors-list .amb h3 {
    font-size: 1.38rem;
    margin-top: 45px;
    margin-bottom: 17px; }
  .specifications {
    margin-top: 45px; }
  .specifications ul {
    list-style: none;
    padding: 0;
    margin: 33px 0 60px 0; }
  .specifications ul li {
    padding: 7px 10px;
    font-size: 1.54rem; }
  .news-list ul li {
    height: 400px;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .news-list ul li .box {
    padding: 40px; }
  .news-list ul li .box .text time {
    font-size: 1.53rem;
    margin-bottom: 22px; }
  .news-list ul li .box .text p {
    padding-right: 15%;
    line-height: 1.26;
    font-size: 2.1rem;
    margin-bottom: 31px; }
  .news-list.fist-second-big ul li:first-child,
  .news-list.fist-second-big ul li:nth-of-type(2) {
    height: 600px;
    height: 500px; }
  .news-list.fist-second-big ul li:first-child .box .text p,
  .news-list.fist-second-big ul li:nth-of-type(2) .box .text p {
    margin-top: 20px;
    font-size: 2.5rem;
    line-height: 1; }
  body.newsDetailPage h1 {
    font-size: 6.15rem; }
  body.newsDetailPage .hero p {
    margin-right: 10%; }
  body.newsDetailPage .content {
    padding: 115px 0 90px 0;}
  body.newsDetailPage .content p.intro {
    font-size: 2.62rem;
    line-height: 1.24;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 148px;
    padding: 0 10%; }
  body.newsDetailPage .content p.intro:before {
    margin-left: -15px;
    bottom: -45px;
    width: 30px;
    height: 3px; }
  body.newsDetailPage .content h2 {
    font-size: 2.62rem;
    line-height: 1.23;
    margin-bottom: 27px;
    margin-top: 55px; }
  body.newsDetailPage .content a.back {
    margin-top: 70px; }
  .swiper-container.content-slider {
    margin: 80px 0 75px 0; }
  .content-slider .pic {
    height: 585px; }
  .content-slider .swiper-button-prev, .content-slider .swiper-container-rtl .swiper-button-next {
    left: 40px; }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    width: 40px;
    height: 40px;
    background-size: 13px; }
  .content-slider .swiper-button-next, .content-slider .swiper-container-rtl .swiper-button-prev {
    right: 40px; }
  .content-slider .swiper-button-next, .content-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 292.5px;
    margin-top: -20px; }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 40px;
    height: 40px; }
  .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    background-size: 13px; }
  .content-slider .caption {
    margin-top: 48px; }
  .content-slider .caption:before {
    top: 50%;
    margin-top: -0.5px;
    height: 1px; }
  .content-slider .caption span {
    display: inline-block;
    font-size: 1.54rem;
    padding: 0 15px;
    min-width: 50%; }
  .testimonials-slider .swiper-button-next, .testimonials-slider .swiper-container-rtl .swiper-button-prev {
    left: 50px; }
  .big-slider .pic {
    height: 500px; }
  .gmap {
    height: 600px; }
  .map-wrapper {
    position: relative;
    margin-bottom: 60px; }
  .map-wrapper .title {
    color: #121A32;
    font-size: 3.7rem;
    line-height: 0.9;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    position: absolute;
    bottom: 0;
    left: -80px;
    margin-bottom: 60px; }
  .contactPage .content {
    margin-top: -10%;
    padding: 35px 30px 115px 130px;
    margin-bottom: 125px; }
  .contactPage .content .address,
  .contactPage .content .address p {
    font-size: 2.62rem; }
  .contactPage .content .opening-hours {
    margin-top: 35px;
    font-size: 1.7rem; }
  .contactPage .content .margin {
    margin-bottom: 30px; }
  .legalPage .content {
    padding-top: 200px;
    padding-bottom: 100px; }
  footer div.sectionTitle {
    margin-bottom: 30px; }
  footer ul.nav {
    margin-bottom: 0; }
  footer .legals-copy p {
    font-size: 1.23rem;
    line-height: 1.18; }
  footer .legals-copy a {
    margin-left: 20px;
    display: inline-block; }
  footer .legals-copy span {
    margin-left: 20px; }
  footer .legals-copy span a {
    margin: 0; }
  .content.sales-detail {
    padding-top: 190px;}
  .big-slider .arrow-cursor {
    display: block;}
  .hero #heroVideoModal .modal-body iframe {
    object-fit: cover; }
  header .navbar a {
    margin: 0 30px; }
  
  }

@media (min-width: 1200px) {
  .logo-mva .mva {
    margin-left: 20px; }

  .tesla .padding {
    padding: 15% 32% 0 32%; }
  .vehicles-list .head-section {
    text-align: center; }
  .vehicles-list .head-section > div a {
    margin: 0 10px; }
  .vehicles-list .head-section > div {
    font-size: 1.7rem; }
  .vehicles-list .head-section > div strong {
    width: auto; }
  .ambassadors-list ul li .pic {
    height: 650px; }
  .ambassadors-list ul li .title, .ambassadors-list .amb .title {
    margin-top: 40px;
    font-size: 1.38rem; }
  .sales-gallery ul li {
    padding: 15px;
    -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
              flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .content.sales-detail a.back {
    margin-top: 45px; }
  .logo-mva .mva {
      margin-left: 30px; }
}

@media screen and (min-width: 1024px) {

  .container {
    padding-left: 4.4rem;
    padding-right: 4.4rem; }
  .mva-footer {
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 70px 0; }

}

@media screen and (min-width: 1440px) {

  .content.sales-detail .content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .content.sales-detail .content-footer div {
    margin-top: 0; }
  .vehicles-list ul li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
            flex: 0 0 33.33%;
    max-width: 33.33%; }
  .mva-footer {
    margin-top: 70px;
    padding: 90px 0; }
  .box-menu ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }

}

@media screen and (min-width: 1550px) {

  .container {
    padding-left: 5.2rem;
    padding-right: 5.2rem; }
  .news-list ul li {
    height: 560px; }
  .news-list.fist-second-big ul li:first-child,
  .news-list.fist-second-big ul li:nth-of-type(2) {
    height: 840px; }
  .news-list ul li .box {
    padding: 60px; }
  .news-list ul li .box .text p {
    line-height: 1.26;
    font-size: 2.3rem;
    margin-bottom: 31px; }
  .news-list.fist-second-big ul li:first-child .box .text p,
  .news-list.fist-second-big ul li:nth-of-type(2) .box .text p {
    margin-bottom: 37px;
    margin-top: 27px;
    font-size: 3.7rem;
    line-height: 1; }
  
}

@media screen and (min-width: 1650px) {

  .navbar-collapse.open {
    padding: 85px 40px 40px; }
  .ambassadors-list ul li .pic {
    height: 720px; }
  .hero p {
    margin-right: 60%; }
  .content.sales-detail .content-footer div {
    font-size: 1.54rem; }
  .big-slider .pic {
    height: 720px; }
  .gmap {
    height: 800px; }
  .map-wrapper {
    margin-bottom: 120px; }
  .map-wrapper .title {
    font-size: 3.7rem;
    left: -80px;
    margin-bottom: 60px; }
  .contactPage .content {
    margin-top: -10%;
    padding: 35px 30px 115px 130px;
    margin-bottom: 125px; }
  .contactPage .content .address,
  .contactPage .content .address p {
    font-size: 2.62rem; }
  .contactPage .content .opening-hours {
    margin-top: 35px;
    font-size: 1.7rem; }
  .contactPage .content .margin {
    margin-bottom: 60px; }

}

.ambassadors-list .amb .pic {
  padding:10px;
}
.ambassadors-list .amb .pic img {
  width:100%;
}

@media screen and (min-width: 1770px) {

  .logo-mva .mva {
    margin-left: 60px; }
  .container {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px; }
  .navbar-collapse ul.nav li a {
    font-size: 3.7rem; }
  .logo-f-mva,
  .logo-f-rental {
      margin-right: 60px; }

}

@media screen and (min-width: 2000px) {

  .ambassadors-section ul li {
    height: 1000px; }
  .horizontal-scrolling-menu .cont-box {
    width: 700px;
    padding: 0 140px 120px 130px; }
  .news-list ul li {
    height: 720px; }
  .news-list.fist-second-big ul li:first-child,
  .news-list.fist-second-big ul li:nth-of-type(2) {
    height: 1000px; }
  .news-list ul li .box {
    padding: 100px; }
  .news-list ul li .box .text p {
    line-height: 1.26;
    font-size: 2.7rem;
    margin-bottom: 31px; }
  .news-list.fist-second-big ul li:first-child .box .text p,
  .news-list.fist-second-big ul li:nth-of-type(2) .box .text p {
    margin-bottom: 37px;
    margin-top: 27px;
    font-size: 4rem;
    line-height: 1; }

}
.fullscreen_menu {
  width: 450px !important;
  overflow-x: hidden !important;
}
.desktopOnly {
  display: block;
}
.mobileSubNav {
  display: none;
}
@media (max-width: 768px) {
  .fullscreen_menu {
    width: 100% !important;
  }
  .desktopOnly {
    display: none;
  }
  .mobileSubNav {
    display: block;
  }
}

.sub_cat {
  display: none;
  opacity:0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sub_cat.show {
  opacity:1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.sub_cat li {
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  opacity: 0;
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}

.sub_cat.show li {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sub_cat.show li {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sub_cat li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.sub_cat li:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sub_cat li:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sub_cat li:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sub_cat li:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sub_cat li:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sub_cat li:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sub_cat li:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sub_cat li:nth-of-type(9) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sub_cat li:nth-of-type(10) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sub_cat li:nth-of-type(11) {
  -webkit-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.sub_cat li:nth-of-type(12) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.sub_cat li:nth-of-type(13) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }
.sub_cat li:nth-of-type(14) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }
.nav-side, .subnav-side {
  padding: 0 4%; }
.navbar-collapse ul.bottom-nav {
  list-style: none;
  padding: 0; }
.navbar-collapse ul.bottom-nav li {
  display: inline-block;
  padding: 0 5px 0 0; }

@media (min-width: 768px) {
  .navbar-collapse ul.bottom-nav li {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}

.fsRowBody input[type=checkbox], .fsRowBody input[type=radio] {
  line-height: 14px;
}
.minContent {
  min-height: 205px;
}
.amb .row {

}
.block_quote {

}
@media (max-width: 768px) {
  .mobileEx {
    margin-top:10px !important;
  }
}
.review_form {
  font-size: 1.5rem;
}
.review_form .alert {
  font-size: 1.3rem;
}
.review_form .form-control::placeholder {
  color: #c5c5c5;
  font-style: italic;
}
.review_form .form-control, .review_form .custom-select {
  font-size:1.3rem;
}
.review_form .btn-primary:hover {
  background:none;
}
.category {
  font-size: 1.3rem;
  font-style: italic;
  color: #325eac;
  text-transform: uppercase;
}
.cat_servicing_testimonials {

}
.cat_detailing_testimonials {

}
.cat_testimonials {

}
.reserve {
  margin-bottom:30px;
}
.close {
  text-decoration: none;
  cursor: pointer;
}
.modalClose {
  float: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  margin-right: 30px;
  background: #3156A7;
  padding: 10px 15px 6px;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: initial;
}
.modalClose:hover {
  color: #fff;
  background: #496fc1;
}
#reserveModal p {
  font-size: 1.5rem;
  font-family: 'DINNextLTPro-MediumCond';
}
#reserveModal label, #reserveModal input {
  font-size: 1.3rem;
  font-family: 'DINNextLTPro-MediumCond';
}
.reserveForm {
  padding:15px;
}