.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: #2E2C2D;
}
.tabs > ul li.active a {
  color: #2E2C2D;
}
.tabs > ul li a {
  display: block;
  color: #2E2C2D;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  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 #CCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #000;
}
.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/mitsubishi/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 #CCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
}
.btn:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
.btn.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
.btn.btn-grey:hover {
  background: #b8b8b8;
}
.btn.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
.btn.btn-noarrow {
  background: #de1118;
}
.btn.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
.btn.btn-map {
  background: #de1118;
}
.btn.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
.btn.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
.btn.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
.btn-map-directions {
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #000;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.defaultLi {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-li.png) no-repeat 0 5px;
}
a.link_arrow {
  font-size: 14px;
  padding: 0 0 0 12px;
  background: #ED1C24;
}
.greyList {
  padding: 15px 20px;
  margin: 25px 0 0 0;
  background-color: #F6F6F6;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#FFF),to(#F6F6F6));
  background: -webkit-radial-gradient(circle,#FFF,#F6F6F6);
  background: -moz-radial-gradient(circle,#FFF,#F6F6F6);
  background: -ms-radial-gradient(circle,#FFF,#F6F6F6);
}
.greyList li {
  padding: 15px 0;
  border-bottom: solid 1px #CCC;
  color: #3f4344;
}
.greyList li:last-child {
  border: none;
}
.greyList li strong {
  margin-right: 5px;
  text-transform: uppercase;
}
.secondLink {
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #000;
}
.brand-font {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.brand-font-bold {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input[type=submit],
input[type=button],
input,
select,
a img {
  vertical-align: middle;
}
body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFF;
  color: #3f4344;
}
header {
  height: 100px;
  background: transparent;
}
header nav > ul {
  overflow: hidden;
}
header nav > ul > li {
  float: left;
}
header nav > ul > li > a {
  display: block;
  padding: ;
  color: #000;
  background: #FFF;
  line-height: ;
}
header nav > ul > li > a:hover {
  color: #e31a0f;
  background: #FFF;
}
header nav > ul > li > a.active {
  color: #e31a0f;
  background: #FFF;
}
p.terms {
  font-size: 80%;
  clear: both;
}
h1 {
  color: #54585E;
}
p {
  line-height: 150%;
  margin: 0 0 10px 0;
}
ul li {
  line-height: 150%;
}
a {
  color: #3f4344;
}
a:hover {
  color: #000;
}
a.active {
  color: #000;
}
#footer_copyright {
  clear: both;
  text-align: center;
  padding: 30px 0 0 0;
  width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
#footer_copyright.wrapper-inner {
  padding: 0;
}
#footer_copyright li {
  color: #3f4344;
}
.hidden {
  display: none;
}
.infiniteListWait {
  padding: 10px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/loading.gif) no-repeat 10px #f2f2f2;
}
iframe#google_shimpl {
  display: none !important;
}
body {
  font-size: 13px;
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 600;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
}
h2 {
  font-size: 20px;
  margin: 20px 0 15px 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 16px;
  }
}
h3 {
  font-size: 18px;
  margin: 15px 0 7px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}
