.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;
}
.content {
  min-height: 10px;
}
.tabbed > div.panels {
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row-flex [class*="col-"] {
    margin-bottom: 0;
  }
}
.row-flex .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .row-flex .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .row-flex .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.row-flex p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .even .row-flex {
    flex-flow: row-reverse;
  }
}
.section {
  margin: 50px auto;
}
.bg-light {
  background: #E5E5E5;
}
.img-full {
  width: 100%;
}
.container .zigzag .container {
  padding: 0;
  width: auto;
}
.cta .btn {
  margin: 40px auto;
}
.hero-banner {
  position: relative;
}
.hero-banner img {
  width: 100%;
  height: auto;
}
.hero-banner .content {
  background: #222;
  padding: 20px;
}
.hero-banner .content .subtitle,
.hero-banner .content .title {
  color: white;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .hero-banner .content {
    background: transparent;
    width: 450px;
    top: initial;
    bottom: 60px;
    left: 60px;
    position: absolute;
    text-align: left;
  }
  .hero-banner .content .subtitle,
  .hero-banner .content .title {
    text-align: left;
  }
  .hero-banner .content .subtitle {
    font-size: 46px;
  }
  .hero-banner .content .title {
    font-size: 76px;
  }
}
.intro {
  margin: 50px auto;
  margin-bottom: 0;
  text-align: center;
}
.intro .image img {
  margin: 0 auto;
}
.intro .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.intro.dark {
  background: #222;
  color: white;
}
.intro.dark h2,
.intro.dark h3,
.intro.dark p {
  color: white;
}
.intro.dark a {
  color: red;
}
.zigzag {
  margin: 50px auto;
}
.zigzag .content {
  padding: 30px;
}
.zigzag .cta .btn {
  margin: 20px auto;
}
.zigzag .container > .row-flex {
  background: #E5E5E5;
}
.zigzag .container > .row-flex [class*="col-"] {
  padding: 0;
}
@media (min-width: 992px) {
  .zigzag.even.zz-odd .row-flex {
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .zigzag.odd.zz-even .row-flex {
    flex-flow: row-reverse;
  }
}
.zigzag.dark .container > .row-flex {
  background: #222;
  color: white;
}
.zigzag.dark .container > .row-flex h2,
.zigzag.dark .container > .row-flex h3,
.zigzag.dark .container > .row-flex p {
  color: white;
}
.zigzag.zz-panel.even .row-flex,
.zigzag.zz-panel.odd .row-flex {
  flex-flow: column;
  background: white;
  background: -moz-linear-gradient(top,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  background: -webkit-linear-gradient(top,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  background: linear-gradient(to bottom,white 0%,white 40%,#E5E5E5 40%,#E5E5E5 40%,#E5E5E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='@greyE',GradientType=0);
}
.zigzag.zz-panel.even .content,
.zigzag.zz-panel.odd .content {
  text-align: center;
}
@media (min-width: 768px) {
  .zigzag.zigzag-sm img {
    float: right;
    padding: 40px;
    padding-right: 0;
    max-width: 300px;
  }
}
.panels {
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
}
@media (min-width: 768px) {
  .panels [class*="col-"] {
    margin-bottom: 0;
  }
}
.panels .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .panels .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.panels p:last-of-type {
  margin-bottom: 0;
}
.panels .content-wrap {
  margin: 0 15px;
  background: #E5E5E5;
}
.panels .content-wrap .content {
  min-height: 155px;
}
.panels .content-wrap .title {
  font-size: 125%;
}
.panels .content {
  padding: 15px;
}
.panels .col {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.panels .col .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .panels.panels-count-1 .col,
  .panels.panels-count-2 .col {
    margin-bottom: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-3 .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-1,
  .panels.panels-count-2,
  .panels.panels-count-3,
  .panels.panels-count-4 {
    margin-bottom: 0;
  }
}
.disclaimer {
  color: #666666;
}
.disclaimer .title {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.disclaimer .content {
  border-top: 1px solid #666666;
  font-size: 12px;
  padding: 20px 0;
}
.blurb-nav-tabs.nav-tabs {
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border: none;
  justify-content: center;
}
.blurb-nav-tabs.nav-tabs li a {
  margin: 5px;
  padding: 10px;
  max-width: 170px;
  text-align: center;
  border: none;
  border-bottom: 5px solid #cccccc;
  color: #333333;
  font-family: "Rift Demi", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: transparent;
}
.blurb-nav-tabs.nav-tabs li.active a,
.blurb-nav-tabs.nav-tabs li:hover a,
.blurb-nav-tabs.nav-tabs li:active a,
.blurb-nav-tabs.nav-tabs li:focus a,
.blurb-nav-tabs.nav-tabs li:focus-within a {
  background: transparent;
  border: none;
  border-bottom: 5px solid red;
}
.blurb-nav-tabs.hide-navs {
  display: none;
}
.blurb-controls-tabs {
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.blurb-controls-tabs li {
  display: inline-block;
}
.blurb-controls-tabs li .btn-click {
  display: block;
  width: 60px;
  height: 40px;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  cursor: pointer;
}
.blurb-controls-tabs li .btn-click.btn-prev {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/prev-light.svg);
  margin-right: 0.5px;
}
.blurb-controls-tabs li .btn-click.btn-next {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/next-light.svg);
  margin-left: 0.5px;
}
.blurb-controls-tabs li .btn-click:hover {
  background-color: #333;
}
.blurb-controls-tabs li .btn-click.disabled {
  cursor: auto;
  opacity: 0.5;
}
.blurb-controls-tabs li .btn-click.disabled:hover {
  background-color: #555;
}
.blurb-controls-tabs.hide-controls {
  display: none;
}
.blurb-tab-content .zigzag {
  margin: 0 auto;
}
.blurb-tab-switcher .blurb-nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  .blurb-tab-switcher .blurb-nav-tabs {
    display: flex;
  }
  .blurb-tab-switcher .blurb-controls-tabs {
    display: none;
  }
}
.content.listAccessories .showroom-item {
  display: block;
  margin-bottom: 40px;
  background: #fff;
  padding-top: 15px;
  min-height: 300px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content.listAccessories .showroom-item h4 {
  margin: 15px;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: red;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  min-height: 70px;
}
.content.listAccessories .showroom-item img {
  width: 80%;
  margin: 10%;
}
.content.listAccessories .showroom-item:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.5);
}
.content.listAccessories .showroom-item:hover img {
  opacity: 0.85;
}
#map_big {
  position: relative;
  height: 450px;
  padding: 0;
}
@media (max-width: 480px) {
  #map_big {
    margin-bottom: 0px;
    height: 580px;
  }
}
#map_big #map {
  height: 450px;
  width: 100%;
  position: absolute;
}
@media (max-width: 480px) {
  #map_big #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big #map_details > div {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 250px;
  margin-right: 0;
  margin-top: 25px;
  float: right;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
@media (max-width: 480px) {
  #map_big #map_details > div {
    width: 100%;
    position: inherit;
    -moz-box-shadow: 0 0 0px #fff;
    -webkit-box-shadow: 0 0 0px #fff;
    box-shadow: 0 0 0px #fff;
    padding: 15px;
    margin: 0 0 15px;
  }
}
#map_big #map_details > div h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#map_big #map_details > div p {
  font-size: 14px;
  color: #000;
}
#map_big #map_details > div .phone {
  display: block;
  margin: 15px 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#map_big #map_details > div .phone a {
  color: red;
}
#map_big #map_details > div a.link_arrow {
  margin: 0 -20px;
  display: block;
  color: #282828;
  text-transform: uppercase;
  background: url("https://templatesnew.digitaldealer.com.au/isuzu-ute/images/icon-map.jpg") 15px 15px no-repeat;
  line-height: 30px;
  padding-left: 40px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-weight: 500;
  font-family: "Aktiv Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 480px) {
  #map_big #map_details > div a.link_arrow {
    margin: 15px 0 30px;
    font-size: 14px;
  }
}
#map_big #map_details li {
  font-size: 13px;
  color: #000;
}
#map_big .openingHours {
  margin-bottom: 10px;
  min-height: 70px;
}
#map_big .openingHours 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;
}
#map_big .openingHours li strong {
  font-weight: normal;
}
#map_big .openingHoursSpecials h3 {
  font-size: 12px;
  color: red;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  #map_big.multi-location {
    margin-bottom: 0px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  #map_big.multi-location #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big.multi-location #map_details > div {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  #map_big.multi-location #map_details > div {
    width: 30%;
    position: inherit;
  }
}
@media (max-width: 767px) {
  #map_big.multi-location #map_details > div {
    width: 100%;
    position: inherit;
    -moz-box-shadow: 0 0 0px white;
    -webkit-box-shadow: 0 0 0px white;
    box-shadow: 0 0 0px white;
    margin-bottom: 25px;
    margin-top: 0;
    margin-right: 0;
  }
}
#map_big #map {
  pointer-events: none;
}
.maps_locations {
  margin: 30px 0;
  text-align: center;
}
.maps_locations .maps_loc_wrap {
  background: white;
  overflow: hidden;
  margin: 0;
}
.maps_locations .maps_loc_wrap .maps_loc_img {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .maps_locations .maps_loc_wrap .maps_loc_img {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .maps_locations .maps_loc_wrap .maps_loc_img {
    padding: 0;
    width: 100%;
  }
  .maps_locations .maps_loc_wrap .maps_loc_img img {
    width: 100%;
  }
}
.maps_locations .maps_loc_wrap .maps_loc_info {
  padding: 15px;
}
.maps_locations .maps_loc_wrap .maps_loc_info .openingHours {
  min-height: 65px;
}
.maps_locations .maps_loc_wrap .maps_loc_info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 15px;
  color: red;
}
.maps_locations .maps_loc_wrap .maps_loc_info h4 {
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 20px;
  text-transform: uppercase;
  color: red;
}
.maps_locations .maps_loc_wrap .maps_loc_info p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}
.maps_locations .maps_loc_wrap .maps_loc_info li {
  color: #444;
  list-style: none;
  margin: 0 0 3px;
  padding: 0 0 0 13px;
}
.maps_locations .maps_loc_wrap .maps_loc_info a[href^="tel"] {
  color: red;
}
.maps_locations .maps_loc_wrap .maps_loc_info .maps_loc_licence {
  margin-top: 15px;
}
.maps_locations .maps_loc_wrap .maps_loc_info .map_loc_links li a.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 ;
}
@media (min-width: 768px) {
  .toolbox ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.toolbox ul li {
  margin: 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .toolbox ul li {
    width: 19%;
  }
}
.toolbox ul li a {
  display: block;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  background: white;
  border-bottom: 1px solid #E5E5E5;
  padding: *0.66;
  color: #282828;
  text-align: left;
  text-decoration: none;
}
.toolbox ul li a:after {
  position: absolute;
  top: 24px;
  right: 10px;
}
.toolbox ul li a i,
.toolbox ul li a svg,
.toolbox ul li a span,
.toolbox ul li a img {
  display: inline-block;
  text-align: center;
  margin: 0  0 0;
  position: relative;
}
.toolbox ul li a i:after,
.toolbox ul li a svg:after,
.toolbox ul li a span:after,
.toolbox ul li a img:after {
  position: absolute;
  line-height: 1;
  height: 25px;
  width: 25px;
  font-size: 22px;
  left: 0;
  top: 7px;
}
.toolbox ul li a i,
.toolbox ul li a svg,
.toolbox ul li a img {
  line-height: 1;
  height: 25px;
  width: 25px;
  font-size: 25px;
  margin-right: 10px;
}
.toolbox ul li a span {
  color: ;
  font-size: ;
}
.toolbox ul li a:hover {
  color: white;
  background: #999999;
}
.toolbox ul li a:hover span {
  color: red;
}
@media (min-width: 768px) {
  .toolbox ul li a {
    text-align: center;
    padding: *0.5;
    background: transparent;
    border: none;
  }
  .toolbox ul li a i,
  .toolbox ul li a svg,
  .toolbox ul li a span {
    font-size: 275%;
    display: inline-block;
    height: auto;
    width: auto;
    font-size: auto;
  }
  .toolbox ul li a i:after,
  .toolbox ul li a svg:after,
  .toolbox ul li a span:after {
    line-height: 1;
    height: 50px;
    width: 50px;
    font-size: 50px;
    position: relative;
  }
  .toolbox ul li a i,
  .toolbox ul li a svg {
    margin: 0 0  0;
    display: block;
  }
  .toolbox ul li a span {
    font-size: 100%;
    margin-top: *.3;
    margin-bottom: ;
  }
  .toolbox ul li a:after {
    content: '';
    height: 3px;
    background-color: #282828;
    width: 0;
    display: block;
    margin: 0 auto;
    transform: initial;
    position: relative;
    top: auto;
    right: auto;
  }
  .toolbox ul li a:hover {
    background: transparent;
  }
  .toolbox ul li a:hover i,
  .toolbox ul li a:hover svg {
    color: #282828;
  }
  .toolbox ul li a:hover span {
    color: ;
  }
  .toolbox ul li a:hover:after {
    width: 100%;
  }
}
.toolbox.toolbox-sticky {
  overflow: hidden;
  display: block;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 0;
  position: fixed;
  border: 1px solid #D5D5D5;
  border-right: none;
  z-index: 99;
  background-color: rgba(238,238,238,0.94);
  padding: 0;
}
@media (max-width: 767px) {
  .toolbox.toolbox-sticky {
    display: none;
  }
}
.toolbox.toolbox-sticky ul {
  list-style: none;
  flex-direction: column;
}
.toolbox.toolbox-sticky ul li {
  width: 44px;
}
.toolbox.toolbox-sticky ul li a {
  font-weight: 300;
  text-align: left;
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid #D5D5D5;
  padding: 10px;
  height: 44px;
}
.toolbox.toolbox-sticky ul li a:hover i {
  background-color: #020202;
}
.toolbox.toolbox-sticky ul li a:hover i:after,
.toolbox.toolbox-sticky ul li a:hover span {
  color: red;
}
.toolbox.toolbox-sticky ul li a:after {
  display: none;
}
.toolbox.toolbox-sticky ul li a i,
.toolbox.toolbox-sticky ul li a span {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-family: "Rift", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.toolbox.toolbox-sticky ul li a span {
  width: 0;
  display: none;
}
.toolbox.toolbox-sticky ul li a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: *1.5;
  line-height: 1;
}
.toolbox.toolbox-sticky ul li a i:after {
  font-size: *1.5;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  margin-top: 0;
  top: 0;
}
.toolbox.toolbox-sticky:hover li {
  width: 220px;
}
.toolbox.toolbox-sticky:hover li span {
  width: auto;
  display: inline-block;
}
