@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Regular.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Medium.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Bold.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: ;
}
.tabs > ul li.active a {
  color: ;
}
.tabs > ul li a {
  display: block;
  color: ;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #191919;
  color: #191919;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
}
.btn.btn-right {
  float: right;
}
.btn.btn-left {
  float: left;
}
.defaultLi {
  list-style-type: disc;
  margin: 0 0 3px 25px;
}
.alert {
  border: solid 1px #CCCCCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #191919;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(https://templatesnew.digitaldealer.com.au/mazda-v2/images/loading.gif) no-repeat center center #FFF;
}
.alert-form {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-success {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-error {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.brochure_list li {
  float: left;
  list-style: none !important;
  margin-right: 20px;
}
.brochure_list li img {
  max-width: 200px;
}
.brochure_list li a span {
  display: block;
  text-align: center;
}
.form-label-help {
  padding: 5px;
  border: dashed 1px #CCCCCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.group:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-auto {
  margin: auto;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-auto {
  padding: auto;
}
.img-xs {
  max-width: 100px;
}
.img-sm {
  max-width: 200px;
}
.img-md {
  max-width: 300px;
}
.img-full {
  width: 100%;
}
ul.red-disc li,
ul.brand-disc li {
  list-style: none;
}
ul.red-disc li:before,
ul.brand-disc li:before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.brand-disc li:before {
  color: #910A2D;
}
ul.no-bullet {
  list-style: none;
}
.transition {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn {
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
.btn-xs {
  font-size: 11.2px;
  letter-spacing: inherit;
}
.btn-sm {
  font-size: 12.8px;
  letter-spacing: inherit;
}
.btn-solid {
  background-color: #191919;
  border: #191919 1px solid;
  color: #FFFFFF;
}
.btn-solid:hover,
.btn-solid:active,
.btn-solid:focus {
  background-color: #910A2D;
  border: #910A2D 1px solid;
  color: #FFFFFF;
}
.btn-solid-second {
  background-color: #910A2D;
  border: #910A2D 1px solid;
  color: #FFFFFF;
}
.btn-solid-second:hover,
.btn-solid-second:active,
.btn-solid-second:focus {
  background-color: #191919;
  border: #191919 1px solid;
  color: #FFFFFF;
}
.btn-link {
  color: #910A2D;
  text-decoration: underline;
  border-bottom: 1px solid #910A2D;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #910A2D;
  text-decoration: none;
  border-bottom: 1px solid #910A2D;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zig_zag_container {
  margin: 50px 0;
}
.zig_zag_container .zig_zag {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.zig_zag_container .zig_zag .zig_zag_image,
.zig_zag_container .zig_zag .zig_zag_content {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zig_zag_container .zig_zag .zig_zag_image,
  .zig_zag_container .zig_zag .zig_zag_content {
    flex: 1 1 100%;
  }
}
.zig_zag_container .zig_zag .zig_zag_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 44vw;
}
@media (max-width: 991px) {
  .zig_zag_container .zig_zag .zig_zag_image {
    max-height: 60vw;
  }
}
.zig_zag_container .zig_zag .zig_zag_image img {
  width: 100%;
}
.zig_zag_container .zig_zag .zig_zag_content {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  flex-direction: column;
  min-height: 28em;
  padding: 30px;
}
.zig_zag_container .zig_zag .zig_zag_content .btn {
  margin: 20px 0 0;
}
.zig_zag_container .zig_zag .zig_zag_content ul {
  text-align: left;
}
.zig_zag_container .zig_zag .zig_zag_content ul li {
  padding: 10px 0;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.equal:before,
.equal:after {
  content: normal;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.row-centered {
  text-align: center;
}
.content-block {
  margin: 0 0 40px;
}
.content-block ul {
  list-style-position: inside;
  padding: 0;
  margin: 20px 0;
}
.list-no-bullets {
  list-style: none;
}
.list-spaced-5 li {
  padding: 5px 0;
}
.list-spaced-10 li {
  padding: 10px 0;
}
.list-left {
  text-align: left;
}
.col-centered {
  display: inline-block !important;
  float: none !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .reorder-sm {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .reorder-sm > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
.centered-title {
  text-align: center;
  text-align: center;
  margin: 40px 0;
  padding: 0 20px;
}
.centered-title h1,
.centered-title h2 {
  margin: 0;
}
.centered-title p {
  margin: 10px auto 0;
  max-width: 560px;
}
.centered-title.first-title {
  margin: 0 0 40px;
}
#designstudio-button {
  top: 70vh !important;
}
body {
  color: #191919;
  font-size: 16px;
  font-family: 'MazdaTypeTT', 'Interstate', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333333;
}
a:hover,
a:focus,
a:active {
  outline: none;
  color: #191919;
  text-decoration: none;
}
*::selection {
  background: #910A2D;
  color: #FFFFFF;
}
*::-moz-selection {
  background: #910A2D;
  color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MazdaTypeTT', 'Interstate', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28.8px;
  }
}
h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 19.2px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 15.36px;
  }
}
h5 {
  font-size: 16px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 12.8px;
  }
}
h6 {
  font-size: 16px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 12.8px;
  }
}
p {
  line-height: 1.6;
}
button {
  outline: none;
}
.terms,
.disclaimer_btm_notes,
.stock_finance_notes {
  display: block;
  font-size: 80%;
  color: #666;
  clear: both;
  margin: 20px 0 40px;
}
.terms p,
.disclaimer_btm_notes p,
.stock_finance_notes p {
  margin: 0;
  padding: 0;
}
.carousel-indicators {
  width: 12px;
  bottom: auto;
  left: 12px;
  margin: 0;
}
#chat-widget-container iframe {
  display: block !important;
}
.servicebooking iframe {
  display: block;
}
@media (max-width: 768px) {
  .servicebooking.servicebooking-pentana .embed-responsive,
  .servicebooking.servicebooking-pentana iframe {
    min-height: 1350px;
  }
}
header {
  font-family: 'MazdaTypeTT', 'Interstate', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
header .navbar {
  background-color: #191919;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
header a {
  color: #999;
  font-weight: 600;
}
@media (max-width: 768px) {
  header a {
    color: black;
  }
}
header a:hover,
header a:active,
header a:focus {
  background-color: #191919;
  color: #999999;
}
header a:active,
header a.active {
  background-color: #191919;
  color: #FFFFFF;
}
header a,
header i {
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1080px) {
  header a,
  header i {
    letter-spacing: initial;
  }
}
header .navbar-toggle {
  color: #999999;
  font-size: 200%;
  margin: 8px 0;
  margin-left: 0;
}
header .navbar >.container-fluid .navbar-brand {
  margin-left: auto;
}
@media (max-width: 480px) {
  header .navbar >.container-fluid .navbar-brand {
    float: none;
  }
}
header .navbar-brand {
  height: auto;
  padding: 20px 0 20px 5px;
}
header .navbar-brand .header-logo {
  display: table;
}
header .navbar-brand .header-logo img {
  max-width: 320px;
  max-height: 65px;
  display: table-cell;
  vertical-align: middle;
}
header .navbar-brand .header-logo .logo-dealer {
  text-transform: uppercase;
  color: white;
  letter-spacing: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  font-size: 25.6px;
}
header .navbar-brand .header-logo .logo-dealer.logo-dealer-wide {
  max-width: 390px;
}
@media (max-width: 1199px) {
  header .navbar-brand .header-logo .logo-dealer.logo-dealer-wide {
    max-width: 330px;
  }
}
@media (max-width: 480px) {
  header .navbar-brand .header-logo .logo-dealer {
    font-size: 19.2px;
    max-width: 220px;
  }
  header .navbar-brand .header-logo .logo-dealer.logo-dealer-wide {
    max-width: 240px;
    padding-left: 0;
  }
}
header .navbar-brand .header-logo img.logo-dealer {
  max-height: 52px;
}
@media (max-width: 480px) {
  header .navbar-brand .header-logo img.logo-dealer {
    max-height: 40px;
  }
}
@media (max-width: 768px) {
  header .navbar-brand .header-logo img {
    max-height: 40px;
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  header .navbar-right ul li:last-child {
    padding-right: 0;
  }
  header .navbar-right ul li:last-child a {
    padding-right: 0;
  }
}
header .navbar-collapse {
  padding: 0;
}
@media (max-width: 992px) {
  header .navbar-collapse {
    clear: both;
  }
  header .navbar-collapse .navbar-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .navbar-collapse {
    margin: 0 -15px !important;
    border-top: 1px solid #333333;
    background: #dddddd;
  }
  header .navbar-collapse .navbar-right {
    padding: 0 15px;
  }
}
.header-nav-a-connect ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-nav-a-connect ul li {
  display: inline;
  color: #999999;
  text-align: right;
  padding: 0 20px;
}
.header-nav-a-menu .nav >li {
  position: inherit;
}
@media (max-width: 768px) {
  .header-nav-a-menu .nav >li {
    border-bottom: 1px solid #CCCCCC;
  }
}
.header-nav-a-menu .nav >li >a {
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-nav-a-menu .nav >li >a {
    padding: 10px 5px;
  }
}
.header-nav-a-menu .nav >li >a:hover,
.header-nav-a-menu .nav >li >a:focus {
  background-color: #191919;
}
.header-nav-a-menu .nav >li >a:active,
.header-nav-a-menu .nav >li >a.active {
  border-bottom: 2px solid #910A2D;
}
@media (max-width: 992px) {
  .header-nav-a-menu .nav >li >a:hover,
  .header-nav-a-menu .nav >li >a:focus,
  .header-nav-a-menu .nav >li >a:active,
  .header-nav-a-menu .nav >li >a.active {
    background-color: transparent;
    border-bottom: 2px solid #910A2D;
  }
}
@media (max-width: 768px) {
  .header-nav-a-menu .nav >li >a {
    display: block;
  }
  .header-nav-a-menu .nav >li >a:hover,
  .header-nav-a-menu .nav >li >a:focus,
  .header-nav-a-menu .nav >li >a:active,
  .header-nav-a-menu .nav >li >a.active {
    color: black;
    border-bottom-color: transparent;
  }
  .header-nav-a-menu .nav >li >a:hover:after,
  .header-nav-a-menu .nav >li >a:focus:after,
  .header-nav-a-menu .nav >li >a:active:after,
  .header-nav-a-menu .nav >li >a.active:after {
    content: '';
    border-bottom: 2px solid #910A2D;
    min-width: 200px;
    display: inline-block;
    position: absolute;
    left: 15px;
    bottom: -2px;
  }
}
@media (max-width: 992px) {
  header .navbar-toggle {
    display: block;
  }
  header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
  }
}
.subnav-dropdown {
  display: none;
  position: absolute;
  z-index: 22;
  background-color: #d6d6d6;
  width: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .subnav-dropdown {
    position: relative;
  }
}
.subnav-dropdown .subnav {
  padding: 20px;
  font-family: 'MazdaTypeTT', 'Interstate', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.subnav-dropdown .subnav ul,
.subnav-dropdown .subnav li,
.subnav-dropdown .subnav a {
  transition: none !important;
}
@media (min-width: 767px) {
  .subnav-dropdown .subnav {
    padding: 0 5px;
  }
  .subnav-dropdown .subnav >ul >li {
    position: relative;
  }
  .subnav-dropdown .subnav >ul >li >a {
    font-size: 120%;
    width: 340px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
  }
  .subnav-dropdown .subnav >ul >li ul {
    position: absolute;
    left: 300px;
    width: 300px;
    font-size: 125%;
    visibility: hidden;
    top: 0;
    z-index: 2;
  }
  .subnav-dropdown .subnav >ul >li ul.our-range {
    max-width: 70%;
    width: auto;
  }
  .subnav-dropdown .subnav >ul >li:hover >a,
  .subnav-dropdown .subnav >ul >li:active >a,
  .subnav-dropdown .subnav >ul >li:focus >a {
    border-color: #910A2D;
  }
  .subnav-dropdown .subnav >ul >li:hover ul,
  .subnav-dropdown .subnav >ul >li:active ul,
  .subnav-dropdown .subnav >ul >li:focus ul {
    visibility: visible;
  }
  .subnav-dropdown .subnav:before {
    content: "";
    width: 400px;
    height: 100%;
    position: absolute;
    background-color: #CCCCCC;
    margin: -50px 0 0 -20px;
  }
}
@media (min-width: 768px) {
  .subnav-dropdown#ourRangeSubnav .subnav:before {
    background-color: transparent;
  }
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item.all-models {
  display: none;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  color: black;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a img {
  width: 90%;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name,
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-top,
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-bottom {
  display: block;
  text-align: center;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-top,
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-bottom {
  font-size: 75%;
  height: 16px;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-top {
  color: #910A2D;
}
.subnav-dropdown#ourRangeSubnav .subnav .subnav-vehicles-item a .model-name-bottom {
  color: ;
}
.subnav-dropdown .nav-close {
  position: absolute;
  right: 20px;
  color: #d6d6d6;
  font-size: 200%;
  z-index: 11;
}
@media (max-width: 768px) {
  .subnav-dropdown .nav-close {
    right: 10px;
    top: 0;
  }
}
.subnav-dropdown ul {
  list-style: none;
  margin: 0;
  margin-top: 50px;
  margin-left: 25px;
  padding: 0;
}
.subnav-dropdown ul li a {
  color: #666666;
  padding: 10px;
  display: block;
  background-color: transparent;
}
@media (max-width: 768px) {
  .subnav-dropdown ul li a {
    border-bottom: 1px solid #EDEDED;
  }
}
.subnav-dropdown ul li a:hover,
.subnav-dropdown ul li a:active,
.subnav-dropdown ul li a:focus {
  color: #191919;
  text-decoration: none;
}
@media (max-width: 768px) {
  .subnav-dropdown ul {
    margin-top: 0;
    margin-left: 0;
  }
}
.subnav-dropdown ul ul {
  margin-top: 0;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .subnav-dropdown ul ul {
    margin-left: 10px;
  }
}
.subnav-dropdown .subnav-vehicles-item {
  text-align: center;
}
.subnav-dropdown .subnav-vehicles-item a {
  display: block;
  margin: 30px 0;
  text-align: center;
  text-decoration: none;
}
.subnav-dropdown .subnav-vehicles-item a:hover,
.subnav-dropdown .subnav-vehicles-item a:active,
.subnav-dropdown .subnav-vehicles-item a:focus {
  background-color: transparent;
}
.subnav-dropdown .subnav-vehicles-item a:hover img,
.subnav-dropdown .subnav-vehicles-item a:active img,
.subnav-dropdown .subnav-vehicles-item a:focus img {
  opacity: 0.6;
}
.subnav-dropdown .subnav-vehicles-item a img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .subnav-dropdown .subnav-vehicles-item a {
    font-size: 75%;
    margin: 10px 0;
  }
}
header.nav-v2 a {
  color: #CCC;
}
@media (max-width: 768px) {
  header.nav-v2 a {
    color: black;
  }
}
header.nav-v2 .header-nav-a-menu .nav>li>a.active,
header.nav-v2 .header-nav-a-menu .nav>li>a:focus {
  background: white;
  color: black;
}
@media (max-width: 1550px) {
  header.nav-v2 .navbar-collapse .navbar-right {
    width: 100%;
  }
  header.nav-v2 .navbar-toggle {
    display: block;
  }
  header.nav-v2 .navbar-collapse.collapse {
    display: none !important;
  }
  header.nav-v2 .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (min-width: 767px) {
  header.nav-v2 #newVehicles.subnav-dropdown .subnav >ul>li ul {
    visibility: vissible;
  }
}
header.nav-v2 .subnav-dropdown:not(#newVehicles) {
  background-color: white;
  width: 370px;
  min-height: auto !important;
  left: auto;
}
header.nav-v2 .subnav-dropdown:not(#newVehicles).subnav-dropdown-left {
  right: 0;
}
header.nav-v2 .subnav-dropdown:not(#newVehicles) .subnav:before {
  display: none;
}
header.nav-v2 .subnav-dropdown:not(#newVehicles) ul {
  margin: 15px;
}
header.nav-v2 .subnav-dropdown:not(#newVehicles) ul ul {
  display: none;
}
nav.nav-b {
  height: 61px;
  width: 100%;
  font-size: 75%;
}
@media (max-width: 768px) {
  nav.nav-b {
    height: unset;
  }
}
nav.nav-b .affix-top {
  width: 100%;
}
nav.nav-b .affix {
  width: 100%;
  z-index: 1031;
  top: 0;
}
nav.nav-b .navbar {
  z-index: 21;
  margin-bottom: 0;
  border-bottom-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(204,204,204,0);
  -moz-box-shadow: 0 0 0 0 rgba(204,204,204,0);
  box-shadow: 0 0 0 0 rgba(204,204,204,0);
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
nav.nav-b .navbar-nav {
  margin-top: 7px;
  margin-bottom: 6px;
}
nav.nav-b .navbar-nav li {
  margin: 0 5px;
}
nav.nav-b .navbar-nav >li>a {
  padding: 10px;
  color: #999999;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 768px) {
  nav.nav-b .navbar-nav {
    margin: 0 !important;
  }
  nav.nav-b .navbar-nav li {
    margin: 5px;
  }
}
nav.nav-b .navbar-default .navbar-nav >.active >a,
nav.nav-b .navbar-default .navbar-nav >.active >a:hover,
nav.nav-b .navbar-default .navbar-nav >.active >a:active,
nav.nav-b .navbar-default .navbar-nav >.active >a:focus {
  background-color: transparent;
  border-bottom: 2px solid #910A2D;
}
nav.nav-b .navbar-default .navbar-nav.navbar-right >.active >a,
nav.nav-b .navbar-default .navbar-nav.navbar-right >.active >a:hover,
nav.nav-b .navbar-default .navbar-nav.navbar-right >.active >a:active,
nav.nav-b .navbar-default .navbar-nav.navbar-right >.active >a:focus {
  border: 2px solid #910A2D;
}
nav.nav-b .navbar-default .navbar-nav >li >a.btn-enquiry {
  color: #000000;
}
nav.nav-b .navbar-default .navbar-nav >li >a.btn-enquiry:hover,
nav.nav-b .navbar-default .navbar-nav >li >a.btn-enquiry:active,
nav.nav-b .navbar-default .navbar-nav >li >a.btn-enquiry:focus {
  color: #FFFFFF;
  background-color: #910A2D;
}
nav.nav-b .navbar-default .navbar-toggle {
  border-color: #FFFFFF;
  cursor: pointer;
  font-size: 150%;
  padding: 7px 10px;
}
nav.nav-b .navbar-brand {
  font-style: italic;
  font-weight: bold;
  font-size: 150%;
}
nav.nav-b .navbar-brand >span {
  border-right: 1px solid #dddddd;
  display: inline-block;
  padding-right: 20px;
}
nav.nav-b .navbar-brand .model-image img {
  height: 20px;
}
nav.nav-b .navbar-brand .model-name,
nav.nav-b .navbar-brand .model-name-top,
nav.nav-b .navbar-brand .model-name-bottom {
  display: none;
}
@media (max-width: 768px) {
  nav.nav-b .navbar-brand {
    font-size: 12.8px;
  }
}
nav.nav-b .btn-enquiry {
  padding: 5px 10px;
  background: #191919;
  color: #191919;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: black;
}
nav.nav-b .btn-enquiry.btn-right {
  float: right;
}
nav.nav-b .btn-enquiry.btn-left {
  float: left;
}
nav.nav-b .btn-enquiry:hover,
nav.nav-b .btn-enquiry:active,
nav.nav-b .btn-enquiry:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .model nav.nav-b .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .model nav.nav-b .navbar-nav:first-child {
    width: 48%;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .model nav.nav-b .navbar-nav.navbar-right {
    position: absolute;
    top: 5px;
    right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .model nav.nav-b .navbar-nav:first-child {
    width: 62%;
  }
}
footer {
  background-color: #191919;
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}
footer a,
footer i {
  color: #999999;
}
footer a:hover,
footer a:active,
footer a:focus,
footer i:hover,
footer i:active,
footer i:focus {
  color: #FFFFFF;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 5px 0;
}
footer #back-to-top {
  color: white;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer #back-to-top span {
  margin: 0 5px;
  height: 15px;
}
footer #back-to-top span svg,
footer #back-to-top span i {
  font-size: 150%;
}
footer #back-to-top b {
  font-size: 11.2px;
}
footer .footer_nav {
  margin: 20px 0 60px;
}
footer .footer_nav h4 {
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer .footer_nav {
    margin: 20px 0 20px;
  }
  footer .footer_nav >div {
    min-height: 220px;
  }
  footer .footer_nav >div h4 {
    margin-bottom: 5px;
  }
  footer .footer_nav >div:nth-child(3),
  footer .footer_nav >div:nth-child(4) {
    min-height: 190px;
  }
  footer .footer_nav >div:last-child {
    min-height: 100px;
  }
}
footer .subnav .nav-close {
  display: none;
}
footer .subnav .subnav-vehicles-item {
  width: 100%;
  margin: 2.7px 0;
}
footer .subnav .subnav-vehicles-item img {
  display: none;
}
footer .subnav .subnav-vehicles-item.all-models {
  display: block;
}
footer .subnav .subnav-vehicles-item .model-name-top,
footer .subnav .subnav-vehicles-item .model-name-bottom {
  display: none;
}
footer .subnav ul.row {
  margin: 0;
}
footer .subnav ul.row li {
  width: 100%;
  padding: 0;
}
footer .subnav ul.row li ul {
  display: none;
}
footer .footer_social_wrap {
  margin: 20px 0;
  border-bottom: 1px solid #999999;
}
footer .footer_social_wrap h4 {
  text-align: right;
  color: #999999;
  font-size: 16px;
}
footer .footer_social li {
  display: inline;
}
footer .footer_social li:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #999999;
}
footer .footer_social li:first-child svg {
  margin-right: 5px;
}
footer .footer_social li a {
  display: inline-block;
  margin: 0 2px;
  padding: 5px;
}
@media (max-width: 768px) {
  footer .footer_social li:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    display: block;
  }
}
footer .footer_copyright {
  margin: 20px 0;
}
footer .footer_link li {
  display: inline;
}
footer .footer_link li:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #999999;
}
footer .footer_link li a {
  display: inline-block;
  margin: 0 5px 0 0;
}
footer .footer_link li.dealer_license {
  display: block;
}
@media (max-width: 768px) {
  footer .footer_link {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer_dd {
  text-align: right;
}
footer .footer_dd .copyright {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  footer .footer_dd {
    text-align: center;
  }
}
footer #newsletterFormBtnWrap {
  position: relative;
}
footer #newsletterForm {
  position: absolute;
  bottom: 30px;
  background-color: #666666;
  padding: 20px;
  color: white;
}
footer #newsletterForm h3 {
  font-size: 16px;
  color: white;
  margin: 0 0 10px;
  letter-spacing: inherit;
}
footer #newsletterForm >p {
  display: none;
}
footer #newsletterForm form {
  padding: 0;
}
footer #newsletterForm form .formCell {
  float: none;
  width: 100%;
  margin: 0 0 2%;
  position: relative;
}
footer #newsletterForm form .formSubmit {
  margin: 20px auto 0;
  background-color: white;
}
footer #newsletterForm form .formSubmit:hover {
  background-color: #910A2D;
}
footer #newsletterForm form .terms {
  display: none;
}
footer #newsletterForm form label.error {
  font-size: 80%;
  color: red;
  text-transform: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
