.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 #02a1e3;
  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: #282828;
}
.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/isuzu-ute/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 {
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c21300;
  border: none;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #8f0e00;
  color: #fff;
  border: none;
}
.btn.btn-grey {
  background-color: #252c37;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d495a),to(#252c37));
  background-image: -webkit-linear-gradient(top,#3d495a,#252c37);
  background-image: -moz-linear-gradient(top,#3d495a,#252c37);
  background-image: -ms-linear-gradient(top,#3d495a,#252c37);
  background-image: -o-linear-gradient(top,#3d495a,#252c37);
  background-image: linear-gradient(to bottom,#3d495a,#252c37);
  border-color: #343e4d;
}
.btn.btn-grey:hover {
  background-color: #3d495a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#252c37),to(#3d495a));
  background-image: -webkit-linear-gradient(top,#252c37,#3d495a);
  background-image: -moz-linear-gradient(top,#252c37,#3d495a);
  background-image: -ms-linear-gradient(top,#252c37,#3d495a);
  background-image: -o-linear-gradient(top,#252c37,#3d495a);
  background-image: linear-gradient(to bottom,#252c37,#3d495a);
}
.btn-outline {
  padding: 5px 10px;
  background: #02a1e3;
  color: #fff;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #02a1e3;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c21300;
  border: none;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 20px;
  background: transparent;
  border-color: red;
  border-width: 1px;
  color: #282828;
}
.btn-outline.btn-right {
  float: right;
}
.btn-outline.btn-left {
  float: left;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  background: #8f0e00;
  color: #fff;
  border: none;
}
.btn-outline.btn-grey {
  background-color: #252c37;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3d495a),to(#252c37));
  background-image: -webkit-linear-gradient(top,#3d495a,#252c37);
  background-image: -moz-linear-gradient(top,#3d495a,#252c37);
  background-image: -ms-linear-gradient(top,#3d495a,#252c37);
  background-image: -o-linear-gradient(top,#3d495a,#252c37);
  background-image: linear-gradient(to bottom,#3d495a,#252c37);
  border-color: #343e4d;
}
.btn-outline.btn-grey:hover {
  background-color: #3d495a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#252c37),to(#3d495a));
  background-image: -webkit-linear-gradient(top,#252c37,#3d495a);
  background-image: -moz-linear-gradient(top,#252c37,#3d495a);
  background-image: -ms-linear-gradient(top,#252c37,#3d495a);
  background-image: -o-linear-gradient(top,#252c37,#3d495a);
  background-image: linear-gradient(to bottom,#252c37,#3d495a);
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.active,
.btn-outline:focus-within,
.btn-outline:focus {
  background-color: red;
  color: white;
}
.btn-map-directions {
  color: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #282828;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/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/isuzu-ute/images/bg-li.png) no-repeat 0 5px;
}
a.link_arrow {
  font-size: 14px;
  padding: 0 0 0 12px;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-link-arrow.png) no-repeat 0 center;
}
.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: #282828;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/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: #282828;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"), url("../fonts/AktivGrotesk-Bold.woff") format("woff"), url("../fonts/AktivGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"), url("../fonts/AktivGrotesk-Regular.woff") format("woff"), url("../fonts/AktivGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rift Demi";
  src: url("../fonts/Rift-Demi.woff2") format("woff2"), url("../fonts/Rift-Demi.woff") format("woff"), url("../fonts/Rift-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rift";
  src: url("../fonts/Rift-Bold.woff2") format("woff2"), url("../fonts/Rift-Bold.woff") format("woff"), url("../fonts/Rift-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.font-default {
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font,
.brand-font-regular {
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font-bold {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.brand-font-light {
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.index-title {
  text-align: center;
  margin-bottom: 20px;
}
.index-title span {
  color: red;
}
.index-border {
  width: 75px;
  height: 3px;
  background-color: red;
  margin: 25px auto 50px;
}
.header-center {
  width: 100%;
  text-align: center;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-100 {
  flex: 0 0 100%;
}
.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-space-evenly {
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-flex-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-content-flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.align-content-center {
  -webkit-align-content: center;
  align-content: center;
}
.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.align-self-top {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-col-width-25 {
  width: 24.9%;
}
.flex-col-width-33 {
  width: 32.9%;
}
.flex-col-width-50 {
  width: 49.9%;
}
.flex-col-width-100 {
  width: 99.9%;
}
@media (max-width: 768px) {
  .flex-col-width-25-sm {
    width: 24.9%;
  }
  .flex-col-width-33-sm {
    width: 32.9%;
  }
  .flex-col-width-50-sm {
    width: 49.9%;
  }
  .flex-col-width-100-sm {
    width: 99.9%;
  }
  .flex-wrap-sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 480px) {
  .flex-col-width-25-xs {
    width: 24.9%;
  }
  .flex-col-width-33-xs {
    width: 32.9%;
  }
  .flex-col-width-50-xs {
    width: 49.9%;
  }
  .flex-col-width-100-xs {
    width: 99.9%;
  }
  .flex-wrap-xs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-nowrap-xs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-auto {
  margin: auto;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
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 {
  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 {
  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: red;
  background: #fff;
}
header nav > ul > li > a.active {
  color: red;
  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: red;
}
a:hover {
  color: #8f0e00;
}
a.active {
  color: #8f0e00;
}
#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/isuzu-ute/images/loading.gif) no-repeat 10px #f2f2f2;
}
header .header_mid .navbar-logo-title {
  font-size: 39px;
}
.index_search_stock_bg .index_search_stock .stock-search-widget .stockSearchSelectField {
  height: auto;
  width: 100%;
  background: transparent;
}
.si-view {
  font-size: 16px;
  line-height: 1.6;
}
.si-view .btn {
  padding: 10px;
}
.stockItem .si-rsv .cta_enquiry,
.stockItem .rsv .cta_enquiry {
  width: auto;
}
@media (min-width: 767px) {
  .stockItem .si-rsv .cta_enquiry,
  .stockItem .rsv .cta_enquiry {
    display: inline-flex;
    flex-direction: column;
  }
}
.stockItem .si-rsv a,
.stockItem .si-rsv .btn,
.stockItem .rsv a,
.stockItem .rsv .btn {
  width: auto;
  min-width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.stockItem .si-rsv a.btn-reserve-more,
.stockItem .si-rsv .btn.btn-reserve-more,
.stockItem .rsv a.btn-reserve-more,
.stockItem .rsv .btn.btn-reserve-more {
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.cta .btn {
  display: inline-block;
}
body {
  background: #fff;
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #494949;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 48px;
  margin: 0 0 20px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 48px;
  line-height: 1;
  margin: 20px 0 15px 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 30px;
  margin: 15px 0 7px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
  margin: 5px 0 2px 0;
}
h5,
h6 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
p {
  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: red;
  -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;
}
.no-padding {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.equal:before,
.equal:after {
  content: normal;
}
.navbar {
  margin: 0;
}
.text-primary {
  color: red;
}
header .social-icons,
footer .social-icons {
  display: flex;
  align-items: flex-start;
}
header .social-icons img,
footer .social-icons img {
  max-width: 30px;
}
footer .social-icons {
  margin: 20px auto;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .social-icons {
    flex-direction: row;
  }
}
footer .social-icons li img {
  max-width: 45px;
}
header .social-icons {
  margin: 0 15px;
  flex-direction: row;
}
@media (max-width: 991px) {
  header .social-icons {
    margin: 3px 61px 0 15px;
  }
}
header .social-icons li {
  margin: 0 !important;
}
header {
  height: auto;
  background: #fff;
  z-index: 999;
}
header.navbar {
  margin-bottom: 0;
  border: none;
  border-bottom: 2px solid red;
  -moz-border-radius: 0;
  border-radius: 0;
}
header .navbar-nav {
  margin: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  header .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .navbar-nav {
    height: auto;
    margin: 0px;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav li {
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-nav li {
    width: 100%;
    padding-left: 15px;
  }
}
header .navbar-nav li a,
header .navbar-nav li span.link {
  color: #282828;
  padding: 15px 18px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  display: inline-block;
  background: transparent;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 1199px) {
  header .navbar-nav li a,
  header .navbar-nav li span.link {
    padding: 15px 12px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  header .navbar-nav li a,
  header .navbar-nav li span.link {
    display: block;
  }
}
header .navbar-nav li a:hover,
header .navbar-nav li a:focus,
header .navbar-nav li a.active,
header .navbar-nav li span.link:hover,
header .navbar-nav li span.link:focus,
header .navbar-nav li span.link.active {
  background: transparent;
  border-bottom: 2px solid red;
  color: red;
}
@media (max-width: 991px) {
  header .navbar-nav li a:hover,
  header .navbar-nav li a:focus,
  header .navbar-nav li a.active,
  header .navbar-nav li span.link:hover,
  header .navbar-nav li span.link:focus,
  header .navbar-nav li span.link.active {
    color: red;
  }
}
header .navbar-nav li a:hover span,
header .navbar-nav li a:focus span,
header .navbar-nav li a.active span,
header .navbar-nav li span.link:hover span,
header .navbar-nav li span.link:focus span,
header .navbar-nav li span.link.active span {
  display: inline-block;
}
header .navbar-nav li a.active,
header .navbar-nav li span.link.active {
  border-bottom: 2px solid transparent;
}
header .navbar-nav li.first a {
  margin-left: 0;
}
header .navbar-nav li.last a {
  margin-right: 0;
}
header .navbar-nav li.open.dropdown > a {
  border-color: #8f0e00;
}
header .navbar-nav .list-group-submenu {
  margin-top: 15px;
}
header .navbar-nav .list-group-item {
  border: none;
  background: red;
  color: #000;
  font-size: 12px;
  padding: 5px 0 5px 30px;
  line-height: 15px;
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/icon_list.png") 15px center no-repeat;
}
header .navbar-toggle {
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 480px) {
  header .navbar-toggle {
    top: 80px;
  }
}
header .navbar-toggle .icon-bar {
  background: #fff;
}
header .navbar-collapse {
  max-height: 800px;
  padding: 0 0 15px 0;
  border: none;
}
@media (max-width: 991px) {
  header .navbar-collapse {
    padding: 15px 0;
    background: #f9f9f9;
  }
}
header .header_top {
  background: #282828;
}
header .header_top .container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
header .header_top .header-top-locations {
  display: flex !important;
  align-content: flex-end;
  align-items: center;
}
header .header_top .header-top-locations li {
  border-right: 1px solid white;
  padding: 0 15px;
}
@media (max-width: 767px) {
  header .header_top .header-top-locations li {
    padding: 0;
  }
}
header .header_top .header-top-locations li:last-child {
  border-right: none;
}
header .header_top .header-top-locations li span.header-top-locations-label {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
header .header_top .header-top-locations li span.header-top-locations-label:after {
  content: ":";
}
header .header_top .header-top-locations li a {
  padding: 0;
}
@media (max-width: 991px) {
  header .header_top .header-top-locations li {
    margin: 3px 10px;
  }
}
@media (max-width: 767px) {
  header .header_top .header-top-locations li {
    text-align: center;
  }
  header .header_top .header-top-locations li span a {
    padding: 0 5px !important;
  }
}
header .header_top ul {
  display: flex;
}
header .header_top ul.navbar-right {
  display: unset;
}
@media (max-width: 480px) {
  header .header_top ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  header .header_top ul.navbar-right {
    display: flex;
  }
  header .header_top ul.navbar-right li {
    margin: 0;
  }
  header .header_top ul.navbar-right li.last a {
    margin: 0;
  }
  header .header_top ul.navbar-right li a {
    margin: 0;
    padding: 10px 10px 10px 0;
  }
}
header .header_top ul li {
  display: inline-block;
  margin: 3px auto;
}
@media (max-width: 991px) {
  header .header_top ul li {
    margin: 7px auto;
  }
}
@media (max-width: 480px) {
  header .header_top ul li {
    display: block;
    margin: auto 0 15px;
    flex-direction: column;
  }
}
header .header_top ul li a,
header .header_top ul li span {
  display: inline-block;
  padding: 0;
}
@media (max-width: 480px) {
  header .header_top ul li a,
  header .header_top ul li span {
    padding: 0;
  }
}
header .header_top ul li.header_location {
  margin-right: 40px;
}
@media (max-width: 480px) {
  header .header_top ul li.header_location {
    clear: both;
    margin: 10px 0;
    line-height: normal;
  }
}
header .header_top ul li.header_social {
  text-align: right;
}
header .header_top ul li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
header .header_top ul li a span {
  padding-left: 10px;
}
@media (max-width: 480px) {
  header .header_top ul li a span {
    padding: 0;
  }
}
header .header_top ul li a:hover,
header .header_top ul li a:active,
header .header_top ul li a:focus {
  color: #ccc;
  background: none;
}
header .header_top ul li a:hover span,
header .header_top ul li a:active span,
header .header_top ul li a:focus span {
  color: #fff;
}
header .header_top ul li a.header_phone {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 480px) {
  header .header_top ul li a.header_phone {
    font-size: 13px;
    display: block;
    padding: 0;
  }
}
header .header_top ul li a.header_address {
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 480px) {
  header .header_top ul li a.header_address {
    font-size: 11px;
    display: block;
    padding: 0;
  }
}
header .header_top ul li.last a {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 480px) {
  header .header_top ul li.last a {
    margin-top: 10px;
    display: block;
    font-size: 14px;
  }
}
header .header_mid {
  height: 80px;
  background: #fff;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  header .header_mid {
    height: auto;
  }
}
@media (max-width: 767px) {
  header .header_mid {
    border-bottom: none;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  header .header_mid > div.container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  header .header_mid .navbar-right {
    float: left !important;
  }
}
@media (max-width: 767px) {
  header .header_mid .navbar-logo-left {
    display: block;
    clear: both;
  }
}
header .header_mid .navbar-logo-title {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 39px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.01em;
  vertical-align: top;
  display: inline-block;
}
header .header_mid .navbar-logo-title.brand-name {
  color: red;
  padding-left: 5px;
}
@media (max-width: 767px) {
  header .header_mid .navbar-logo-title {
    padding: 10px 0;
    font-size: 29px;
  }
}
header .header_mid .navbar-logo-img {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 767px) {
  header .header_mid .navbar-logo-img {
    padding: 10px 0;
  }
}
header .header_mid .navbar-logo-img2 {
  float: right;
  margin: 10px 0 0;
}
header .header_mid .navbar-logo-img3 {
  padding: 2%;
}
@media (min-width: 768px) {
  header .header_mid .navbar-logo-img3 {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  header .header_mid .navbar-logo-img3 {
    width: auto;
    float: right;
  }
  header .header_mid .navbar-logo-img3 img {
    max-width: 75px;
  }
}
header .header_mid .navbar-logo-mobile {
  min-height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  header .header_mid .navbar-logo-mobile {
    padding: 0;
    min-height: unset;
  }
}
header .header_mid .navbar-logo-mobile .navbar-logo-add {
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 0;
}
header .header_mid .navbar-logo-mobile .navbar-logo-add a {
  display: block;
  line-height: 1;
  padding: 0;
}
header .header_mid ul {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  header .header_mid ul {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  header .header_mid ul {
    margin: 10px 50px 0 0;
  }
}
header .header_mid ul li {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  header .header_mid ul li {
    padding: 0;
  }
}
header .header_mid ul li a {
  color: red;
  padding: 0 5px 0 0;
  line-height: 10px;
  font-size: 16px;
  margin-top: 14px;
}
header .header_mid ul li a:hover,
header .header_mid ul li a:focus,
header .header_mid ul li a.active {
  color: #ff3333;
  background: none;
}
header .header_mid ul li a span {
  margin-right: 5px;
}
header .header_mid ul li.last a {
  border: none;
  padding-right: 0;
}
header .header_btm {
  height: 49px;
  background: #fff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  header .header_btm {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header_btm {
    margin-top: 15px;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  header .header_btm {
    margin-top: 0;
  }
}
header .header_btm .mobile-subnav a {
  padding-left: 30px;
}
#showroomSubnav,
#carsInStockSubnav,
#financeSubnav,
#specialsSubnav,
#partsSubnav,
#serviceSubnav,
#paymentOptionsSubnav {
  display: none;
  z-index: 999;
  border: none;
  position: absolute;
}
#showroomSubnav .subnav,
#carsInStockSubnav .subnav,
#financeSubnav .subnav,
#specialsSubnav .subnav,
#partsSubnav .subnav,
#serviceSubnav .subnav,
#paymentOptionsSubnav .subnav {
  -moz-box-shadow: 0 5px 5px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 1px 1px #ccc;
  height: auto;
  width: 250px;
  background: #fff;
  margin-top: 0;
  margin-left: -8px;
}
@media (max-width: 1199px) {
  #showroomSubnav .subnav,
  #carsInStockSubnav .subnav,
  #financeSubnav .subnav,
  #specialsSubnav .subnav,
  #partsSubnav .subnav,
  #serviceSubnav .subnav,
  #paymentOptionsSubnav .subnav {
    margin-left: 0;
  }
}
#showroomSubnav .subnav li,
#carsInStockSubnav .subnav li,
#financeSubnav .subnav li,
#specialsSubnav .subnav li,
#partsSubnav .subnav li,
#serviceSubnav .subnav li,
#paymentOptionsSubnav .subnav li {
  border-bottom: 1px solid #ccc;
  height: 40px;
}
@media (max-width: 1199px) {
  #showroomSubnav .subnav li,
  #carsInStockSubnav .subnav li,
  #financeSubnav .subnav li,
  #specialsSubnav .subnav li,
  #partsSubnav .subnav li,
  #serviceSubnav .subnav li,
  #paymentOptionsSubnav .subnav li {
    margin: 0;
    padding: 0;
  }
}
#showroomSubnav .subnav li a,
#carsInStockSubnav .subnav li a,
#financeSubnav .subnav li a,
#specialsSubnav .subnav li a,
#partsSubnav .subnav li a,
#serviceSubnav .subnav li a,
#paymentOptionsSubnav .subnav li a {
  font-size: 16px;
  color: #444;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 15px;
  margin-left: 0;
}
#showroomSubnav .subnav li a:hover,
#carsInStockSubnav .subnav li a:hover,
#financeSubnav .subnav li a:hover,
#specialsSubnav .subnav li a:hover,
#partsSubnav .subnav li a:hover,
#serviceSubnav .subnav li a:hover,
#paymentOptionsSubnav .subnav li a:hover {
  background: red;
  color: #fff;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
#showroomSubnav .subnav {
  width: 200px;
}
#showroomSubnav .subnav li {
  height: auto;
}
#showroomSubnav .subnav li a {
  height: auto;
  text-align: center;
}
#showroomSubnav .subnav li a img {
  width: 170px;
  display: block;
  clear: both;
  padding-top: 30px;
  padding-bottom: 15px;
}
#showroomSubnav .subnav li a:hover {
  background: #fff;
  color: red;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
#allnewdmaxSubnav,
#dmaxSubnav,
#muxSubnav {
  display: none;
  z-index: 999;
  border: none;
  position: absolute;
  top: 163px;
  width: 100%;
  background: #fff;
  left: 0;
}
#allnewdmaxSubnav .subnav,
#dmaxSubnav .subnav,
#muxSubnav .subnav {
  -moz-box-shadow: 0 5px 5px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 1px 1px #ccc;
  height: auto;
  width: 100%;
  background: #fff;
  margin-top: 0;
}
@media (max-width: 1199px) {
  #allnewdmaxSubnav .subnav,
  #dmaxSubnav .subnav,
  #muxSubnav .subnav {
    margin-left: 0;
  }
}
#allnewdmaxSubnav .subnav li,
#dmaxSubnav .subnav li,
#muxSubnav .subnav li {
  border-bottom: 1px solid #ccc;
  height: 40px;
}
@media (max-width: 1199px) {
  #allnewdmaxSubnav .subnav li,
  #dmaxSubnav .subnav li,
  #muxSubnav .subnav li {
    margin: 0;
    padding: 0;
  }
}
#allnewdmaxSubnav .subnav li a,
#dmaxSubnav .subnav li a,
#muxSubnav .subnav li a {
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0 15px;
  margin-left: 0;
}
#allnewdmaxSubnav .subnav li a:hover,
#dmaxSubnav .subnav li a:hover,
#muxSubnav .subnav li a:hover {
  background: red;
  color: #fff;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.header-subnav-model .header-subnav-model-top {
  background: #fff;
}
.header-subnav-model .header-subnav-model-top .header-subnav-model-top-left {
  text-align: center;
}
.header-subnav-model .header-subnav-model-top .header-subnav-model-top-left img {
  max-height: 320px;
}
.header-subnav-model .header-subnav-model-top .header-subnav-model-top-right {
  margin-bottom: -1px;
}
.header-subnav-model .header-subnav-model-top .header-subnav-model-top-right .header-subnav-model-top-right-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-subnav-model .header-subnav-model-btm {
  padding: 30px 0;
}
.header-subnav-model .header-subnav-model-btm .header-subnav-model-btm-item {
  text-align: center;
}
.header-subnav-model .header-subnav-model-btm .header-subnav-model-btm-item img:hover {
  opacity: 0.8;
}
.header-subnav-model-top a,
.header-subnav-model-btm a,
.model .model-tab-mobile ul li a {
  display: block;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding: 5px 0;
}
footer {
  background: #282828;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
footer .footer_top {
  padding-top: 20px;
}
footer .footer_top .footer-top-locations-label {
  color: white;
  font-weight: bold;
  margin-top: 15px;
  clear: both;
  display: block;
}
@media (max-width: 1199px) {
  footer .footer_top {
    height: auto;
  }
}
footer .footer_top h3 {
  color: #fff;
  margin: 25px 0 20px;
  line-height: 25px;
  clear: both;
  font-size: 18px;
  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: 12px;
  color: #eee;
  line-height: 24px;
  font-weight: 400;
}
footer .footer_top a:hover {
  color: red;
}
footer .footer_top p {
  font-size: 13px;
  color: #eee;
  line-height: 22px;
  font-weight: 400;
}
footer .footer_top .footer_top5 .social-icons {
  display: block;
}
footer .footer_top .footer_top5 li {
  display: inline-block;
}
footer .footer_btm {
  height: 50px;
}
@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: #a5a5a5;
  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: #a5a5a5;
}
footer .footer_btm .footer_btm_left span {
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .footer_btm .footer_btm_left {
    font-size: 11px;
    text-align: center;
  }
}
footer .footer_btm .footer_btm_left .footer_link {
  margin-left: 0;
  margin-right: 15px;
  font-size: 12px;
  color: #a5a5a5;
  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: red;
}
footer .footer_btm .footer_btm_right {
  line-height: 40px;
  color: #a5a5a5;
  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: #6f7072;
  padding: 40px 0 30px;
}
@media (max-width: 1199px) {
  .footer_hours {
    padding-top: 10px;
  }
}
.footer_hours p,
.footer_hours h3 {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .footer_hours p,
  .footer_hours h3 {
    width: 100%;
    margin: 25px 0 15px;
  }
}
.footer_hours .openingHours {
  display: inline-block;
}
.footer_hours .openingHours ul li {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer_hours .openingHours ul li {
    display: block;
  }
}
.footer_hours .openingHours ul li strong {
  font-weight: normal;
}
.footer_hours .openingHoursSpecials ul li {
  display: block;
}
.footer_border {
  padding-top: 20px;
  padding-bottom: 0px;
}
.footer_border hr {
  border-top: 1px solid #424043;
}
.footer_extras {
  margin-top: 25px;
}
.footer_extras > h3 {
  font-size: 18px;
}
.footer_extras > h3 span {
  color: red;
}
.footer_extras .terms {
  display: block;
  float: none;
}
.footer_extras_wrap_1 {
  background: #FAFAFA;
  margin-top: 30px;
  padding-top: 30px;
}
.footer_extras_wrap_1 .footer_extras_wrap_title {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
}
.footer_extras_wrap_1 .footer_extras_wrap_title span {
  font-weight: 600;
}
.footer_extras_wrap_1 p.stockItemMoreInfo {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
.footer_extras_wrap_1 .formEnquiryContainer {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
.footer_extras_wrap_1 .formEnquiryContainer form h2 {
  color: red;
}
.footer_extras_wrap_2 {
  padding-top: 30px;
}
.footer_extras_wrap_2 .footer_extras_wrap_title {
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 50px;
  text-transform: capitalize;
}
.footer_extras_wrap_2 .footer_extras_wrap_title span {
  font-weight: 500;
  color: red;
}
.footer_top1 .footer_logo {
  margin: 20px 0;
}
.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%;
}
@media (max-width: 991px) {
  .carousel-indicators {
    display: none;
  }
}
.carousel-indicators li {
  background: #fff;
}
.carousel-indicators li.active {
  background: red;
}
.carousel-indicators li,
.carousel-indicators li.active {
  border: none;
  height: 2.5px;
  width: 20px;
  margin: 0 2.5px;
}
.bg-slider {
  height: 38px;
  width: 100%;
  margin-top: -38px;
  z-index: 999;
  position: relative;
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/bg-slider.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content {
  position: relative;
  overflow: hidden;
}
.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 {
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .tabbed > .tab_content {
    margin-top: 25px !important;
  }
}
.tabs > ul li:hover a {
  color: #fff !important;
}
.tabs > ul li.active a {
  color: #fff !important;
}
.tabs > ul li a {
  color: #505150 !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: none;
  border: none;
  padding-bottom: 15px;
  min-height: 75px;
  overflow: visible !important;
}
@media (max-width: 480px) {
  .tabs_header {
    padding-left: 0;
  }
}
.tabs_header li {
  height: 50px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: #fff;
  border-left: 2px solid #f7f7f7;
}
@media (max-width: 991px) {
  .tabs_header li {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .tabs_header li {
    width: 100%;
  }
}
.tabs_header li a {
  color: #505150 !important;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@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 24px;
  margin: 15px 0;
  display: block;
}
@media (max-width: 991px) {
  .tabs_header li a span {
    margin: 0;
  }
}
.tabs_header li a:hover {
  color: #505150 !important;
}
.tabs_header li.active,
.tabs_header li:hover {
  height: 50px;
  border-bottom: 3px solid red;
  background: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
@media (max-width: 991px) {
  .tabs_header li.active,
  .tabs_header li:hover {
    height: 40px;
  }
}
.tabs_header li.active a,
.tabs_header li:hover a {
  color: #fff !important;
}
.tabs_header li.dropdown a span {
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/icon-down-grey.png") right center no-repeat;
  padding-right: 30px;
  margin-right: 10px;
}
.tabs_header li.dropdown #vdp_tab_dropdown_subnav {
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: 0;
}
.tabs_header li.dropdown #vdp_tab_dropdown_subnav ul li {
  height: 40px !important;
  line-height: 40px;
  width: 100%;
  border: none;
}
.tabs_header li.dropdown #vdp_tab_dropdown_subnav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 0 25px;
  font-weight: 500;
  border: none;
  border-top: 1px solid #ccc;
  color: #fff !important;
  background: #000;
}
.tabs_header li.dropdown #vdp_tab_dropdown_subnav ul li a:hover {
  background: #fff;
  color: red !important;
}
.tabs_header li.dropdown:hover a span {
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/icon-down.png") right center no-repeat;
}
.tabs_header li.dropdown:hover #vdp_tab_dropdown_subnav {
  display: block;
}
.tabs_header li.last {
  background: red;
}
.tabs_header li.last:hover {
  background: #8f0e00;
}
.tabs_header li.last a {
  color: #fff !important;
}
.stockSearchSelectField {
  float: none;
  display: inline-block;
  width: 31%;
  clear: none !important;
  margin: 0 2% 15px 0 !important;
  height: 35px;
  -moz-border-radius: 0;
  border-radius: 0;
}
@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/isuzu-ute/images/bg-li.png) no-repeat 0 5px;
}
.btn-drop {
  position: relative;
  width: 150px;
}
.btn-drop:hover ul {
  display: block;
}
.btn-drop > div {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 0 !important;
}
.btn-drop h5 {
  padding: 0 15px 0 0;
  margin: 0;
  line-height: 34px;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/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/isuzu-ute/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;
    padding-top: 0;
  }
}
.page_title h1 {
  color: #333;
  font-size: 41px;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.page_title h1 sup {
  font-size: 18px;
  top: -20px;
}
@media (max-width: 767px) {
  .page_title h1 sup {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .page_title h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.page_title h1 span {
  color: red;
  font-weight: 600;
}
.bc_wrap {
  height: 40px;
}
@media (max-width: 1199px) {
  .bc_wrap {
    height: auto;
  }
}
@media (max-width: 767px) {
  .bc_wrap {
    background: none;
  }
}
.bc_wrap_share {
  height: 40px;
}
.breadcrumbs {
  color: #111;
  font-size: 15px;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 85%;
}
.breadcrumbs sup {
  font-size: 10px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs > a {
  color: #666;
  float: left;
  font-size: 14px;
  padding: 0;
  line-height: 50px;
}
@media (max-width: 767px) {
  .breadcrumbs > a {
    display: none;
  }
}
.breadcrumbs span {
  color: #666;
  font-size: 14px !important;
  text-transform: capitalize;
  line-height: 50px;
}
@media (max-width: 767px) {
  .breadcrumbs span {
    font-size: 15px !important;
    line-height: 20px;
  }
}
.breadcrumbs span.breadcrumbsSeperator {
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/list-bread.jpg") no-repeat right center;
  color: #666;
  float: left;
  width: 20px;
  height: 50px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .breadcrumbs span.breadcrumbsSeperator {
    display: none;
  }
}
.header-share {
  height: 40px;
  float: right;
  margin-top: -28px;
}
@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;
  display: none;
}
.page_404 {
  height: 100%;
}
.chrome .stockSearchSelectField .chzn-choices {
  width: 99%;
}
#lightbox-container-image-data-box {
  width: 110%;
}
.disclaimer_btm_notes {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.disclaimer_btm_notes h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  color: #303030;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.disclaimer_btm_notes p {
  font-size: 11px;
  color: #303030;
  line-height: 16px;
}
#stockItemEnquiryContainer > h3 {
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
}
@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;
}
.carousel-control.right {
  background: none;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #000;
  border-color: #000;
}
@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 {
    border: none;
    margin-right: 0;
    position: absolute;
    left: 15px;
    top: 5px;
  }
  .navbar-collapse ul li {
    margin: 0;
  }
  .navbar-collapse ul li a {
    padding: 10px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .navbar-header button {
    right: 15px;
    left: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .navbar-collapse ul li a {
    padding-left: 10px;
  }
}
.general_content {
  margin-top: -25px;
  margin-bottom: 50px;
}
.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: red;
  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("https://templatesnew.digitaldealer.com.au/isuzu-ute/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;
  list-style: none;
}
@media (max-width: 767px) {
  .general_content .tabs > ul li,
  .general_content .tabbed > ul li {
    margin: 0;
  }
}
.thankyou .thankyouMessage,
.thankyou-accessories-enquiry .thankyouMessage,
.thankyou-book-a-service .thankyouMessage,
.thankyou-book-a-test-drive .thankyouMessage,
.thankyou-careers-enquiry .thankyouMessage,
.thankyou-demo-vehicle-enquiry .thankyouMessage,
.thankyou-download-a-brochure .thankyouMessage,
.thankyou-enquire-about-a-special .thankyouMessage,
.thankyou-finance-enquiry .thankyouMessage,
.thankyou-fleet-enquiry .thankyouMessage,
.thankyou-general-service-enquiry .thankyouMessage,
.thankyou-general-test-drive-enquiry .thankyouMessage,
.thankyou-sales-request-call-back .thankyouMessage,
.thankyou-new-vehicle-enquiry .thankyouMessage,
.thankyou-parts-enquiry .thankyouMessage,
.thankyou-request-a-call-back .thankyouMessage,
.thankyou-roadside-assistance-enquiry .thankyouMessage,
.thankyou-showroom-enquiry .thankyouMessage,
.thankyou-smartcare-enquiry .thankyouMessage,
.thankyou-subscribe-to-our-newsletter .thankyouMessage,
.thankyou-trade-in-your-vehicle .thankyouMessage,
.thankyou-used-vehicle-enquiry .thankyouMessage,
.thankyou-warranty-enquiry .thankyouMessage {
  text-align: center;
  padding: 20px;
  background: #fff;
  margin: 30px 15px;
}
.thankyou .thankyouMessage p,
.thankyou-accessories-enquiry .thankyouMessage p,
.thankyou-book-a-service .thankyouMessage p,
.thankyou-book-a-test-drive .thankyouMessage p,
.thankyou-careers-enquiry .thankyouMessage p,
.thankyou-demo-vehicle-enquiry .thankyouMessage p,
.thankyou-download-a-brochure .thankyouMessage p,
.thankyou-enquire-about-a-special .thankyouMessage p,
.thankyou-finance-enquiry .thankyouMessage p,
.thankyou-fleet-enquiry .thankyouMessage p,
.thankyou-general-service-enquiry .thankyouMessage p,
.thankyou-general-test-drive-enquiry .thankyouMessage p,
.thankyou-sales-request-call-back .thankyouMessage p,
.thankyou-new-vehicle-enquiry .thankyouMessage p,
.thankyou-parts-enquiry .thankyouMessage p,
.thankyou-request-a-call-back .thankyouMessage p,
.thankyou-roadside-assistance-enquiry .thankyouMessage p,
.thankyou-showroom-enquiry .thankyouMessage p,
.thankyou-smartcare-enquiry .thankyouMessage p,
.thankyou-subscribe-to-our-newsletter .thankyouMessage p,
.thankyou-trade-in-your-vehicle .thankyouMessage p,
.thankyou-used-vehicle-enquiry .thankyouMessage p,
.thankyou-warranty-enquiry .thankyouMessage p {
  color: #000;
}
.thankyou .thankyouMessage button,
.thankyou-accessories-enquiry .thankyouMessage button,
.thankyou-book-a-service .thankyouMessage button,
.thankyou-book-a-test-drive .thankyouMessage button,
.thankyou-careers-enquiry .thankyouMessage button,
.thankyou-demo-vehicle-enquiry .thankyouMessage button,
.thankyou-download-a-brochure .thankyouMessage button,
.thankyou-enquire-about-a-special .thankyouMessage button,
.thankyou-finance-enquiry .thankyouMessage button,
.thankyou-fleet-enquiry .thankyouMessage button,
.thankyou-general-service-enquiry .thankyouMessage button,
.thankyou-general-test-drive-enquiry .thankyouMessage button,
.thankyou-sales-request-call-back .thankyouMessage button,
.thankyou-new-vehicle-enquiry .thankyouMessage button,
.thankyou-parts-enquiry .thankyouMessage button,
.thankyou-request-a-call-back .thankyouMessage button,
.thankyou-roadside-assistance-enquiry .thankyouMessage button,
.thankyou-showroom-enquiry .thankyouMessage button,
.thankyou-smartcare-enquiry .thankyouMessage button,
.thankyou-subscribe-to-our-newsletter .thankyouMessage button,
.thankyou-trade-in-your-vehicle .thankyouMessage button,
.thankyou-used-vehicle-enquiry .thankyouMessage button,
.thankyou-warranty-enquiry .thankyouMessage button {
  margin: 20px auto;
}
.thankyou .page_title,
.thankyou-accessories-enquiry .page_title,
.thankyou-book-a-service .page_title,
.thankyou-book-a-test-drive .page_title,
.thankyou-careers-enquiry .page_title,
.thankyou-demo-vehicle-enquiry .page_title,
.thankyou-download-a-brochure .page_title,
.thankyou-enquire-about-a-special .page_title,
.thankyou-finance-enquiry .page_title,
.thankyou-fleet-enquiry .page_title,
.thankyou-general-service-enquiry .page_title,
.thankyou-general-test-drive-enquiry .page_title,
.thankyou-sales-request-call-back .page_title,
.thankyou-new-vehicle-enquiry .page_title,
.thankyou-parts-enquiry .page_title,
.thankyou-request-a-call-back .page_title,
.thankyou-roadside-assistance-enquiry .page_title,
.thankyou-showroom-enquiry .page_title,
.thankyou-smartcare-enquiry .page_title,
.thankyou-subscribe-to-our-newsletter .page_title,
.thankyou-trade-in-your-vehicle .page_title,
.thankyou-used-vehicle-enquiry .page_title,
.thankyou-warranty-enquiry .page_title {
  height: 75px;
}
.thankyou .page_title h1,
.thankyou-accessories-enquiry .page_title h1,
.thankyou-book-a-service .page_title h1,
.thankyou-book-a-test-drive .page_title h1,
.thankyou-careers-enquiry .page_title h1,
.thankyou-demo-vehicle-enquiry .page_title h1,
.thankyou-download-a-brochure .page_title h1,
.thankyou-enquire-about-a-special .page_title h1,
.thankyou-finance-enquiry .page_title h1,
.thankyou-fleet-enquiry .page_title h1,
.thankyou-general-service-enquiry .page_title h1,
.thankyou-general-test-drive-enquiry .page_title h1,
.thankyou-sales-request-call-back .page_title h1,
.thankyou-new-vehicle-enquiry .page_title h1,
.thankyou-parts-enquiry .page_title h1,
.thankyou-request-a-call-back .page_title h1,
.thankyou-roadside-assistance-enquiry .page_title h1,
.thankyou-showroom-enquiry .page_title h1,
.thankyou-smartcare-enquiry .page_title h1,
.thankyou-subscribe-to-our-newsletter .page_title h1,
.thankyou-trade-in-your-vehicle .page_title h1,
.thankyou-used-vehicle-enquiry .page_title h1,
.thankyou-warranty-enquiry .page_title h1 {
  display: none;
}
.section-white {
  background: white;
  padding: 40px 0;
}
.service-specials,
.specials-custom-page {
  position: relative;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ccc;
  -moz-box-shadow: inset 0px 0px 0px 2px #ccc;
  box-shadow: inset 0px 0px 0px 2px #ccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.service-specials .specialTitle,
.specials-custom-page .specialTitle {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.service-specials .specialFeatures ul,
.specials-custom-page .specialFeatures ul {
  margin-bottom: 30px;
}
.service-specials .specialFeatures ul li,
.specials-custom-page .specialFeatures ul li {
  width: 100% !important;
}
.service-specials .specialImage img,
.specials-custom-page .specialImage img {
  width: 100%;
}
.service-specials .price,
.specials-custom-page .price {
  padding: 0;
  margin: 0;
  background: none;
  color: black;
}
.service-specials .btn,
.specials-custom-page .btn {
  font-size: 14px;
  padding: 0;
  color: white;
  background: red;
  margin-bottom: 10px;
  border: none;
}
.service-specials .btn:hover,
.specials-custom-page .btn:hover {
  background: #cc0000;
  color: white;
}
.service-specials .item,
.specials-custom-page .item {
  padding: 20px;
}
.service-specials .carousel-control,
.specials-custom-page .carousel-control {
  width: 40px;
  height: 40px;
  top: 15px;
}
.service-specials .carousel-control.left,
.specials-custom-page .carousel-control.left {
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/left-big2.png) center center;
}
.service-specials .carousel-control.right,
.specials-custom-page .carousel-control.right {
  background: url(https://templatesnew.digitaldealer.com.au/isuzu-ute/images/right-big2.png) center center;
}
.terms {
  margin: 15px auto;
  clear: none;
  line-height: 16px;
  color: #666666;
  font-size: 75%;
}
#stockSearch .stockSearchSelectField {
  height: auto;
  width: 100%;
  background: transparent;
}
.si-view {
  font-size: 16px;
  line-height: 1.6;
}
.stockItem .si-rsv .cta_enquiry,
.stockItem .rsv .cta_enquiry {
  width: auto;
}
@media (min-width: 767px) {
  .stockItem .si-rsv .cta_enquiry,
  .stockItem .rsv .cta_enquiry {
    display: inline-flex;
    flex-direction: column;
  }
}
.stockItem .si-rsv a,
.stockItem .si-rsv .btn,
.stockItem .rsv a,
.stockItem .rsv .btn {
  width: auto;
  min-width: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.stockItem .si-rsv a.btn-reserve-more,
.stockItem .si-rsv .btn.btn-reserve-more,
.stockItem .rsv a.btn-reserve-more,
.stockItem .rsv .btn.btn-reserve-more {
  box-shadow: 0 0 0 rgba(0,0,0,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;
}