h4 {
  font-size: 16px;
  margin: 5px 0 2px 0;
}
h5,
h6 {
  font-size: 12px;
  margin: 0 0 5px 0;
}
p {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
button {
  outline: none !important;
}
div.alert {
  clear: both;
  background: #ED1C24;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  color: #FFF;
}
div.alert p {
  color: #FFF;
  margin: 0;
}
a[href^=tel] {
  color: #333;
  text-decoration: none;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.equal:before,
.equal:after {
  content: normal;
}
header {
  height: auto;
  margin-bottom: 0 !important;
  border: none !important;
}
header .header_brand_logo {
  display: block;
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  header .header_brand_logo {
    width: 200px;
    margin: 0;
  }
  header .header_brand_logo img {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header_brand_logo {
    width: auto;
    height: auto;
  }
}
header .header_dealer_logo {
  display: block;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
header .header_dealer_logo .brand-name {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ED1C24;
  font-size: 220%;
}
header .header_dealer_logo .brand-name span {
  color: #000;
}
@media (max-width: 1199px) {
  header .header_dealer_logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header_dealer_logo {
    width: 200px;
    height: auto;
    float: none;
    display: inline-block;
  }
  header .header_dealer_logo .brand-name {
    font-size: 150%;
  }
}
header .header_mobile_logos {
  float: left;
}
header .header_dealer_logo_mobile {
  display: none;
}
@media (max-width: 991px) {
  header .header_dealer_logo_mobile img {
    margin: 10px auto;
    display: block;
    width: 260px;
  }
}
header .header_brand_logo_mobile {
  display: none;
}
@media (max-width: 991px) {
  header .header_brand_logo_mobile {
    display: block;
  }
  header .header_brand_logo_mobile img {
    margin: 10px auto;
    display: block;
  }
}
header .header_bottom {
  background: #e5e5e5;
  text-align: right;
}
header .header_bottom ul {
  margin-top: 0;
  overflow: hidden;
}
header .header_bottom ul li {
  display: inline-block;
  padding: 0;
  overflow: hidden;
}
header .header_bottom ul li a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  padding: 5px;
  font-size: 12px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
@media (max-width: 991px) {
  header .header_bottom ul li a {
    padding: 10px 5px;
  }
}
header .header_bottom ul li a:hover,
header .header_bottom ul li a:focus,
header .header_bottom ul li a.active {
  color: #000;
  background: none;
}
header .header_bottom ul li a img.phone {
  margin-bottom: 5px;
}
header .header_bottom ul li a img.separator {
  margin: -5px 10px 0 13px;
}
header .header_bottom ul li a i,
header .header_bottom ul li a svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  color: #ED1C24;
}
header .header_contact_mobile {
  display: none;
}
@media (max-width: 991px) {
  header .header_contact_mobile {
    display: block;
    float: right;
  }
}
header .header_contact_mobile div {
  padding: 5px;
  text-align: right;
}
header .header_contact_mobile div h3 {
  font-size: 24px;
  margin-top: 0;
  color: #ED1C24;
}
header .header_btm {
  margin: 10px 0 0 0;
  min-height: 112px;
}
@media (max-width: 991px) {
  header .header_btm {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    border-bottom: 2px solid #dbdbdb;
  }
}
@media (max-width: 1199px) {
  header .header_btm {
    min-height: 50px;
  }
}
header .header_btm .navbar-nav {
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  header .header_btm .navbar-nav {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  header .header_btm .navbar-nav li {
    width: 100%;
    border: none;
  }
}
header .header_btm .navbar-nav li.nav-mobile-only {
  display: none;
}
@media (max-width: 767px) {
  header .header_btm .navbar-nav li.nav-mobile-only {
    display: block;
  }
}
header .header_btm .navbar-nav li a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  padding: 15px 10px;
  color: #333;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1199px) {
  header .header_btm .navbar-nav li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .header_btm .navbar-nav li a {
    background: none;
    text-align: left;
  }
}
header .header_btm .navbar-nav li a:hover,
header .header_btm .navbar-nav li a:focus,
header .header_btm .navbar-nav li a.active {
  color: #ED1C24;
  background: none;
}
header .header_btm .navbar-nav li.last a {
  padding-right: 0;
}
header .header_btm #showroomSubnavHide,
header .header_btm #carsInStockSubnavHide {
  display: none;
}
@media (max-width: 991px) {
  header .header_btm #showroomSubnavHide,
  header .header_btm #carsInStockSubnavHide {
    display: block;
  }
}
@media (max-width: 991px) {
  header .header_btm #showroomSubnavTrigger,
  header .header_btm #carsInStockSubnavTrigger {
    display: none;
  }
}
header .header_btm .list-group-submenu {
  margin-top: 15px;
}
header .header_btm .list-group-item {
  border: none;
  background: #ED1C24;
  color: #000;
  font-size: 12px;
  padding: 5px 0 5px 30px;
  line-height: 15px;
  background: url('../images/icon_list.png') 15px center no-repeat;
}
header .navbar-toggle {
  border: none;
  margin: 0;
  position: absolute;
  top: 10px;
  margin-left: 10px;
  background: #f1f1f1;
  padding: 10px;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid #818181;
}
header .navbar-toggle .icon-bar {
  background: #999;
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
}
header .navbar-toggle.collapsed .icon-bar {
  background: #fff;
}
header .navbar-collapse {
  max-height: 1200px;
  padding: 0;
  border: none;
  float: right;
}
@media (max-width: 991px) {
  header .navbar-collapse {
    float: none;
    background: #f1f1f1;
  }
}
header .header-icon-arrow {
  display: block;
  width: 100%;
  height: 7px;
  background: url('../images/header-icon-arrow.png') center top no-repeat;
  margin-top: 5px;
}
#showroomSubnav,
#carsInStockSubnav,
#partsSubnav,
#specialsSubnav,
#financeSubnav,
#serviceSubnav {
  display: none;
  z-index: 999999;
  border: none;
  position: absolute;
  top: 50px;
  left: 0;
}
#showroomSubnav .subnav,
#carsInStockSubnav .subnav,
#partsSubnav .subnav,
#specialsSubnav .subnav,
#financeSubnav .subnav,
#serviceSubnav .subnav {
  height: auto;
  width: 220px;
  background: #f9f9f9;
  margin-top: 0px;
}
#showroomSubnav .subnav li,
#carsInStockSubnav .subnav li,
#partsSubnav .subnav li,
#specialsSubnav .subnav li,
#financeSubnav .subnav li,
#serviceSubnav .subnav li {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
#showroomSubnav .subnav li a,
#carsInStockSubnav .subnav li a,
#partsSubnav .subnav li a,
#specialsSubnav .subnav li a,
#financeSubnav .subnav li a,
#serviceSubnav .subnav li a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 100%;
  display: block;
  padding: 10px 15px;
  text-align: left;
}
#showroomSubnav .subnav li a:hover,
#carsInStockSubnav .subnav li a:hover,
#partsSubnav .subnav li a:hover,
#specialsSubnav .subnav li a:hover,
#financeSubnav .subnav li a:hover,
#serviceSubnav .subnav li a:hover {
  background: #ED1C24;
  color: #fff;
}
#showroomSubnav {
  width: 100%;
  top: -50px;
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
}
#showroomSubnav .subnav {
  padding: 25px 0;
  width: 100%;
}
#showroomSubnav .subnav .showroom-item {
  border: none;
}
#showroomSubnav .subnav .showroom-item a:hover {
  background: transparent;
}
#showroomSubnav .subnav .showroom-item .showroom-item-img {
  text-align: center;
}
#showroomSubnav .subnav .showroom-item .showroom-item-img img {
  width: 70%;
}
#showroomSubnav .subnav .showroom-item .showroom-item-img img:hover {
  opacity: 0.8;
}
#showroomSubnav .subnav .showroom-item p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #333;
}
#showroomSubnav .subnav .showroom-item p:hover {
  color: #ED1C24;
}
#submenu_showroom {
  margin-top: 0;
}
#submenu_showroom ul li {
  width: 32%;
  display: inline-block;
  text-align: center;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #submenu_showroom ul li {
    width: 48%;
  }
}
#submenu_showroom ul li img {
  width: auto;
}
@media (max-width: 480px) {
  #submenu_showroom ul li img {
    width: 60%;
  }
}
#carsInStockSubnav-used-subnav {
  display: none;
}
#carsInStockSubnav-used-subnav li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500 !important;
  padding-left: 20px !important;
}
#carsInStockSubnav-used-subnav li a span {
  display: inline-block;
  margin-right: 5px;
}
#carsInStockSubnav-used a {
  background: url('../images/icon-down.png') right center no-repeat;
}
#carsInStockSubnav-used a:hover {
  background: #ED1C24 url('../images/icon-down.png') right center no-repeat !important;
}
footer .footer_top {
  background: #f2f2f2;
  padding-top: 50px;
}
@media (max-width: 1199px) {
  footer .footer_top {
    height: auto;
  }
}
footer .footer_top h3 {
  color: #000;
  margin: 15px 0;
  line-height: 25px;
  clear: both;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
footer .footer_top h3.footer_top_last_title {
  margin-right: -15px;
}
@media (max-width: 1199px) {
  footer .footer_top h3.footer_top_last_title {
    margin-right: 0;
  }
}
footer .footer_top ul.footer_top_last_list li img {
  margin-top: 5px;
}
footer .footer_top a {
  font-size: 13px;
  color: #5e5e5e;
  line-height: 24px;
  font-weight: 400;
}
footer .footer_top a:hover {
  color: #ED1C24;
}
footer .footer_top p {
  font-size: 13px;
  color: #5e5e5e;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
footer .footer_top .footer_top1 img {
  margin-top: 25px;
}
footer .footer_top .footer_top4,
footer .footer_top .footer_top5 {
  min-height: 160px;
}
@media (max-width: 767px) {
  footer .footer_top .footer_top4,
  footer .footer_top .footer_top5 {
    min-height: 0;
  }
}
footer #newsletter_form .formEnquiryContainer {
  background: none;
  padding: 0;
}
footer #newsletter_form .formEnquiryContainer form#newsletter {
  padding: 0;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell {
  margin-bottom: 0;
  width: 48%;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell input.text {
  height: 31px;
  line-height: 28px;
  padding: 0 10px;
  margin: 4px 0;
  width: 100%;
  background-color: #222222;
  border: none;
  color: #2d2d2d;
  font-size: 12px;
  -moz-border-radius: 5;
  border-radius: 5;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell label {
  display: none;
  color: #000;
  width: 100%;
  margin: 0;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell label span {
  color: red;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell label.error {
  font-size: 11px;
  padding: 0 0 5px 0;
  margin: 0;
  position: relative;
  width: 50px;
  max-height: 11px;
  min-height: 11px;
  background: none;
  border-top: none;
  text-transform: uppercase;
  color: #ED1C24;
  text-align: center;
  border-bottom: 1px solid #ED1C24;
  border-right: none;
  border-left: 4px solid #ED1C24;
  left: 0;
  top: 0;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell ::-webkit-input-placeholder {
  color: #000;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell ::-moz-placeholder {
  color: #000;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell :-ms-input-placeholder {
  color: #000;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell :-moz-placeholder {
  color: #000;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formCell:last-of-type {
  width: 98%;
}
footer #newsletter_form .formEnquiryContainer form#newsletter .formSubmit {
  margin: 15px 8px 0 0;
  width: 100%;
  float: none;
  line-height: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer #newsletter_form .formEnquiryContainer form#newsletter .formSubmit {
    width: 100%;
    left: 0;
  }
}
footer #newsletter_form .formEnquiryContainer form#newsletter h2,
footer #newsletter_form .formEnquiryContainer form#newsletter .terms {
  display: none;
}
footer #newsletter_form .newsletter_form_note {
  font-size: 10px;
  margin-top: 10px;
  color: #666;
  float: none;
}
@media (max-width: 767px) {
  footer #newsletter_form .newsletter_form_note {
    margin-left: 0;
  }
}
footer #newsletter_form .newsletter_form_note a {
  font-size: 10px;
  color: #666;
  text-decoration: underline;
}
footer .footer_btm {
  background: #f2f2f2;
  height: 80px;
}
@media (max-width: 1199px) {
  footer .footer_btm {
    height: auto;
  }
}
footer .footer_btm p {
  line-height: 40px;
  margin-bottom: 0;
}
footer .footer_btm a {
  line-height: 40px;
  color: #5e5e5e;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .footer_btm a {
    font-size: 11px;
    text-align: center;
  }
}
footer .footer_btm .footer_btm_left {
  padding-left: 0;
  color: #5e5e5e;
}
@media (max-width: 767px) {
  footer .footer_btm .footer_btm_left {
    font-size: 11px;
    text-align: center;
    padding-bottom: 80px;
  }
}
footer .footer_btm .footer_btm_left .footer_link {
  margin-left: 0;
  margin-right: 15px;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer_btm .footer_btm_left .footer_link {
    width: 100%;
    margin: 0;
    display: block;
  }
}
footer .footer_btm .footer_btm_left .footer_link1:hover,
footer .footer_btm .footer_btm_left .footer_link2:hover {
  color: #ED1C24;
}
footer .footer_btm .footer_btm_right {
  line-height: 40px;
  color: #5e5e5e;
  padding-right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer_btm .footer_btm_right {
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }
}
footer .footer_btm .footer_btm_right .dd_logo {
  margin-left: 3px;
  margin-right: 3px;
}
.footer_hours {
  background: #999999;
  padding: 40px 0 30px;
}
.footer_hours .openingHours {
  display: inline-block;
  min-height: 10px;
}
.footer_hours .openingHours ul li {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .footer_hours .openingHours ul li {
    display: block;
  }
}
.footer_hours .openingHours ul li strong {
  font-weight: normal;
}
.footer_extras {
  margin-top: 25px;
}
.footer_extras >h3 {
  font-size: 18px;
}
.footer_extras >h3 span {
  color: #ED1C24;
}
.footer_extras .terms {
  display: block;
  float: none;
}
.footer_extras_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer_extras_wrap_1 {
  background: #313131;
}
.footer_extras_wrap_1 .footer_extras_wrap_title {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer_extras_wrap_1 p {
  margin: 25px auto 0;
  color: #313131;
  text-align: center;
  font-size: 16px;
}
.footer_extras_wrap_1 .formEnquiryContainer {
  margin-top: 0;
  padding: 0;
  border: none;
  background: none;
}
.footer_extras_wrap_1 .formEnquiryContainer form {
  padding: 0;
}
.footer_extras_wrap_1 .formEnquiryContainer form .formCell label {
  color: #fff;
}
.footer_extras_wrap_1 .formEnquiryContainer form h2 {
  color: #fff;
  padding: 15px 0;
}
.footer_extras_wrap_1 .formEnquiryContainer form .formSubmit {
  font-size: 15px;
  padding: 0 25px;
  float: none;
  margin: 50px auto;
  min-width: 180px;
  text-align: center;
  border: none;
  height: 44px;
}
.footer_extras_wrap_1 .formEnquiryContainer .terms {
  display: block;
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  margin: 15px 0 25px;
  text-align: left;
}
.footer_extras_wrap_1 .formEnquiryContainer a {
  color: #BB162B;
}
.footer_extras_wrap_2 .footer_extras_wrap_title {
  text-align: center;
  padding: 50px 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.footer_extras_wrap_2 .footer_extras_wrap_title span {
  color: #ED1C24;
}
.carousel-inner >.item {
  padding: 0;
  margin: 0;
}
.carousel-inner >.item >img,
.carousel-inner >.item >a>img {
  margin: 0 auto;
  width: 100%;
}
.carousel-inner >.active,
.carousel-inner >.next,
.carousel-inner >.prev {
  display: block;
}
.carousel-inner >.active {
  left: 0;
}
.carousel-inner >.next,
.carousel-inner >.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner >.next {
  left: 100%;
}
.carousel-inner >.prev {
  left: -100%;
}
.carousel-inner >.next.carousel-left,
.carousel-inner >.prev.carousel-right {
  left: 0;
}
.carousel-inner >.active.carousel-left {
  left: -100%;
}
.carousel-inner >.active.carousel-right {
  left: 100%;
}
.carousel-indicators {
  text-align: right;
}
.carousel-indicators li {
  background: #fff;
  height: 13px;
  width: 13px;
  margin: 0 2px;
}
.carousel-indicators li.active {
  border: #ED1C24 3px solid;
  background: none;
  height: 15px;
  width: 15px;
}
.content {
  position: relative;
  min-height: 500px;
}
.content >.wrapper {
  padding: 32px 0 0 0;
}
.shareThis {
  position: absolute;
  top: 20px;
  right: 0;
  width: 120px;
}
.tabbed >div {
  display: block;
}
.tabbed>ul li {
  float: left;
}
@media (max-width: 991px) {
  .tabbed>ul li {
    float: none;
  }
}
.tabbed>.tab_content {
  background: #fff;
  padding: 0;
}
@media (max-width: 767px) {
  .tabbed>.tab_content {
    margin-top: 25px !important;
  }
}
.tabs>ul li:hover a {
  color: #000 !important;
}
.tabs>ul li.active a {
  color: #000 !important;
}
.tabs>ul li a {
  color: #000 !important;
  display: block;
}
.tabs>div.active {
  margin-top: 0;
  border: none;
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .tabs>div.active {
    margin-top: 25px !important;
  }
}
.tabs_header {
  background: #f9f9f9;
  border: none;
  padding-left: 10px;
}
@media (max-width: 480px) {
  .tabs_header {
    padding-left: 0;
  }
}
.tabs_header li {
  height: 50px;
  vertical-align: middle;
  padding: 0 5px;
  background: url('../images/separator.png') right 10px no-repeat;
}
@media (max-width: 991px) {
  .tabs_header li {
    height: 40px;
    line-height: 40x;
    background: none;
  }
}
@media (max-width: 480px) {
  .tabs_header li {
    width: 100%;
  }
}
.tabs_header li a {
  color: #333 !important;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .tabs_header li a {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .tabs_header li a {
    border-left: none;
    text-align: center;
  }
}
.tabs_header li a span {
  display: block;
  padding: 0 10px;
  margin: 15px 0;
  display: block;
}
@media (max-width: 991px) {
  .tabs_header li a span {
    margin: 0;
  }
}
.tabs_header li a:hover {
  color: #000 !important;
}
.tabs_header li.active {
  height: 50px;
  border-bottom: 4px solid #ED1C24;
}
@media (max-width: 991px) {
  .tabs_header li.active {
    height: 40px;
  }
}
.tabs_header li:hover a {
  color: #70767d !important;
}
.tabs_header li:first-child a {
  border-left: none;
}
.tabs_header li:last-child {
  background: none;
}
.stockItemCTAs {
  margin-top: -45px;
  float: right;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .stockItemCTAs {
    width: 100%;
    float: none;
    margin-bottom: 100px;
    margin-top: 10px;
  }
}
.stockItemCTAs >ul li {
  float: right;
  font-size: 16px;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .stockItemCTAs >ul li {
    width: 100%;
    float: none;
  }
}
.stockItemCTAs .cta_btn {
  padding: 0 !important;
  line-height: 40px !important;
  font-size: 13px;
  margin-left: 0;
  min-width: 160px;
}
@media (max-width: 991px) {
  .stockItemCTAs .cta_btn {
    line-height: 32px !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.stockItemCTAs .cta_btn h5 {
  background: #999999;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase !important;
  background: url('../images/bg-search-arrow-active.png') right 10px center no-repeat;
}
.stockItemCTAs .cta_btn .btn-grey {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  height: 42px;
  background: #999999;
  text-align: center;
  text-transform: uppercase !important;
  font-weight: normal;
}
.stockItemCTAs .cta_btn .btn-grey.btn-right {
  float: right;
}
.stockItemCTAs .cta_btn .btn-grey.btn-left {
  float: left;
}
.stockItemCTAs .cta_btn .btn-grey:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
.stockItemCTAs .cta_btn .btn-grey.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
.stockItemCTAs .cta_btn .btn-grey.btn-grey:hover {
  background: #b8b8b8;
}
.stockItemCTAs .cta_btn .btn-grey.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
.stockItemCTAs .cta_btn .btn-grey.btn-noarrow {
  background: #de1118;
}
.stockItemCTAs .cta_btn .btn-grey.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
.stockItemCTAs .cta_btn .btn-grey.btn-map {
  background: #de1118;
}
.stockItemCTAs .cta_btn .btn-grey.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
.stockItemCTAs .cta_btn .btn-grey.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
.stockItemCTAs .cta_btn .btn-grey.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
.stockItemCTAs .cta_btn .btn-grey:hover {
  background: #b8b8b8;
}
.stockItemCTAs .cta_btn .btn-grey ul {
  margin-top: 5px;
  padding: 0;
  border-top: 1px solid #ccc;
}
.stockItemCTAs .cta_btn .btn-grey ul li {
  padding: 0;
  background: none;
  margin: 0;
}
.stockItemCTAs .cta_btn .btn-grey ul li:hover {
  background: #b8b8b8;
}
.stockItemCTAs .cta_btn .btn-grey ul li:hover a {
  color: #fff;
}
.stockItemCTAs .cta_enquiry {
  width: 220px;
  background: none;
  margin-left: 5px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .stockItemCTAs .cta_enquiry {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.stockItemCTAs .cta_enquiry a {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  height: 42px;
  text-align: center;
  text-transform: uppercase;
}
.stockItemCTAs .cta_enquiry a.btn-right {
  float: right;
}
.stockItemCTAs .cta_enquiry a.btn-left {
  float: left;
}
.stockItemCTAs .cta_enquiry a:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
.stockItemCTAs .cta_enquiry a.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
.stockItemCTAs .cta_enquiry a.btn-grey:hover {
  background: #b8b8b8;
}
.stockItemCTAs .cta_enquiry a.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
.stockItemCTAs .cta_enquiry a.btn-noarrow {
  background: #de1118;
}
.stockItemCTAs .cta_enquiry a.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
.stockItemCTAs .cta_enquiry a.btn-map {
  background: #de1118;
}
.stockItemCTAs .cta_enquiry a.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
.stockItemCTAs .cta_enquiry a.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
.stockItemCTAs .cta_enquiry a.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
@media (max-width: 991px) {
  .stockItemCTAs .cta_enquiry a {
    line-height: 40px !important;
  }
}
.stockItemCTAs .cta_print {
  margin-right: 195px;
}
@media (max-width: 991px) {
  .stockItemCTAs .cta_print {
    display: none;
  }
}
.stockItemCTAs .cta_print a {
  height: 42px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #999999;
  border-bottom: #676767 solid 4px;
}
.stockItemCTAs .cta_print a:hover {
  background: #b8b8b8;
  color: #fff;
}
.stockSearchSelectField {
  float: none;
  display: inline-block;
  width: 31%;
  clear: none !important;
  margin: 0 2% 15px 0 !important;
  height: 35px;
}
@media (max-width: 991px) {
  .stockSearchSelectField {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .stockSearchSelectField {
    width: 90%;
  }
}
.stockSearchSelectField .chzn-single {
  height: 35px !important;
  line-height: 35px !important;
}
.stockSearchSelectField .chzn-container-single .chzn-single div b {
  background-position: 0 8px !important;
}
.stockSearchSelectField .chzn-choices {
  height: 36px !important;
}
.stockSearchSelectField .search-choice {
  line-height: 20px !important;
}
.stockSearchSelectField .search-choice a {
  top: 8px !important;
}
.wrapper.wrapper-inner {
  padding: 0;
}
.wrapper li {
  color: #3f4344;
}
#whyBuy li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-li.png) no-repeat 0 5px;
}
.btn-drop {
  position: relative;
  width: 185px;
}
.btn-drop:hover ul {
  display: block;
}
.btn-drop >div {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 0 !important;
}
.btn-drop h5 {
  padding: 3px 15px 0 0;
  margin: 0;
  line-height: 34px;
  color: #FFF;
  text-transform: none;
  font-size: 14px;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-drop.png) no-repeat 150px center;
}
.btn-drop ul {
  display: none;
  background: #eee;
  padding: 0 10px;
}
.btn-drop ul li {
  margin: 0 !important;
  float: none !important;
  clear: both;
  font-size: 13px;
  text-align: left;
}
.btn-drop ul li a {
  color: #000;
  line-height: 40px;
  border-bottom: solid 1px #CCC;
  padding: 0 0 0 15px;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-sub.png) no-repeat 0 0;
  display: block;
}
.page_title {
  padding-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page_title {
    margin-bottom: 0;
  }
}
.page_title h1 {
  margin-bottom: 30px;
  margin-top: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .page_title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_title h1 span {
  color: #ED1C24;
}
.bc_wrap {
  height: 50px;
  background: #f9f9f9;
}
@media (max-width: 1199px) {
  .bc_wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  .bc_wrap {
    background: none;
  }
}
.bc_wrap_share {
  height: 50px;
}
.breadcrumbs {
  color: #111;
  font-size: 15px;
  margin: 30px 0 0;
  padding: 0;
  height: 50px;
  width: 85%;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs>a {
  color: #666;
  float: left;
  font-size: 14px;
  padding: 0 15px;
  line-height: 50px;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .breadcrumbs>a {
    display: none;
  }
}
.breadcrumbs span {
  color: #666;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .breadcrumbs span {
    font-size: 15px !important;
    line-height: 20px;
  }
}
.breadcrumbs span.breadcrumbsseparator {
  color: #666;
  float: left;
  width: 16px;
  height: 20px;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .breadcrumbs span.breadcrumbsseparator {
    display: none;
  }
}
.header-share {
  height: 40px;
  float: right;
  margin-top: -40px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .header-share {
    display: none;
    margin-top: 10px;
  }
}
.header-share >div {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.header-share div#google_translate_element {
  margin-top: -5px;
}
.page_404 {
  height: 100%;
}
.chrome .stockSearchSelectField .chzn-choices {
  width: 99%;
}
#lightbox-container-image-data-box {
  width: 110%;
}
.stockItemMoreInfo_container {
  display: block;
  margin: 0 auto;
  width: 98% !important;
}
.disclaimer_btm_notes {
  margin-bottom: 50px;
  margin-top: 15px;
}
.disclaimer_btm_notes h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.disclaimer_btm_notes p {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
#stockItemEnquiryContainer >h3 {
  line-height: 30px;
}
@media (max-width: 991px) {
  #stockItemEnquiryContainer >h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.ie .stockItemCTAs {
  width: 400px;
}
@media (max-width: 991px) {
  .ie .stockItemCTAs {
    width: 100%;
  }
}
#lightbox-container-image-box {
  background: none;
}
@media (max-width: 991px) {
  #lightbox-container-image-box {
    width: 100% !important;
    height: auto !important;
  }
  #lightbox-container-image-box #lightbox-container-image {
    padding: 0;
  }
  #lightbox-container-image-box #lightbox-container-image img {
    width: 100% !important;
    height: auto !important;
  }
}
#lightbox-container-image-data-box {
  margin-top: -10px;
  padding: 10px 10px 0;
}
@media (max-width: 991px) {
  #lightbox-container-image-data-box {
    width: 100% !important;
  }
}
#lightbox-nav {
  padding: 10px;
}
iframe {
  display: block !important;
}
.carousel-control {
  background: none;
}
.carousel-control i,
.carousel-control svg {
  display: none;
}
@media (max-width: 991px) {
  .carousel-control {
    width: 33%;
  }
}
.carousel-control.left {
  background: none;
}
@media (max-width: 991px) {
  .carousel-control.left {
    background: none;
  }
}
.carousel-control.right {
  background: none;
}
@media (max-width: 991px) {
  .carousel-control.right {
    background: none;
  }
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #666;
  border-color: #666;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .navbar-header button {
    background: #ED1C24;
    border-color: #fff;
    margin-right: 0;
    position: absolute;
    right: 10px;
    top: 30px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .navbar-collapse ul li {
    margin: 0;
  }
  .navbar-collapse ul li a {
    padding: 10px 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .navbar-collapse ul li a {
    padding-left: 10px;
  }
}
.general_content {
  margin-top: -25px;
}
.general_content .intro {
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 0;
}
.general_content h2,
.general_content h3,
.general_content h4 {
  font-weight: 400;
}
.general_content h3 {
  padding: 5px 0;
  font-size: 20px;
}
.general_content h4 {
  margin-top: 10px;
  color: #ED1C24;
  margin-bottom: 15px;
  font-weight: 600;
}
.general_content p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 24px;
}
.general_content p.terms {
  font-size: 11px;
}
.general_content ul {
  margin: 15px 0 15px 20px;
}
.general_content ul li {
  color: #333;
  list-style-image: url("../images/bg-li.png");
  padding: 5px 0 0 10px;
  font-size: 14px;
  font-weight: 300;
}
.general_content .tabs >ul,
.general_content .tabbed >ul {
  margin-left: 0;
  margin-bottom: 25px;
}
.general_content .tabs >ul li,
.general_content .tabbed >ul li {
  padding: 0;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .general_content .tabs >ul li,
  .general_content .tabbed >ul li {
    margin: 0;
  }
}
.index_search_stock_bg {
  min-height: 490px;
  background: #f9f9f9;
}
.index_search_stock {
  padding: 50px 0 0;
  background: none;
}
@media (max-width: 1199px) {
  .index_search_stock {
    padding: 15px;
  }
}
.index_search_stock .subnav_tabs {
  margin: 15px auto;
  padding: 0;
  width: 100%;
  text-align: center !important;
}
@media (max-width: 991px) {
  .index_search_stock .subnav_tabs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index_search_stock .subnav_tabs {
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
}
.index_search_stock .subnav_tabs li {
  width: 33%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  float: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .index_search_stock .subnav_tabs li {
    width: 100%;
    height: auto;
    border-right: none;
    margin: 15px 0;
    line-height: 24px;
  }
}
.index_search_stock .subnav_tabs li a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #393843 !important;
  font-size: 17px;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .index_search_stock .subnav_tabs li a {
    font-size: 14px;
    padding-left: 40px;
  }
}
.index_search_stock .subnav_tabs li a:hover {
  color: #ED1C24 !important;
}
.index_search_stock .subnav_tabs li.active {
  height: 45px;
}
@media (max-width: 767px) {
  .index_search_stock .subnav_tabs li.active {
    width: 100%;
    height: auto !important;
    background: none;
  }
}
.index_search_stock .subnav_tabs li.active a {
  color: #393843 !important;
}
@media (max-width: 991px) {
  .index_search_stock .subnav_tabs li.active a {
    color: #ED1C24 !important;
  }
}
.index_search_stock .subnav_tabs li.active a span {
  padding-bottom: 8px;
  border-bottom: 4px solid #ED1C24;
}
@media (max-width: 991px) {
  .index_search_stock .subnav_tabs li.active a span {
    border: none;
    padding-bottom: 0;
  }
}
.index_search_stock .index_search_stock_title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.index_search_stock .index_search_stock_title span {
  color: #ED1C24;
  display: block;
  padding-top: 10px;
}
.index_search_stock .index_search_stock_intro {
  font-size: 15px;
  color: #666;
  margin: 0 auto 40px auto;
  text-align: center;
}
.index_search_stock .subnav_forms {
  padding: 50px 15px 0 !important;
  min-height: 280px;
  margin-top: 0 !important;
  margin-right: -30px;
  border: none;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  .index_search_stock .subnav_forms {
    margin-top: 15px;
    margin-right: 0;
    padding: 5px !important;
  }
}
.index_search_stock .subnav_forms form {
  padding: 0;
}
.index_search_stock #stockSearchBudget >div {
  overflow: visible;
}
.index_search_stock #stockSearchBtn,
.index_search_stock #stockSearchBudgetBtn {
  width: 250px !important;
  float: none;
  margin: 25px auto 50px;
  line-height: 41px;
  font-size: 15px;
  height: 40px;
}
@media (max-width: 1199px) {
  .index_search_stock #stockSearchBtn,
  .index_search_stock #stockSearchBudgetBtn {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.index_search_stock #stockSearch #stock_number {
  width: 250px !important;
  height: 40px;
  line-height: 40px;
  padding: 5px 10px;
  float: left;
}
@media (max-width: 767px) {
  .index_search_stock #stockSearch #stock_number {
    float: none;
  }
}
.index_search_stock #stock_number {
  border: 1px solid #ccc;
  display: block;
  height: 50px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}