footer #newsletterForm #formResults .alert {
  border: none;
  padding: 0;
  text-transform: capitalize;
  background: transparent;
}
footer #newsletterForm #newsletterFormCloseBtn {
  margin-right: 5px;
  color: white;
  position: absolute;
  right: 10px;
  top: 15px;
}
footer #newsletterForm #newsletterFormCloseBtn svg {
  fill: white;
}
@media (min-width: 992px) {
  footer.nav-v2 .footer_nav h4 {
    min-height: 55px;
  }
}
footer.nav-v2 .footer_nav .item-contact,
footer.nav-v2 .footer_nav .item-location {
  display: none;
}
footer.nav-v2 .footer_nav .subnav-service-v2 .item-contact,
footer.nav-v2 .footer_nav .subnav-service-v2 .item-location {
  display: list-item;
}
#google_translate_element {
  margin-left: 10px;
}
#google_translate_element .goog-te-gadget >* {
  display: inline-block;
}
#google_translate_element select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 26px;
  height: 26px;
  margin: 0 10px 0 2px;
  width: 125px;
}
.share {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .share {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 0;
  }
  .share >* {
    margin-bottom: 20px;
  }
}
.share .addthis_toolbox .at-icon-wrapper,
.share .addthis_toolbox svg {
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.general_content {
  padding: 0 0 40px;
}
.content-centered {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}
.content-centered-wide {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
  max-width: 800px;
}
.page_intro {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}
.section_cta {
  margin: 40px 0 0;
}
.section_cta ul {
  margin: 0;
  padding: 0 30px 30px;
  text-align: center;
  list-style-position: inside;
}
.section_cta h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #666666;
}
.section_cta h5 {
  text-transform: uppercase;
}
.section_cta .collapse {
  text-align: center;
}
.section_cta .item {
  text-align: center;
}
.section_cta .item h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 40px;
}
.section_cta .item p {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
  text-align: center;
}
.section_cta .item a {
  font-weight: 400;
  border-bottom: 1px solid #CCCCCC;
  color: #910A2D;
}
.section_cta .item a:hover,
.section_cta .item a:active,
.section_cta .item a:focus {
  border-bottom: 1px solid #61071e;
}
@media (max-width: 768px) {
  .section_cta .item p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section_cta .item.thumbnail {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.section_cta .item.thumbnail h4 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.section_cta .item.thumbnail h4,
.section_cta .item.thumbnail p {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .section_cta .item {
    padding: 0 0 40px;
  }
}
.section_cta.cta_two_col {
  padding-top: 0;
}
.section_cta.cta_two_col >.row {
  margin: 0;
}
.section_cta.cta_two_col >.row [class*="col"] {
  padding: 0;
}
.section_cta.cta_two_col .item p {
  padding: 0 20px;
}
.section_cta.cta_two_col .item img {
  width: 100%;
}
.section_cta.cta_two_col.cta_two_col_text {
  padding: 0;
}
@media (min-width: 768px) {
  .section_cta.cta_two_col.cta_two_col_text .row {
    display: flex;
    flex-direction: row;
  }
  .section_cta.cta_two_col.cta_two_col_text .row > [class^="col-"],
  .section_cta.cta_two_col.cta_two_col_text .row > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.section_cta.cta_interested_in {
  padding: 40px 0;
  background-color: #f2f2f2;
}
.section_cta.cta_interested_in a:first-child {
  border-bottom: none;
  text-decoration: none;
}
@media (max-width: 480px) {
  .section_cta.cta_interested_in {
    padding: 0;
  }
}
.section_cta.cta_interested_in h3 {
  margin-bottom: 30px;
}
.section_cta.cta_interested_in img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section_cta.cta_interested_in .item {
    text-align: left;
  }
  .section_cta.cta_interested_in .item h4 {
    margin-top: 0;
  }
  .section_cta.cta_interested_in .item >div:first-child {
    text-align: center;
  }
  .section_cta.cta_interested_in .item p {
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }
  .section_cta.cta_interested_in .item a {
    display: inline-block;
    padding: 10px 0;
  }
}
.section_cta.section_snap_reviews {
  background-color: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section_grey {
  background-color: #EDEDED;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section_grey_light {
  background-color: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section_juicer_feed,
.section_videos {
  background-color: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section_juicer_feed,
  .section_videos {
    margin: 0;
  }
}
.section_juicer_feed h2,
.section_juicer_feed p,
.section_videos h2,
.section_videos p {
  text-align: center;
}
.section_articles {
  text-align: center;
}
.section_articles h2 span {
  font-size: 90%;
  font-weight: 300;
  padding-bottom: 10px;
  display: block;
}
.section_articles .btn-view-article {
  max-width: 340px;
  margin-top: 30px;
  margin-bottom: 30px;
  float: none;
  display: inline-block;
  clear: none;
}
.snap_reviews iframe {
  display: block;
  margin-bottom: 40px;
}
.toolbox {
  top: 172px;
  right: 0;
  z-index: 21;
  display: block;
  position: fixed;
  transition: top 250ms ease-in;
}
.toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolbox ul li a {
  display: block;
  background: #910A2D;
  text-align: center;
  padding: 10px 10px 5px;
  color: #FFFFFF;
  margin-bottom: 1px;
  text-transform: uppercase;
  max-width: 90px;
}
.toolbox ul li a:last-child {
  border-top: none;
}
.toolbox ul li a:hover,
.toolbox ul li a:active,
.toolbox ul li a:focus {
  background: #c10d3c;
}
.toolbox ul li a i,
.toolbox ul li a svg {
  font-size: 175%;
  margin-bottom: 5px;
}
.toolbox ul li a span {
  display: block;
  clear: both;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .toolbox {
    display: none;
  }
}
.page_intro {
  text-align: center;
}
.stockList .toolbox,
.model .toolbox {
  top: 172px;
}
.tabs {
  overflow: hidden;
}
.tabs >div {
  display: block;
}
.tabs >div.active {
  margin-top: 0;
  border: none;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .tabs >div.active {
    margin-top: 25px;
  }
}
.tabs ul li {
  float: left;
}
@media (max-width: 991px) {
  .tabs ul li {
    float: none;
  }
}
.tabs >.tab_content {
  padding: 0;
}
@media (max-width: 767px) {
  .tabs >.tab_content {
    margin-top: 25px;
  }
}
.tabs >.tab_content .formEnquiryContainer {
  background: #FFFFFF;
  border: none;
  padding: 0;
}
.tabs >ul li a {
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  .tabs >ul li a {
    display: inline-block !important;
  }
}
.tabs >ul li:hover a,
.tabs >ul li:active a,
.tabs >ul li:focus a {
  color: #000000;
}
.tabs >ul li.active a {
  color: #000000;
}
.tabs_header {
  margin: 20px auto 30px;
  padding: 0;
  width: 100%;
}
.tabs_header li {
  width: auto;
  padding: 0 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  border-right: 2px #CCCCCC solid;
}
@media (max-width: 767px) {
  .tabs_header li {
    border-right: none;
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: 2px #CCCCCC solid;
  }
}
.tabs_header li:last-child {
  border-right: none;
}
.tabs_header li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .tabs_header li a {
    display: inline-block;
  }
}
.tabs_header li.active a {
  border-bottom: 3px solid #910A2D;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  display: block;
}
.thumbnails-noborder-centered .thumbnail {
  border: none;
  text-align: center;
}
.thumbnails-noborder-centered .thumbnail img {
  max-width: 150px;
  width: 150px;
  margin-bottom: 20px;
}
.thumbnails-noborder-centered .thumbnail h4 {
  text-transform: uppercase;
  color: #666666;
}
.hero_video {
  position: relative;
  margin-top: -35px;
}
.hero_video .container-fluid {
  padding: 0;
}
.hero_video .embed-responsive {
  width: 100%;
}
.hero_video .embed-responsive iframe {
  width: 130%;
  height: 130%;
  top: -15%;
  left: -15%;
}
.hero_video .to-hero-video-end {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.hero_video #mute {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.hero_video svg {
  color: #666666;
}
hr {
  margin: 10px 0;
}
.page_title {
  margin-bottom: 20px;
}
.page_title h1 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .page_title h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28.8px;
  }
}
.page_title_bread .breadcrumb {
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.2px;
  color: #999999;
}
.page_title_bread .breadcrumb a {
  color: #666666;
}
.page_title_bread .breadcrumb a:hover,
.page_title_bread .breadcrumb a:active,
.page_title_bread .breadcrumb a:focus {
  color: #910A2D;
}
.page_title_bread .breadcrumb li:before {
  display: none;
}
#heroSlideshow .carousel-inner img {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 480px) {
  #heroSlideshow .carousel-indicators {
    right: 10px !important;
    left: unset !important;
  }
  #heroSlideshow .carousel-inner >.item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #heroSlideshow .carousel-inner >.item a img {
    max-width: 180%;
    margin: 0 auto;
  }
}
.page_404 {
  text-align: center;
}
.page_404 svg {
  color: red;
}
.juicer-feed h1.referral {
  display: none;
}
.juicer-feed.image-grid li.feed-item {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #FFFFFF;
  margin: 6% 3% 0;
  width: 94%;
}
.juicer-feed.image-grid .j-text {
  position: relative;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding: 40px 0 10px;
  margin-top: -20px;
  top: auto;
  left: auto;
  font-size: 85%;
}
.juicer-feed.image-grid .j-text .j-poster {
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  padding: 5px;
  left: 50%;
  margin-left: -20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.juicer-feed.image-grid .j-text .j-poster img {
  margin: 0;
}
.juicer-feed.image-grid .j-text .j-poster h3,
.juicer-feed.image-grid .j-text .j-poster .j-date {
  display: none;
}
.juicer-feed.image-grid .j-text .j-poster,
.juicer-feed.image-grid .j-text .j-message {
  text-align: center;
}
.juicer-feed.image-grid .j-text .j-poster p,
.juicer-feed.image-grid .j-text .j-message p {
  color: #333333;
}
.juicer-feed.image-grid .j-text .j-message {
  margin-bottom: 50px;
}
.juicer-feed.image-grid .j-text .j-meta {
  text-align: center;
  position: relative;
  margin: 0;
}
.juicer-feed.image-grid .j-text .j-meta nav {
  display: none;
}
.juicer-feed .j-paginate {
  padding: 5px 10px;
  background: #191919;
  color: #191919;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  min-width: 250px;
  color: #333333;
  border-color: #333333;
  margin: 50px auto;
}
.juicer-feed .j-paginate.btn-right {
  float: right;
}
.juicer-feed .j-paginate.btn-left {
  float: left;
}
.juicer-feed .j-paginate:hover,
.juicer-feed .j-paginate:active,
.juicer-feed .j-paginate:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
.page_404 {
  margin-bottom: 50px;
}
.finance {
  margin-bottom: -40px;
}
.finance #mazdaIframe iframe {
  display: block;
  margin: 40px auto;
}
.cta-links {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #910A2D;
  text-align: center;
}
.cta-links li {
  border-bottom: 1px solid #61071e;
}
.cta-links li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.4;
}
.cta-links li a:hover {
  background-color: #61071e;
}
@media (min-width: 768px) {
  .cta-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .cta-links li {
    border-right: 1px solid #61071e;
    border-bottom: none;
  }
  .cta-links li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .cta-links {
    display: block;
  }
  .cta-links li {
    display: inline-block;
    width: 23%;
  }
  .cta-links li:last-child {
    width: 29%;
  }
}
.messsage-bar {
  background-color: #910A2D;
  color: white;
  text-align: center;
}
.messsage-bar:hover {
  background-color: #61071e;
}
.messsage-bar p {
  margin: 0;
}
.messsage-bar .special-message-bar a,
.messsage-bar .specials-message-bar a {
  display: block;
  text-align: center;
  color: white;
  padding: 5px;
  font-size: 14px;
}
.messsage-bar .special-message-bar a .specialOverview,
.messsage-bar .specials-message-bar a .specialOverview {
  border: none;
  margin: 0;
  padding: 0;
}
.messsage-bar .contact-details {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
.messsage-bar .contact-details a {
  color: white;
  font-size: 14px;
  padding: 2.5px 10px;
}
.messsage-bar .contact-details a:hover {
  color: white;
  background-color: #61071e;
}
@media (max-width: 991px) {
  .messsage-bar .contact-details {
    display: none;
  }
}
.cta-links {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #910A2D;
  text-align: center;
}
.cta-links li {
  border-bottom: 1px solid #61071e;
}
.cta-links li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.4;
}
.cta-links li a:hover {
  background-color: #61071e;
}
@media (min-width: 768px) {
  .cta-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .cta-links li {
    border-right: 1px solid #61071e;
    border-bottom: none;
  }
  .cta-links li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .cta-links {
    display: block;
  }
  .cta-links li {
    display: inline-block;
    width: 23%;
  }
  .cta-links li:last-child {
    width: 29%;
  }
}
.cta-links {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #910A2D;
  text-align: center;
}
.cta-links li {
  border-bottom: 1px solid #61071e;
}
.cta-links li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.4;
}
.cta-links li a:hover {
  background-color: #61071e;
}
@media (min-width: 768px) {
  .cta-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .cta-links li {
    border-right: 1px solid #61071e;
    border-bottom: none;
  }
  .cta-links li:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .cta-links {
    display: block;
  }
  .cta-links li {
    display: inline-block;
    width: 23%;
  }
  .cta-links li:last-child {
    width: 29%;
  }
}
.specials-message-bar {
  background-color: #910A2D;
  color: white;
  text-align: center;
}
.specials-message-bar p {
  margin: 0;
}
.specials-message-bar a {
  display: block;
  text-align: center;
  color: white;
  padding: 5px;
  font-size: 14px;
}
.specials-message-bar a:hover {
  background-color: #61071e;
}
.specials-message-bar a .specialOverview {
  border: none;
  margin: 0;
  padding: 0;
}
#google_shimpl,
#google_esf {
  display: none !important;
}
#chat-widget-container iframe,
#chat-widget-container embed,
#chat-widget-container object,
.snap_reviews iframe,
.snap_reviews embed,
.snap_reviews object,
.embed-responsive .embed-responsive-item iframe,
.embed-responsive .embed-responsive-item embed,
.embed-responsive .embed-responsive-item object,
.dealercell-online-tool-modal iframe,
.dealercell-online-tool-modal embed,
.dealercell-online-tool-modal object {
  display: block !important;
}
