/* common default browsers CSS overrides */
html {
  font-size: 10px;
}
body {
  background-color: #ffffff;
  position: relative;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
form,
input,
label,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
label,
button {
  color: inherit;
}
input,
textarea {
  color: #000000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
a {
  text-decoration: none;
}
.pe {
  width: 100%;
}
.pe .pe-ow {
  max-width: 1920px;
  margin: 0 auto;
}
.pe .pe-ow .pe-iw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .pe .pe-ow .pe-iw {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1151px) {
  .pe .pe-ow .pe-iw {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pe .pe-ow .pe-iw {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-height: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .pe .pe-ow .pe-iw {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1151px) {
  .pe .pe-ow .pe-iw {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pe .pe-ow .pe-iw {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-height: 480px) {
  .pe .pe-ow .pe-iw {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu {
  top: -2000px;
  position: fixed;
  width: calc(100% + 10px);
  min-height: 100%;
  color: #ffffff;
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  z-index: 2200;
  letter-spacing: 0.05em;
  margin-top: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #01070e;
  display: none;
  overflow-y: scroll;
}
@media only screen and (max-width: 480px) {
  .mobile-menu {
    margin-top: 60px;
  }
}
@media only screen and (max-height: 480px) {
  .mobile-menu {
    margin-top: 60px;
  }
}
.mobile-menu .mobile-menu-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.mobile-menu .mobile-menu-scroll .mobile-menu-background {
  opacity: 0.3;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
}
.mobile-menu .mobile-menu-scroll .main-menu {
  position: relative;
  padding-bottom: 3rem;
  overflow: hidden;
}
.mobile-menu .mobile-menu-scroll .main-menu .background-image {
  opacity: 0.55;
}
.mobile-menu .mobile-menu-scroll .menu-items {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mobile-menu .mobile-menu-scroll .menu-items ul {
  list-style: none;
}
.mobile-menu .mobile-menu-scroll .menu-items ul li {
  margin: 1rem 0 0 0;
  font-size: 32px;
}
@media only screen and (max-width: 1151px) {
  .mobile-menu .mobile-menu-scroll .menu-items ul li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu .mobile-menu-scroll .menu-items ul li {
    font-size: 26px;
  }
}
.mobile-menu .mobile-menu-scroll .menu-items ul li:first-of-type {
  margin: 0;
}
.header {
  color: #eeeeee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.header .header-ow .header-iw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 110px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 6px 25px -9px #000000;
          box-shadow: 0px 6px 25px -9px #000000;
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw {
    height: 60px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw {
    height: 60px;
  }
}
.header .header-ow .header-iw .header-background {
  background-color: #01070e;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .header-ow .header-iw .logo-and-tagline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .logo-and-tagline {
    width: 280px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .logo-and-tagline {
    width: 280px;
  }
}
.header .header-ow .header-iw .logo-and-tagline .logo {
  width: auto;
  text-align: center;
}
.header .header-ow .header-iw .logo-and-tagline .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-ow .header-iw .logo-and-tagline .logo a img {
  height: 72px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .logo-and-tagline .logo a img {
    height: 40px;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .logo-and-tagline .logo a img {
    height: 40px;
  }
}
.header .header-ow .header-iw .logo-and-tagline .tag-line {
  font-size: 16px;
  font-family: cronos-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  width: 200px;
}
@media only screen and (max-width: 1151px) {
  .header .header-ow .header-iw .logo-and-tagline .tag-line {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .logo-and-tagline .tag-line {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .logo-and-tagline .tag-line {
    width: 190px;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-ow .header-iw .logo-and-tagline .tag-line {
    display: none;
  }
}
@media only screen and (max-height: 480px) {
  .header .header-ow .header-iw .logo-and-tagline .tag-line {
    display: none;
  }
}
.header .header-ow .header-iw .mobile-menu-open {
  display: none;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .mobile-menu-open {
    display: block;
  }
}
.header .header-ow .header-iw .mobile-menu-open svg {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .mobile-menu-open svg {
    width: 25px;
    height: auto;
  }
}
.header .header-ow .header-iw .mobile-menu-open svg .a {
  fill: #eeeeee;
}
.header .header-ow .header-iw .mobile-menu-close {
  display: none;
  position: relative;
  cursor: pointer;
}
.header .header-ow .header-iw .mobile-menu-close svg {
  width: 30px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .mobile-menu-close svg {
    width: 25px;
    height: auto;
  }
}
.header .header-ow .header-iw .mobile-menu-close svg .a {
  fill: #eeeeee;
}
.header .header-ow .header-iw .desktop-menu {
  position: relative;
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
}
@media only screen and (max-width: 1151px) {
  .header .header-ow .header-iw .desktop-menu {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-ow .header-iw .desktop-menu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-ow .header-iw .desktop-menu {
    display: none;
  }
}
.header .header-ow .header-iw .desktop-menu .main-menu .menu-items ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header .header-ow .header-iw .desktop-menu .main-menu .menu-items ul li {
  margin: 0 20px;
}
.header .header-ow .header-iw .desktop-menu .main-menu .menu-items ul li a:hover {
  color: #CC1212;
}
.footer {
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow {
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .background-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01070e;
  opacity: 0.3;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw {
  min-height: 700px;
  color: #eeeeee;
  position: relative;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .heading {
  padding-top: 48px;
  font-size: 48px;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: signo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .heading {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .heading {
    width: 90%;
    padding-top: 32px;
  }
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
  padding-top: 16px;
  font-size: 21px;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .heading .introduction {
    width: 80%;
  }
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider {
  height: 200px;
  width: 900px;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 1151px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider {
    width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider {
    width: 100%;
  }
}
@media only screen and (max-height: 480px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider {
    width: 100%;
  }
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-container {
  height: 100%;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button {
  outline: 0;
  background-image: url(../images/slider-next.svg);
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-next {
  margin-right: -70px;
}
@media only screen and (max-width: 1439px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-next {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-next {
    margin-right: 0px;
  }
}
.page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: -70px;
}
@media only screen and (max-width: 1439px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-prev {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-with-photo-slider .page-heading-with-photo-slider-ow .page-heading-with-photo-slider-iw .photo-slider .swiper-slider-navigation .swiper-button-prev {
    margin-left: 0px;
  }
}
.price-list {
  color: #01070e;
}
.price-list .price-list-ow {
  background-color: #eeeeee;
}
.price-list .price-list-ow .price-list-iw {
  padding-top: 32px;
  padding-bottom: 32px;
}
.price-list .price-list-ow .price-list-iw .heading {
  font-size: 32px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .heading {
    font-size: 26px;
  }
}
.price-list .price-list-ow .price-list-iw .introduction,
.price-list .price-list-ow .price-list-iw .bottom-notes {
  font-size: 21px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .introduction,
  .price-list .price-list-ow .price-list-iw .bottom-notes {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .introduction,
  .price-list .price-list-ow .price-list-iw .bottom-notes {
    font-size: 16px;
  }
}
.price-list .price-list-ow .price-list-iw .introduction p,
.price-list .price-list-ow .price-list-iw .bottom-notes p {
  margin-bottom: 0.5em;
}
.price-list .price-list-ow .price-list-iw .car-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #01070e;
}
@media only screen and (max-width: 1024px) {
  .price-list .price-list-ow .price-list-iw .car-prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item {
  width: 49%;
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1439px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item {
    width: 49%;
  }
}
@media only screen and (max-width: 1024px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item {
    width: 100%;
  }
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .heading {
  font-size: 24px;
  padding-bottom: 8px;
  padding: 8px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .heading {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .heading {
    font-size: 18px;
  }
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 24px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing .item {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing .item {
    font-size: 18px;
  }
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing .item .item-name {
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .price-listing .item .price {
  text-align: right;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .photogallery-link {
  padding: 0 8px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .car .photogallery-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .car-prices .car-item .car .photogallery-link {
    font-size: 15px;
  }
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .photogallery-link a {
  background-color: #700000;
  color: #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 10px;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car .photogallery-link a:hover {
  background-color: #CC1212;
}
.price-list .price-list-ow .price-list-iw .car-prices .car-item .car-info {
  padding: 20px 0 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price-list .price-list-ow .price-list-iw .other-prices {
  padding-top: 16px;
}
.price-list .price-list-ow .price-list-iw .other-prices .heading {
  font-size: 24px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .other-prices .heading {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .other-prices .heading {
    font-size: 18px;
  }
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .other-prices .other-prices-items {
    padding: 0;
  }
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 24px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1151px) {
  .price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item {
    font-size: 18px;
  }
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item a {
  font-style: italic;
  border-bottom: 1px solid #eeeeee;
  color: #eeeeee;
  line-height: 1;
  display: inline-block;
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item a:hover {
  color: #ffffff;
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item .item-name {
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.price-list .price-list-ow .price-list-iw .other-prices .other-prices-items .item .price {
  text-align: right;
}
.contact-us {
  color: #eeeeee;
}
.contact-us .contact-us-ow {
  background-color: #01070e;
}
.contact-us .contact-us-ow .contact-us-iw {
  padding-bottom: 64px;
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .contact-us .contact-us-ow .contact-us-iw {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-height: 480px) {
  .contact-us .contact-us-ow .contact-us-iw {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-us .contact-us-ow .contact-us-iw a:hover {
  color: #CC1212;
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (max-height: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
  margin-bottom: 32px;
  font-size: 24px;
}
@media only screen and (max-width: 1151px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
    width: 100%;
  }
}
@media only screen and (max-height: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact {
    width: 100%;
  }
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact .heading {
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
}
@media only screen and (max-width: 1151px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact .heading {
    font-size: 26px;
  }
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact .contact-options {
  font-family: cronos-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .contact .contact-options p {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator {
    width: 100%;
  }
}
@media only screen and (max-height: 480px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator {
    width: 100%;
  }
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator .heading {
  font-size: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1151px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator .heading {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator .heading {
    font-size: 18px;
  }
}
.contact-us .contact-us-ow .contact-us-iw .contact-and-operator .operator .operator-information p {
  margin-bottom: 0.5em;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form {
  width: 500px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .contact-us-ow .contact-us-iw .inquiry-form {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .inquiry-form {
    width: 100%;
  }
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .heading {
  font-size: 21px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1151px) {
  .contact-us .contact-us-ow .contact-us-iw .inquiry-form .heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-us-ow .contact-us-iw .inquiry-form .heading {
    font-size: 16px;
  }
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-confirmation-container p {
  margin-bottom: 0.5em;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  margin-bottom: 8px;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label.wpforms-label-hide {
  display: none;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-error {
  color: #CC1212;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-large {
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 100px;
}
.contact-us .contact-us-ow .contact-us-iw .inquiry-form .wpforms-container .wpforms-form .wpforms-submit-container button {
  background-color: #700000;
  padding: 10px 20px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: cronos-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
}
.photo-gallery .photo-gallery-ow {
  background-color: #700000;
}
.photo-gallery .photo-gallery-ow .photo-gallery-iw {
  padding-top: 32px;
  padding-bottom: 32px;
}
.photo-gallery .photo-gallery-ow .photo-gallery-iw .heading {
  font-size: 32px;
  color: #eeeeee;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1151px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .heading {
    font-size: 26px;
  }
}
.photo-gallery .photo-gallery-ow .photo-gallery-iw .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
  width: 24%;
  padding-bottom: 14.4%;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1439px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
    width: 32%;
    padding-bottom: 19.2%;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
    width: 49%;
    padding-bottom: 29.4%;
  }
}
@media only screen and (max-width: 480px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 16px;
  }
}
@media only screen and (max-height: 480px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 16px;
  }
}
.photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo-dummy {
  width: 24%;
  height: 0;
}
@media only screen and (max-width: 1024px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo-dummy {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo-dummy {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo-dummy {
    width: 100%;
  }
}
@media only screen and (max-height: 480px) {
  .photo-gallery .photo-gallery-ow .photo-gallery-iw .photos .photo-dummy {
    width: 100%;
  }
}
.partner-slider .partner-slider-ow {
  background-color: #eeeeee;
}
.partner-slider .partner-slider-ow .partner-slider-iw {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 480px) {
  .partner-slider .partner-slider-ow .partner-slider-iw {
    padding-bottom: 32px;
  }
}
@media only screen and (max-height: 480px) {
  .partner-slider .partner-slider-ow .partner-slider-iw {
    padding-bottom: 32px;
  }
}
.partner-slider .partner-slider-ow .partner-slider-iw .heading {
  font-size: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1151px) {
  .partner-slider .partner-slider-ow .partner-slider-iw .heading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-slider .partner-slider-ow .partner-slider-iw .heading {
    font-size: 26px;
  }
}
.partner-slider .partner-slider-ow .partner-slider-iw .partner-slider .swiper-container .swiper-slide .partner-logo {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  background-size: 70%;
}
.page-404 .page-404-ow .page-404-iw {
  padding-top: 64px;
  padding-bottom: 64px;
}
.page-404 .page-404-ow .page-404-iw h1 {
  color: #eeeeee;
  font-size: 48px;
}
@media only screen and (max-width: 1151px) {
  .page-404 .page-404-ow .page-404-iw h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .page-404 .page-404-ow .page-404-iw h1 {
    font-size: 26px;
  }
}
[data-responsive-background-image] img {
  display: none;
}
html {
  font-size: 20px;
}
@media only screen and (max-width: 1151px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
body {
  background-color: #b7b7b7;
  color: inherit;
  font-family: cronos-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 110px;
}
@media only screen and (max-width: 480px) {
  body {
    padding-top: 60px;
  }
}
@media only screen and (max-height: 480px) {
  body {
    padding-top: 60px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
.absolute-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-padding-small {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1439px) {
  .side-padding-small {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1151px) {
  .side-padding-small {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .side-padding-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .side-padding-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-height: 480px) {
  .side-padding-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.page-background-image .page-background-image-ow {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-background-image .page-background-image-ow .page-background-image-iw {
  background-color: #01070e;
  opacity: 0.5;
  position: absolute;
}
#content {
  position: relative;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.wpforms-recaptcha-container {
  display: none;
}