.index_search_stock #stockSearchRegular,
.index_search_stock #stockSearchBudget,
.index_search_stock #stockSearchNum {
  padding: 40px 25px 25px;
}
.index_search_stock #stockSearch select,
.index_search_stock #stockSearch input.text,
.index_search_stock .chzn-container-single .chzn-single {
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  box-shadow: none;
}
.index_search_stock #stockSearchRegular .stockSearchBtnRight a {
  padding: 0 5px;
}
.index_search_stock #stockNumberSearchBtn {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  float: none;
  height: 45px;
  width: 250px;
  margin: 20px auto;
  font-weight: 400px;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.index_search_stock #stockNumberSearchBtn.btn-right {
  float: right;
}
.index_search_stock #stockNumberSearchBtn.btn-left {
  float: left;
}
.index_search_stock #stockNumberSearchBtn:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
.index_search_stock #stockNumberSearchBtn.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
.index_search_stock #stockNumberSearchBtn.btn-grey:hover {
  background: #b8b8b8;
}
.index_search_stock #stockNumberSearchBtn.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
.index_search_stock #stockNumberSearchBtn.btn-noarrow {
  background: #de1118;
}
.index_search_stock #stockNumberSearchBtn.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
.index_search_stock #stockNumberSearchBtn.btn-map {
  background: #de1118;
}
.index_search_stock #stockNumberSearchBtn.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
.index_search_stock #stockNumberSearchBtn.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
.index_search_stock #stockNumberSearchBtn.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
@media (max-width: 1199px) {
  .index_search_stock #stockNumberSearchBtn {
    float: none;
  }
}
.index_search_stock #stockNumberSearchBtn .btn-arrow-right {
  display: inline-block;
  float: right;
  margin-top: -40px;
}
.index_search_stock .stockSearchSelectField {
  float: none;
  display: inline-block;
  width: 31%;
  clear: none !important;
  margin: 0 2% 15px 0 !important;
  height: 50px;
}
@media (max-width: 991px) {
  .index_search_stock .stockSearchSelectField {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .index_search_stock .stockSearchSelectField {
    width: 100%;
  }
}
.index_search_stock .stockSearchSelectField .chzn-container {
  font-size: 14px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.index_search_stock .stockSearchSelectField .chzn-single {
  height: 50px !important;
  line-height: 50px !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding-left: 15px;
  border: 1px solid #ccc;
}
.index_search_stock .stockSearchSelectField .chzn-container-single .chzn-single div b {
  background-position: 0 8px !important;
}
.index_search_stock .stockSearchSelectField .chzn-choices {
  height: 41px !important;
}
.index_search_stock .stockSearchSelectField .chzn-drop {
  background: #fff;
  margin-top: -5px;
}
.index_search_stock .stockSearchSelectField .search-choice {
  line-height: 30px !important;
}
.index_search_stock .stockSearchSelectField .search-choice a {
  top: 13px !important;
}
.index_search_stock .stockSearch_note {
  padding: 0;
  width: 100%;
  float: none;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .index_search_stock .stockSearch_note {
    width: 100%;
    float: none;
    padding-right: 15px;
  }
}
.index_search_stock .stockSearch_note >div {
  padding: 25px 0 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .index_search_stock .stockSearch_note >div {
    padding: 0;
  }
}
.index_search_stock .stockSearch_note >div p {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #666;
}
.index_search_stock .stockSearch_note >div a {
  color: #ED1C24;
  text-decoration: underline;
}
.index_search_stock .stockSearch_note >div a:hover {
  color: #de1219;
}
.index_search_stock .stockSearchTermsDetails {
  display: none;
}
@media (max-width: 480px) {
  .index_search_stock #stockSearchTypes {
    height: auto;
    margin-bottom: 0 !important;
  }
}
.index_search_stock #stockSearchTypes label {
  margin-right: 25px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .index_search_stock #stockSearchTypes label {
    margin-left: 5px;
    margin-right: 10px;
  }
}
.index_search_stock #stockSearchTypes input[type=checkbox] {
  display: none;
}
.index_search_stock #stockSearchTypes input[type=checkbox]+label {
  background: url('../images/search-icon-check-off.png') left center no-repeat;
  height: 32px !important;
  width: 32px !important;
  display: inline-block;
  padding: 0 0 0 40px;
  margin-left: 0;
  margin-right: 60px;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .index_search_stock #stockSearchTypes input[type=checkbox]+label {
    margin-bottom: 15px;
  }
}
.index_search_stock #stockSearchTypes input[type=checkbox]:checked+label {
  background: url('../images/search-icon-check-on.png') left center no-repeat;
  height: 32px !important;
  width: 32px !important;
  display: inline-block;
  padding: 0 0 0 40px;
  margin-left: 0;
  margin-right: 60px;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .index_search_stock #stockSearchTypes input[type=checkbox]:checked+label {
    margin-bottom: 15px;
  }
}
#carsStockTab {
  background: url('../images/icon-carsStockTab.png') 25px center no-repeat;
  border-right: 1px solid #ccc;
}
@media (max-width: 1199px) {
  #carsStockTab {
    background: url('../images/icon-carsStockTab.png') 0 center no-repeat;
    border: none;
  }
}
#carsBudgetTab {
  background: url('../images/icon-carsBudgetTab.png') 25px center no-repeat;
  border-right: 1px solid #ccc;
}
@media (max-width: 1199px) {
  #carsBudgetTab {
    background: url('../images/icon-carsBudgetTab.png') 0 center no-repeat;
    border: none;
  }
}
#carsNumberTab {
  background: url('../images/icon-carsNumberTab.png') 25px center no-repeat;
}
@media (max-width: 1199px) {
  #carsNumberTab {
    background: url('../images/icon-carsNumberTab.png') 0 center no-repeat;
    border: none;
  }
}
.maps_model {
  margin-top: 15px;
}
.maps_model >div {
  padding-left: 0;
}
.maps_model .maps_model_wrap {
  border: 1px solid #d8dbe0;
  background: #f8f8f8;
  padding: 12px;
  margin-bottom: 15px;
}
.maps_model .maps_model_wrap .maps_model_info {
  height: 100px;
}
.maps_model .maps_model_wrap .maps_model_info h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
}
.maps_model .maps_model_wrap .maps_model_info span {
  color: #ED1C24;
  font-size: 14px;
}
.maps_model .maps_model_wrap .maps_model_img img {
  width: 100%;
}
.map_bg {
  margin: 15px 0;
}
.maps_locations {
  margin: 0 -15px 50px;
}
.maps_loc_wrap {
  background: #F8F8F8;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
}
.maps_locations .maps_loc_wrap {
  margin-bottom: 25px;
  border: none !important;
}
.maps_locations .maps_loc_wrap .maps_loc_img {
  padding: 0;
  width: 100%;
}
.maps_locations .maps_loc_wrap .maps_loc_info h3 {
  margin-top: 15px;
  font-size: 24px;
  text-transform: uppercase;
  background: #212121;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.maps_locations .maps_loc_wrap .maps_loc_info h4 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 25px;
}
.maps_locations .maps_loc_wrap .maps_loc_info .location_phone_number {
  font-size: 16px;
  margin: 15px 0;
  color: #333;
}
.map_loc_links {
  width: 100%;
}
.map_loc_links li {
  background: none !important;
}
.openingHours {
  min-height: 80px;
}
.header_dealer_specials #navbar-contents,
.header_dealer_specials_enquiry #navbar-contents,
.header_dealer_specials_testdrive #navbar-contents {
  display: none !important;
}
.footer_dealer_specials .footer_hours,
.footer_dealer_specials .footer_top,
.footer_dealer_specials_enquiry .footer_hours,
.footer_dealer_specials_enquiry .footer_top,
.footer_dealer_specials_testdrive .footer_hours,
.footer_dealer_specials_testdrive .footer_top {
  display: none;
}
.footer_dealer_specials .footer_btm,
.footer_dealer_specials_enquiry .footer_btm,
.footer_dealer_specials_testdrive .footer_btm {
  height: auto;
  border-top: 1px solid #ccc;
}
.dealer_specials .form-special-section,
.dealer_specials .form-model-section,
.dealer_specials .form-brochures-section,
.dealer_specials_enquiry .form-special-section,
.dealer_specials_enquiry .form-model-section,
.dealer_specials_enquiry .form-brochures-section,
.dealer_specials_testdrive .form-special-section,
.dealer_specials_testdrive .form-model-section,
.dealer_specials_testdrive .form-brochures-section {
  background: #f8f8f8 !important;
}
.dealer_specials .form-special-section h2,
.dealer_specials .form-model-section h2,
.dealer_specials .form-brochures-section h2,
.dealer_specials_enquiry .form-special-section h2,
.dealer_specials_enquiry .form-model-section h2,
.dealer_specials_enquiry .form-brochures-section h2,
.dealer_specials_testdrive .form-special-section h2,
.dealer_specials_testdrive .form-model-section h2,
.dealer_specials_testdrive .form-brochures-section h2 {
  margin-bottom: 15px;
}
.dealer_specials .form-special-section h2 span,
.dealer_specials .form-model-section h2 span,
.dealer_specials .form-brochures-section h2 span,
.dealer_specials_enquiry .form-special-section h2 span,
.dealer_specials_enquiry .form-model-section h2 span,
.dealer_specials_enquiry .form-brochures-section h2 span,
.dealer_specials_testdrive .form-special-section h2 span,
.dealer_specials_testdrive .form-model-section h2 span,
.dealer_specials_testdrive .form-brochures-section h2 span {
  color: #ED1C24;
  margin-top: 15px;
  font-size: 16px;
}
.footer_testimonials {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .footer_testimonials {
    margin-top: 50px;
  }
}
.footer_testimonials .footer_testimonials_title {
  text-align: center;
}
.footer_testimonials .footer_testimonials_title h2 {
  font-size: 34px;
  color: #000;
  text-transform: uppercase;
  font-family: 'UniversLTStd', arial, helvetica, sans-serif;
  font-weight: bold;
}
.footer_testimonials .footer_testimonials_title a {
  display: block;
  padding-right: 30px;
  line-height: 25px;
  color: #ED1C24;
  width: 240px;
  margin: 25px auto 50px;
  font-family: 'UniversLTStd', arial, helvetica, sans-serif;
  font-size: 18px;
}
.footer_testimonials .footer_testimonials_content h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #70767d;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 200;
}
@media (max-width: 767px) {
  .footer_testimonials .footer_testimonials_content h2 {
    font-size: 16px;
  }
}
.footer_testimonials .footer_testimonials_content .testimonial {
  display: none;
}
.footer_testimonials .footer_testimonials_content .testimonial p {
  margin-bottom: 15px;
  color: #1f1f1f;
  text-align: center;
}
.footer_testimonials .footer_testimonials_content .testimonial p a {
  color: #ED1C24;
  font-size: 12px;
  font-style: italic;
}
.footer_testimonials .footer_testimonials_content .testimonial span {
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: center;
}
.footer_testimonials .footer_testimonials_content .testimonial-1,
.footer_testimonials .footer_testimonials_content .testimonial-2,
.footer_testimonials .footer_testimonials_content .testimonial-3,
.footer_testimonials .footer_testimonials_content .testimonial-4 {
  display: block;
}
#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;
}
