.group:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.transition {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn {
  color: white;
  border: #ee1b0a 1px solid;
  background: #ee1b0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "robotoblack";
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn:hover,
.btn:active,
.btn.active,
.btn:focus-within,
.btn:focus {
  background: #000;
  color: white;
  border: #000 1px solid;
  outline: 0;
}
.btn.btn-main {
  background: #000;
  border: #000 1px solid;
  color: white;
}
.btn.btn-main:hover,
.btn.btn-main:active,
.btn.btn-main.active,
.btn.btn-main:focus-within,
.btn.btn-main:focus {
  background: #ee1b0a;
  border: #ee1b0a 1px solid;
}
.btn.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.btn.btn-get-quote:hover,
.btn.btn-get-quote:active,
.btn.btn-get-quote.active,
.btn.btn-get-quote:focus-within,
.btn.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.btn.btn-outline {
  border: #ee1b0a solid 2px;
  background: transparent;
  color: black;
}
.btn.btn-outline:hover,
.btn.btn-outline:active,
.btn.btn-outline.active,
.btn.btn-outline:focus-within,
.btn.btn-outline:focus {
  border: #ee1b0a solid 2px;
  color: white;
  background: #ee1b0a;
  box-shadow: none;
}
.btn.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #ee1b0a;
  border-bottom: none;
}
.btn-sm {
  font-size: 13.6px;
  padding: 12.5px;
}
.btn-xs {
  font-size: 12px;
  padding: 7.5px 12.5px;
}
.flexslider .flex-pauseplay a:before,
.flexslider .flex-direction-nav a:before {
  font-family: sans-serif;
}
.flexslider .flex-direction-nav a {
  text-shadow: none;
  background: black;
}
.flexslider .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a.flex-prev {
  opacity: .75;
  width: auto;
  height: auto;
  padding: 10px 15px;
  font-weight: 100;
}
.flexslider .flex-direction-nav a.flex-next:before,
.flexslider .flex-direction-nav a.flex-prev:before {
  font-family: arial, sans-serif;
  color: white;
  width: 20px;
  height: 20px;
}
.flexslider .flex-direction-nav a.flex-next {
  right: 0;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "";
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/next-light.svg);
}
.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "";
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/prev-light.svg);
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider#carousel .flex-direction-nav a.flex-prev,
.flexslider#carousel .flex-direction-nav a.flex-next {
  padding: 5px 7.5px;
}
.stock .btn,
.si-details .btn {
  line-height: 1.2;
}
.stock .btn-link,
.si-details .btn-link {
  border-bottom-width: 0;
}
.stock .btn-link:hover,
.stock .btn-link:active,
.stock .btn-link.active,
.stock .btn-link:focus-within,
.stock .btn-link:focus,
.si-details .btn-link:hover,
.si-details .btn-link:active,
.si-details .btn-link.active,
.si-details .btn-link:focus-within,
.si-details .btn-link:focus {
  border-bottom-width: 0;
}
.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: #000;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(https://templatesnew.digitaldealer.com.au/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: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ee1b0a url("../images/bg-home-search-tab-active.png") right center no-repeat;
  border: none;
  font-family: "robotobold";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
  background: #d70011 url("../images/bg-home-search-tab-active2.png") right center no-repeat;
  color: #fff;
}
.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-map-directions {
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #000;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.defaultLi {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/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: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #000;
}
@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto-black.eot");
  src: url("../fonts/roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black.woff") format("woff"), url("../fonts/roboto-black.ttf") format("truetype"), url("../fonts/roboto-black.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold.eot");
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.brand-font,
.brand-font-regular {
  font-family: "robotobold";
}
.font-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font-bold {
  font-family: "robotoblack";
}
.brand-font-light {
  font-family: "robotoregular";
}
.brand-font-2 {
  font-family: "Lato", sans-serif;
}
.brand-font-3 {
  font-family: "Oswald", sans-serif;
}
.index-title {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #333;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.index-title span {
  font-weight: 700;
  color: #ee1b0a;
}
.index-border {
  width: 75px;
  height: 3px;
  background-color: #ee1b0a;
  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;
}
.col-xs-12 {
  width: 99.9% !important;
}
.col-xs-9 {
  width: 74.9% !important;
}
.col-xs-6 {
  width: 49.9% !important;
}
.col-xs-4 {
  width: 33.2% !important;
}
.col-xs-3 {
  width: 24.9% !important;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 99.9% !important;
  }
  .col-sm-9 {
    width: 74.9% !important;
  }
  .col-sm-6 {
    width: 49.9% !important;
  }
  .col-sm-4 {
    width: 33.2% !important;
  }
  .col-sm-3 {
    width: 24.9% !important;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 99.9% !important;
  }
  .col-md-9 {
    width: 74.9% !important;
  }
  .col-md-6 {
    width: 49.9% !important;
  }
  .col-md-4 {
    width: 33.2% !important;
  }
  .col-md-3 {
    width: 24.9% !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 99.9% !important;
  }
  .col-lg-9 {
    width: 74.9% !important;
  }
  .col-lg-6 {
    width: 49.9% !important;
  }
  .col-lg-4 {
    width: 33.2% !important;
  }
  .col-lg-3 {
    width: 24.9% !important;
  }
}
.content {
  margin-top: 0;
}
.home_panel_wrap {
  width: 100%;
  background: url('../images/bg-home-panel.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .home_panel_wrap {
    min-height: 500px;
    padding-top: 35px;
  }
}
.home_panel_top {
  margin: 20px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home_panel_top {
    margin: 0 0 25px;
  }
}
.home_panel_top .home_panel_top_content {
  position: relative;
  padding: 0 15px 15px;
  margin: -3px 0 0;
  background: #fff;
  border-top: 3px solid #ee1b0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 235px;
}
.home_panel_top .home_panel_top_content h3 {
  color: #ee1b0a;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1199px) {
  .home_panel_top .home_panel_top_content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home_panel_top .home_panel_top_content h3 {
    font-size: 18px;
  }
}
.home_panel_top .home_panel_top_content p {
  font-size: 14px;
  color: #333;
}
.home_panel_top .home_panel_top_content a {
  display: block;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin: 15px 0 5px;
  font-weight: bold;
  font-family: "robotobold";
}
.home_panel_top .home_panel_top_content a:hover {
  color: #ee1b0a;
}
.home_panel_top .home_panel_top_content a span {
  display: inline-block;
  margin-left: 5px;
}
.home_panel_top > img {
  margin: 0;
  width: 100%;
}
.home_panel_top:hover .home_panel_top_title {
  background: #ee1b0a;
  color: #fff;
}
.index_page_description {
  background: #fff;
  margin: 0 auto;
}
.index_page_description .index_page_title {
  color: #252525;
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
.index_page_description .index_page_subtitle {
  color: #de2328;
  font-size: 15px;
  font-family: "robotoregular";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.index_page_description .index_page_intro {
  font-size: 14px;
  color: #252525;
  font-family: "robotoregular";
  font-weight: 400;
  text-align: center;
  padding: 0 15%;
  margin-bottom: 30px;
  line-height: 2;
}
@media (max-width: 991px) {
  .index_page_description .index_page_intro {
    padding: 0 5%;
  }
}
.index_page_description .index-border {
  margin: 25px auto;
}
.index_specials_bg {
  background: #f3f3f3;
}
.index_specials_bg .index_specials_container {
  margin: 30px 0 0;
}
.index_specials_bg .index_specials_container .index_specials {
  position: relative;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list {
  margin-top: 40px;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem {
  height: 580px;
  overflow: hidden;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem > a > div {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem > a > div:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.5);
}
@media (max-width: 1199px) {
  .index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem {
    height: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem {
    padding-bottom: 0;
  }
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h3 {
  margin: 0;
  height: 90px;
  width: 100%;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h3 {
    height: auto;
    margin-bottom: 15px;
  }
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h3 .stockList_type {
  float: left;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h3 .stockList_number {
  float: right;
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h3 span {
  display: block;
  font-size: 11px;
  padding-top: 5px;
  color: #999;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockLeft {
  float: none;
  margin-bottom: 20px;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .imageContainer img {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockRight {
  float: none;
  margin-top: 20px;
  height: 100px;
  padding: 0 15px;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li {
  background: none;
  padding: 3px 0 0 30px;
  color: #333;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon1 {
  background: url('../images/stockList-icon1.png') left center no-repeat;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon2 {
  background: url('../images/stockList-icon2.png') left center no-repeat;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon3 {
  background: url('../images/stockList-icon3.png') left center no-repeat;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h4 {
  font-size: 11px;
  color: #333;
  text-transform: none;
  margin-top: 25px;
  margin-right: 6px;
  text-align: left;
  line-height: 24px;
  float: left;
  margin-left: 0;
  padding: 0 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem h4 span {
  display: block;
  font-size: 28px !important;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #ee1b0a;
  padding-bottom: 5px;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .stockListItem_type {
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container h4 {
  color: #333;
  padding-left: 13px;
  border-left: #ccc 1px solid;
  margin-right: 0;
}
@media (max-width: 480px) {
  .index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container h4 {
    border: none;
    margin: 10px 0 0 0;
    padding-left: 0;
    clear: both;
  }
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container span {
  color: #333;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span {
  color: white;
  border: #ee1b0a 1px solid;
  background: #ee1b0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "robotoblack";
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  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: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ee1b0a url("../images/bg-home-search-tab-active.png") right center no-repeat;
  border: none;
  font-family: "robotobold";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:hover,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:focus-within,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:focus {
  background: #000;
  color: white;
  border: #000 1px solid;
  outline: 0;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main {
  background: #000;
  border: #000 1px solid;
  color: white;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main:hover,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main:active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main.active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main:focus-within,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-main:focus {
  background: #ee1b0a;
  border: #ee1b0a 1px solid;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote:hover,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote:active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote.active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote:focus-within,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline {
  border: #ee1b0a solid 2px;
  background: transparent;
  color: black;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline:hover,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline:active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline.active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline:focus-within,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-outline:focus {
  border: #ee1b0a solid 2px;
  color: white;
  background: #ee1b0a;
  box-shadow: none;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #ee1b0a;
  border-bottom: none;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-right {
  float: right;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.btn-left {
  float: left;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:hover,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:active,
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span:focus {
  background: #d70011 url("../images/bg-home-search-tab-active2.png") right center no-repeat;
  color: #fff;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.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;
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span.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);
}
@media (max-width: 991px) {
  .index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem div > span {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.index_specials_bg .index_specials_container .index_specials .index_stock_list .stockListItem:first-child {
  margin-left: 0;
}
.index_btm_notes p {
  font-size: 10px;
  line-height: 16px;
  color: #999;
  margin: 15px 0;
  font-style: italic;
  width: 100%;
}
.index_search_stock_bg {
  min-height: 490px;
  background: #fff;
  margin-bottom: 0;
}
.index_search_stock_bg .index_search_stock {
  padding: 0;
  background: none;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock {
    padding: 0;
    margin: 0 -15px;
  }
}
.index_search_stock_bg .index_search_stock .subnav_tabs {
  margin: 15px auto !important;
  padding: 0;
  width: 99%;
  text-align: center !important;
  max-width: 100%;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .index_search_stock_bg .index_search_stock .subnav_tabs {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .subnav_tabs {
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
  }
}
.index_search_stock_bg .index_search_stock .subnav_tabs li {
  width: 33%;
  height: 50px;
  padding: 15px;
  text-align: left;
  float: none;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  background: #E0E2E2 url('../images/bg-home-search-tab.png') right center no-repeat;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .subnav_tabs li {
    width: 100%;
    height: auto;
    border-right: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
}
.index_search_stock_bg .index_search_stock .subnav_tabs li a {
  color: #505150 !important;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.index_search_stock_bg .index_search_stock .subnav_tabs li a:hover {
  color: #ee1b0a !important;
}
.index_search_stock_bg .index_search_stock .subnav_tabs li.active {
  background: #ee1b0a url('../images/bg-home-search-tab-active.png') right center no-repeat;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .subnav_tabs li.active {
    background: #ee1b0a;
  }
}
.index_search_stock_bg .index_search_stock .subnav_tabs li.active a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .subnav_tabs li.active a {
    color: #fff !important;
  }
}
.index_search_stock_bg .index_search_stock .index_search_stock_title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.index_search_stock_bg .index_search_stock .index_search_stock_title span {
  color: #ee1b0a;
  display: block;
  padding-top: 10px;
}
.index_search_stock_bg .index_search_stock .index_search_stock_intro {
  font-size: 15px;
  color: #666;
  margin: 0 auto 40px auto;
  text-align: center;
}
.index_search_stock_bg .index_search_stock .subnav_forms {
  padding: 10px 15px !important;
  min-height: 280px;
  margin-top: 0 !important;
  margin-right: -30px;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .subnav_forms {
    margin-top: 15px;
    margin-right: 0;
    padding: 15px !important;
  }
}
.index_search_stock_bg .index_search_stock .subnav_forms form {
  padding: 0;
  text-align: center;
}
.index_search_stock_bg .index_search_stock #stockSearchBudget > div {
  overflow: visible;
}
.index_search_stock_bg .index_search_stock #stockSearchBtn,
.index_search_stock_bg .index_search_stock #stockSearchBudgetBtn {
  width: 250px;
  float: none;
  margin: 25px auto 50px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock #stockSearchBtn,
  .index_search_stock_bg .index_search_stock #stockSearchBudgetBtn {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.index_search_stock_bg .index_search_stock #stockSearch #stock_number {
  height: 45px;
  line-height: 45px;
  padding: 5px 10px;
  float: left;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock #stockSearch #stock_number {
    float: none;
  }
}
.index_search_stock_bg .index_search_stock #stock_number {
  border: 1px solid #8a8a8a;
  background: #f7f7f7;
  display: block;
  height: 45px;
  width: 100%;
  padding: 15px;
  font-size: 13px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.index_search_stock_bg .index_search_stock #stockSearchRegular,
.index_search_stock_bg .index_search_stock #stockSearchBudget,
.index_search_stock_bg .index_search_stock #stockSearchNum {
  padding: 40px 25px 25px;
}
.index_search_stock_bg .index_search_stock #stockSearch select,
.index_search_stock_bg .index_search_stock #stockSearch input.text,
.index_search_stock_bg .index_search_stock .chzn-container-single .chzn-single {
  height: 45px !important;
  line-height: 45px !important;
  padding-left: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 13px;
  background: #f7f7f7;
  border: 1px solid #8a8a8a;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #222;
}
.index_search_stock_bg .index_search_stock #stockSearchRegular .stockSearchBtnRight a {
  padding: 0 5px;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn {
  color: white;
  border: #ee1b0a 1px solid;
  background: #ee1b0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "robotoblack";
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  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: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ee1b0a url("../images/bg-home-search-tab-active.png") right center no-repeat;
  border: none;
  font-family: "robotobold";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: none;
  height: 45px;
  width: 250px;
  margin: 20px auto;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:hover,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:focus-within,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:focus {
  background: #000;
  color: white;
  border: #000 1px solid;
  outline: 0;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main {
  background: #000;
  border: #000 1px solid;
  color: white;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main:hover,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main:active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main.active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main:focus-within,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-main:focus {
  background: #ee1b0a;
  border: #ee1b0a 1px solid;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote:hover,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote:active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote.active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote:focus-within,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline {
  border: #ee1b0a solid 2px;
  background: transparent;
  color: black;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline:hover,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline:active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline.active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline:focus-within,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-outline:focus {
  border: #ee1b0a solid 2px;
  color: white;
  background: #ee1b0a;
  box-shadow: none;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #ee1b0a;
  border-bottom: none;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-right {
  float: right;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.btn-left {
  float: left;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:hover,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:active,
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn:focus {
  background: #d70011 url("../images/bg-home-search-tab-active2.png") right center no-repeat;
  color: #fff;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.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;
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn.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);
}
@media (max-width: 1199px) {
  .index_search_stock_bg .index_search_stock #stockNumberSearchBtn {
    float: none;
  }
}
.index_search_stock_bg .index_search_stock #stockNumberSearchBtn .btn-arrow-right {
  display: inline-block;
  float: right;
  margin-top: -40px;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField {
  float: none;
  display: inline-block;
  width: 31%;
  clear: none !important;
  margin: 0 2% 15px 0 !important;
  height: 45px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  .index_search_stock_bg .index_search_stock .stockSearchSelectField {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock .stockSearchSelectField {
    width: 100%;
  }
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .chzn-container {
  font-size: 14px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .chzn-single {
  height: 45px !important;
  line-height: 45px !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding-left: 15px;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .chzn-container-single .chzn-single div b {
  background-position: 0 8px !important;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .chzn-choices {
  height: 41px !important;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .chzn-drop {
  background: #fff;
  margin-top: -5px;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField #make {
  text-indent: 35px;
  background: url('../images/search-icon-make.jpg') left center no-repeat;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField #model {
  text-indent: 35px;
  background: url('../images/search-icon-model.jpg') left center no-repeat;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField #gearbox {
  text-indent: 35px;
  background: url('../images/search-icon-gearbox.jpg') left center no-repeat;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField #priceMin {
  text-indent: 35px;
  background: url('../images/search-icon-price.jpg') left center no-repeat;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField #priceMax {
  text-indent: 35px;
  background: url('../images/search-icon-price.jpg') left center no-repeat;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .search-choice {
  line-height: 30px !important;
}
.index_search_stock_bg .index_search_stock .stockSearchSelectField .search-choice a {
  top: 13px !important;
}
.index_search_stock_bg .index_search_stock .stockSearch_note {
  padding: 0;
  width: 100%;
  float: none;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .index_search_stock_bg .index_search_stock .stockSearch_note {
    width: 100%;
    float: none;
    padding-right: 15px;
  }
}
.index_search_stock_bg .index_search_stock .stockSearch_note > div {
  padding: 25px 0 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .index_search_stock_bg .index_search_stock .stockSearch_note > div {
    padding: 0;
  }
}
.index_search_stock_bg .index_search_stock .stockSearch_note > div p {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #777;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.index_search_stock_bg .index_search_stock .stockSearch_note > div a {
  color: #ee1b0a;
  text-decoration: underline;
}
.index_search_stock_bg .index_search_stock .stockSearch_note > div a:hover {
  color: #d61809;
}
.index_search_stock_bg .index_search_stock .stockSearchTermsDetails,
.index_search_stock_bg .index_search_stock .terms {
  display: none;
}
.index_search_stock_bg .index_search_stock span.stockSearchTerms {
  color: #111;
}
.index_search_stock_bg .index_search_stock #stockSearchTypes {
  background: none;
}
@media (max-width: 480px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes {
    height: auto;
    margin-bottom: 0 !important;
  }
}
.index_search_stock_bg .index_search_stock #stockSearchTypes label {
  margin-right: 25px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes label {
    margin-left: 5px;
    margin-right: 10px;
  }
}
.index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox] {
  display: none;
}
.index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox] + label {
  background: url('../images/search-icon-check-off.png') left center no-repeat;
  height: 32px !important;
  width: 32px !important;
  display: inline-block;
  padding: 0 0 0 30px;
  margin-left: 0;
  margin-right: 60px;
  line-height: 32px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #201e1f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox] + label {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox] + label {
    margin-bottom: 15px;
    display: inline-block;
  }
}
.index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox]:checked + label {
  background: url('../images/search-icon-check-on.png') left center no-repeat;
  height: 32px !important;
  width: 32px !important;
  display: inline-block;
  padding: 0 0 0 30px;
  margin-left: 0;
  margin-right: 60px;
  line-height: 32px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox]:checked + label {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .index_search_stock_bg .index_search_stock #stockSearchTypes input[type=checkbox]:checked + label {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.index_search_stock_bg .index_search_stock .chzn-container-single .chzn-single span {
  font-weight: 400;
  color: #000;
  font-size: 15px;
}
#heroSlideshow .carousel-inner {
  height: 420px;
}
@media (max-width: 991px) {
  #heroSlideshow .carousel-inner {
    height: unset !important;
  }
}
#heroSlideshow .carousel-inner > .item {
  margin: auto;
  padding: 0;
  position: relative;
  margin-left: 0;
  left: 0;
}
@media (max-width: 1766px) {
  #heroSlideshow .carousel-inner > .item {
    left: -4% !important;
  }
}
@media (max-width: 1666px) {
  #heroSlideshow .carousel-inner > .item {
    left: -7% !important;
  }
}
@media (max-width: 1566px) {
  #heroSlideshow .carousel-inner > .item {
    left: -15% !important;
  }
}
@media (max-width: 1466px) {
  #heroSlideshow .carousel-inner > .item {
    left: -21% !important;
  }
}
@media (max-width: 1366px) {
  #heroSlideshow .carousel-inner > .item {
    left: -26% !important;
  }
}
@media (max-width: 1266px) {
  #heroSlideshow .carousel-inner > .item {
    left: -31% !important;
  }
}
@media (max-width: 991px) {
  #heroSlideshow .carousel-inner > .item {
    left: -40% !important;
  }
}
@media (max-width: 767px) {
  #heroSlideshow .carousel-inner > .item {
    left: -10% !important;
  }
}
#heroSlideshow .carousel-inner > .item > img,
#heroSlideshow .carousel-inner > .item > a > img {
  vertical-align: middle;
  display: block;
  max-width: unset;
  margin: 0 auto;
  width: unset !important;
}
@media (max-width: 991px) {
  #heroSlideshow .carousel-inner > .item > img,
  #heroSlideshow .carousel-inner > .item > a > img {
    width: 180% !important;
  }
}
@media (max-width: 767px) {
  #heroSlideshow .carousel-inner > .item > img,
  #heroSlideshow .carousel-inner > .item > a > img {
    width: 120% !important;
  }
}
#heroSlideshow .carousel-inner > .active,
#heroSlideshow .carousel-inner > .next,
#heroSlideshow .carousel-inner > .prev {
  display: block;
}
#heroSlideshow .carousel-inner > .active {
  left: 0;
}
#heroSlideshow .carousel-inner > .next,
#heroSlideshow .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#heroSlideshow .carousel-inner > .next {
  left: 100%;
}
#heroSlideshow .carousel-inner > .prev {
  left: -100%;
}
#heroSlideshow .carousel-inner > .next.carousel-left,
#heroSlideshow .carousel-inner > .prev.carousel-right {
  left: 0;
}
#heroSlideshow .carousel-inner > .active.carousel-left {
  left: -100%;
}
#heroSlideshow .carousel-inner > .active.carousel-right {
  left: 100%;
}
.index_model_tabs_bg {
  padding: 15px 0;
  background: #fff;
}
.index_model_tabs_bg .index-model-carousel-thumb {
  text-align: center;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .index-model-carousel-thumb {
    margin-top: 75px;
  }
}
.index_model_tabs_bg .index-model-carousel-thumb h3 {
  font-family: "Oswald", sans-serif;
  margin: 30px auto;
  font-size: 24px;
}
.index_model_tabs_bg .index-model-carousel-thumb h3 a {
  color: #141414;
}
.index_model_tabs_bg .index-model-carousel-thumb .index-model-carousel-thumb-img {
  margin: 0 auto;
}
.index_model_tabs_bg .index-model-carousel-thumb > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 10px auto;
  padding-left: 24px;
}
.index_model_tabs_bg .index-model-carousel-thumb > a span {
  display: inline-block;
}
.index_model_tabs_bg .index-model-carousel-thumb > a:hover {
  color: #ee1b0a;
}
.index_model_tabs_bg .index-model-carousel-thumb > a.last {
  color: #ee1b0a;
}
.index_model_tabs_bg .index-model-carousel-thumb > a.last:hover {
  color: #bd1508;
}
.index_videos {
  background: #f3f3f3;
  padding: 20px 0;
}
.index-title {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #333;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.index-title span {
  font-weight: 700;
  color: #ee1b0a;
}
.index-border {
  width: 75px;
  height: 3px;
  background-color: #ee1b0a;
  margin: 25px auto 50px;
}
.index_testimonials {
  background: #fff;
  padding: 40px 0 80px;
}
.juicer-feed-news {
  margin-top: 30px;
}
.juicer-feed h1.referral {
  display: none;
}
.title_snap_21 {
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #333;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #333;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin: 60px auto 30px;
}
.title_snap_21 span {
  font-weight: 700;
  color: #ee1b0a;
}
.title_snap_21 span {
  font-weight: 700;
  color: #ee1b0a;
}
#stockSearch select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  #stockSearch #stockSearchTypes {
    height: auto;
    margin-bottom: 0;
  }
}
#stockSearch #stockSearchTypes label {
  margin-right: 25px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  #stockSearch #stockSearchTypes label {
    margin-left: 5px;
    margin-right: 10px;
  }
}
#stockSearch #stockSearchTypes input[type=checkbox] {
  display: none !important;
}
#stockSearch #stockSearchTypes input[type=checkbox] + label {
  margin: 0 0 2px;
  padding: 0;
  width: 32%;
  height: 26px;
  line-height: 26px;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
#stockSearch #stockSearchTypes input[type=checkbox] + label:before,
#stockSearch #stockSearchTypes input[type=checkbox] + label:after {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  content: '';
}
#stockSearch #stockSearchTypes input[type=checkbox] + label:before {
  background-color: #CCCCCC;
  margin-right: 2px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#stockSearch #stockSearchTypes input[type=checkbox] + label:after {
  content: 'L';
  color: #AAAAAA;
  font-family: Arial, Helvetica, sans-serif;
  -ms-transform: scaleX(-1) rotate(-35deg);
  -webkit-transform: scaleX(-1) rotate(-35deg);
  transform: scaleX(-1) rotate(-35deg);
  position: absolute;
  left: -3px;
  top: -6px;
  font-size: 20px;
}
#stockSearch #stockSearchTypes input[type=checkbox]:checked +label:before {
  background-color: #ee1b0a;
}
#stockSearch #stockSearchTypes input[type=checkbox]:checked +label:after {
  color: white;
}
#stockSearch.stock-type-v2 #stockSearchTypes input[type=checkbox] + label {
  background-color: #CCCCCC;
  justify-content: center;
}
#stockSearch.stock-type-v2 #stockSearchTypes input[type=checkbox] + label:before,
#stockSearch.stock-type-v2 #stockSearchTypes input[type=checkbox] + label:after {
  display: none;
}
#stockSearch.stock-type-v2 #stockSearchTypes input[type=checkbox]:checked +label {
  background-color: #ee1b0a;
  color: white;
}
#stockSearch .search_side_form {
  display: none;
  border-bottom: 1px solid #DDDDDD;
}
#stockSearch .search_side_form .stockSearchTerms,
#stockSearch .search_side_form div.terms {
  display: none;
}
#stockSearch .search_side_form .stockSearchTerms.visible,
#stockSearch .search_side_form div.terms.visible {
  display: block;
}
#stockSearch .search_side_form .stockSearch-cta {
  margin: 5px auto;
}
#stockSearch .search_side_form .stockSearch-cta .btn {
  min-width: 200px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
#stockSearch .stockSearch-cta {
  text-align: center;
}
#stockSearch .stockSearch-cta .btn {
  max-width: 340px;
}
@media (max-width: 991px) {
  #stockSearch .stockSearch-cta .btn {
    margin-top: 10px;
  }
}
.stock-search-widget {
  padding: 40px 0;
}
.stock-search-widget div.terms {
  display: none;
}
.stock-search-widget div.terms.visible {
  display: block;
}
.stock-search-widget .subnav_forms {
  padding: 0;
  min-height: 50px;
}
@media (max-width: 767px) {
  .stock-search-widget .subnav_forms {
    margin-bottom: 50px;
  }
}
.stock-search-widget .stockSearchSelectField {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.stock-search-widget .stockSearch_note {
  display: none;
}
.stock-search-widget .regular .form .stockSearch-view > div {
  display: none;
}
.stock-search-widget .regular .form .stockSearch-view > div.stockMake,
.stock-search-widget .regular .form .stockSearch-view > div.stockModels,
.stock-search-widget .regular .form .stockSearch-view > div.stockPriceRange,
.stock-search-widget .regular .form .stockSearch-view > div.stockSearch-cta {
  display: block;
}
.stock-search-widget .budget .stockSearchTerms {
  width: 100%;
  display: block;
  text-align: left;
  background: transparent;
  max-width: 100%;
  font-size: 10px;
  clear: both;
  cursor: pointer;
}
@media (max-width: 767px) {
  .stock-search-widget .budget .stockSearchTerms {
    max-width: 100%;
    margin: 0;
    min-height: 5px;
  }
}
.stock-search-widget .stocklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .stock-search-widget .stocklist ul {
    min-height: 50px;
  }
}
.stock-search-widget .stocklist ul li {
  clear: both;
}
.stock-search-widget .stocklist ul li a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7.5px 15px 7.5px 30px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  line-height: 1;
}
.stock-search-widget .stocklist ul li a:before {
  content: '›';
  font-size: 175%;
  position: absolute;
  left: 13px;
  top: 0;
}
.stock-search-widget .stocklist ul li a:hover {
  background: #ee1b0a;
  color: white;
}
.stock-search-widget .regular,
.stock-search-widget .budget,
.stock-search-widget .stocklist {
  padding: 0 10px;
}
.stock-search-widget .regular .stockSearch-view,
.stock-search-widget .budget .stockSearch-view,
.stock-search-widget .stocklist .stockSearch-view {
  min-height: 225px;
}
@media (max-width: 991px) {
  .stock-search-widget .regular .stockSearch-view,
  .stock-search-widget .budget .stockSearch-view,
  .stock-search-widget .stocklist .stockSearch-view {
    min-height: auto;
  }
}
.stock-search-widget .regular h4,
.stock-search-widget .budget h4,
.stock-search-widget .stocklist h4 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.stock-search-widget .regular > span,
.stock-search-widget .budget > span,
.stock-search-widget .stocklist > span {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  background: #f3f3f3;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .stock-search-widget .regular > span,
  .stock-search-widget .budget > span,
  .stock-search-widget .stocklist > span {
    max-width: 60px;
  }
}
.stock-search-widget.stock-search-widget-dark h4,
.stock-search-widget.stock-search-widget-dark p,
.stock-search-widget.stock-search-widget-dark small {
  color: white;
}
.stock-search-widget.stock-search-widget-dark .sliderui div.noUi-target {
  border-top: 0;
  border-bottom: 0;
}
.stock-search-widget.stock-search-widget-dark .sliderui div.sliderui-btns .row [class*='col-'] input {
  color: white;
}
.stock-search-widget.stock-search-widget-dark .stocklist ul li a {
  color: white;
}
.bs4 #stockSearch .tabs .show {
  display: flex;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
  transition: top 0.25s, right 0.25s, bottom 0.25s, left 0.25s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-handle-touch-area {
  position: relative;
  width: 44px;
  height: 44px;
  left: -15px;
  top: -15px;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-target {
  background: #cdcdcd;
  border-radius: 4px;
  border: 1px solid transparent;
}
.noUi-connect {
  background: #26A69A;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%,50%,0);
  transform: translate3d(-50%,50%,0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 120%;
}
.noUi-target {
  border: 0;
  border-radius: 0;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-vertical {
  height: 100%;
  width: 3px;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: none;
  background-color: #26A69A;
  border: none;
  left: -5px;
  top: -6px;
  transition: width .2s cubic-bezier(0.215,0.610,0.355,1.000), height .2s cubic-bezier(0.215,0.610,0.355,1.000), left .2s cubic-bezier(0.215,0.610,0.355,1.000), top .2s cubic-bezier(0.215,0.610,0.355,1.000);
}
.noUi-handle:before {
  content: none;
}
.noUi-handle:after {
  content: none;
}
.noUi-target .noUi-active.noUi-handle {
  width: 3px;
  height: 3px;
  left: 0;
  top: 0;
}
.noUi-target.noUi-horizontal .noUi-tooltip {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius .25s cubic-bezier(0.215,0.610,0.355,1.000), transform .25s cubic-bezier(0.215,0.610,0.355,1.000);
  transform: scale(.5) rotate(-45deg);
  transform-origin: 50% 100%;
}
.noUi-target.noUi-horizontal .noUi-active .noUi-tooltip {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-45deg) translate(23px,-25px);
}
.noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: -1px;
  transition: opacity .25s cubic-bezier(0.215,0.610,0.355,1.000);
}
.noUi-horizontal .noUi-tooltip span {
  transform: rotate(45deg);
}
.noUi-vertical .noUi-tooltip span {
  transform: rotate(135deg);
}
.noUi-target.noUi-vertical .noUi-tooltip {
  position: absolute;
  height: 30px;
  width: 30px;
  top: -17px;
  left: -2px;
  background-color: #26A69A;
  border-radius: 50%;
  transition: border-radius .25s cubic-bezier(0.215,0.610,0.355,1.000), transform .25s cubic-bezier(0.215,0.610,0.355,1.000);
  transform: scale(.5) rotate(-45deg);
  transform-origin: 50% 100%;
}
.noUi-target.noUi-vertical .noUi-active .noUi-tooltip {
  border-radius: 15px 15px 15px 0;
  transform: rotate(-135deg) translate(35px,-10px);
}
.noUi-vertical .noUi-tooltip span {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transform: rotate(135deg);
  opacity: 0;
  position: absolute;
  top: 7px;
  left: -1px;
  transition: opacity .25s cubic-bezier(0.215,0.610,0.355,1.000);
}
.noUi-horizontal .noUi-active .noUi-tooltip span,
.noUi-vertical .noUi-active .noUi-tooltip span {
  opacity: 1;
}
form {
  margin: 0;
  padding: 15px;
}
form h2 {
  padding: 15px 0 5px 0;
  margin: 15px 0;
  clear: both;
  font-weight: 500 !important;
  font-size: 18px;
  width: 100%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #333;
}
form .formCell {
  display: inline-block;
  position: relative;
  margin: 0 1% 15px 0;
  width: 31%;
  vertical-align: top;
}
@media (max-width: 991px) {
  form .formCell {
    width: 100%;
  }
}
form .formCell.hidden {
  margin: 0 !important;
  padding: 0 !important;
}
form .formCell.textarea {
  clear: left;
  width: 99%;
}
@media (max-width: 991px) {
  form .formCell.textarea {
    width: 100%;
  }
}
form .formCell input.text,
form .formCell textarea {
  font-size: 12px;
  color: #2d2d2d;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -ms-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
}
form .formCell input.text:focus,
form .formCell textarea:focus {
  outline: none;
  border-color: #ee1b0a;
  color: #2d2d2d;
}
form .formCell input.text.error,
form .formCell textarea.error {
  border-color: #f00 !important;
  color: #000;
}
form .formCell label {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 400;
}
form .formCell label span {
  color: #ff0000;
}
form .formCell label.error {
  background: #ccc;
  z-index: 1000;
  border: 1px solid #aaa;
  padding: 5px;
  min-width: 150px;
  color: #333;
}
form .formCell input.text {
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  width: 100%;
}
form .formCell textarea {
  line-height: 150%;
  padding: 10px;
  clear: both;
  width: 100%;
  height: 163px;
}
form .formCell select {
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -ms-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
form .formCell select::-webkit-input-placeholder {
  color: #545758;
}
form .formCell select:-moz-placeholder {
  color: #545758;
}
form .formCell select::-moz-placeholder {
  color: #545758;
}
form .formCell select:-ms-input-placeholder {
  color: #545758;
}
form .formCheckBox {
  clear: left;
  margin: 6px 0;
  overflow: hidden;
}
form .formCheckBox label {
  float: none;
  font-weight: normal;
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  color: #404040;
  line-height: 15px;
}
form .formCheckBox input {
  float: left;
  margin: 0 5px 0 0;
}
form .formSubmit {
  color: white;
  border: #ee1b0a 1px solid;
  background: #ee1b0a;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  padding: 15px 25px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 3px 16px rgba(0,0,1,0.1);
  font-family: "robotoblack";
  font-size: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  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: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  display: block;
  padding: 0 15px;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ee1b0a url("../images/bg-home-search-tab-active.png") right center no-repeat;
  border: none;
  font-family: "robotobold";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  clear: both;
  margin: 25px auto 15px;
  cursor: pointer;
  float: none;
  padding: 0px 17px;
  font-size: 14px;
  font-weight: bold;
  min-width: 180px;
}
form .formSubmit:hover,
form .formSubmit:active,
form .formSubmit.active,
form .formSubmit:focus-within,
form .formSubmit:focus {
  background: #000;
  color: white;
  border: #000 1px solid;
  outline: 0;
}
form .formSubmit.btn-main {
  background: #000;
  border: #000 1px solid;
  color: white;
}
form .formSubmit.btn-main:hover,
form .formSubmit.btn-main:active,
form .formSubmit.btn-main.active,
form .formSubmit.btn-main:focus-within,
form .formSubmit.btn-main:focus {
  background: #ee1b0a;
  border: #ee1b0a 1px solid;
}
form .formSubmit.btn-get-quote {
  background: #1db954;
  border: #1db954 1px solid;
  color: white;
}
form .formSubmit.btn-get-quote:hover,
form .formSubmit.btn-get-quote:active,
form .formSubmit.btn-get-quote.active,
form .formSubmit.btn-get-quote:focus-within,
form .formSubmit.btn-get-quote:focus {
  background: #1ed760;
  border: #1ed760 1px solid;
}
form .formSubmit.btn-outline {
  border: #ee1b0a solid 2px;
  background: transparent;
  color: black;
}
form .formSubmit.btn-outline:hover,
form .formSubmit.btn-outline:active,
form .formSubmit.btn-outline.active,
form .formSubmit.btn-outline:focus-within,
form .formSubmit.btn-outline:focus {
  border: #ee1b0a solid 2px;
  color: white;
  background: #ee1b0a;
  box-shadow: none;
}
form .formSubmit.btn-link {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  color: #ee1b0a;
  border-bottom: none;
}
form .formSubmit.btn-right {
  float: right;
}
form .formSubmit.btn-left {
  float: left;
}
form .formSubmit:hover,
form .formSubmit:active,
form .formSubmit:focus {
  background: #d70011 url("../images/bg-home-search-tab-active2.png") right center no-repeat;
  color: #fff;
}
form .formSubmit.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;
}
form .formSubmit.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);
}
@media (max-width: 991px) {
  form .formSubmit {
    float: none;
    width: 100%;
  }
}
form .terms {
  margin: 15px 0;
  clear: none;
  line-height: 16px;
}
@media (max-width: 991px) {
  form .terms {
    margin: 15px 0 0 0;
  }
}
.form-special-section,
.form-model-section,
.form-brochures-section {
  padding: 30px 30px 15px;
  overflow: hidden;
  margin: 0;
  background: #fff;
  opacity: 0.9;
}
.form-special-section h2,
.form-model-section h2,
.form-brochures-section h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.form-special-section h2 span,
.form-model-section h2 span,
.form-brochures-section h2 span {
  color: #000;
  display: block;
  margin: 15px 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: #ee1b0a;
}
.form-special-section img,
.form-model-section img,
.form-brochures-section img {
  float: left;
  margin: 0 30px 15px 0;
}
.form-special-section ul,
.form-model-section ul,
.form-brochures-section ul {
  float: left;
  width: 340px;
}
.form-special-section ul li,
.form-model-section ul li,
.form-brochures-section ul 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;
}
.formEnquiryContainer {
  margin-top: 15px;
  margin-bottom: 50px;
  background: #fff;
  padding: 15px;
}
.formEnquiryContainer form#service .formCell {
  width: 48%;
}
@media (max-width: 991px) {
  .formEnquiryContainer form#service .formCell {
    width: 100%;
  }
}
.formEnquiryContainer form#service .formCell .formCheckBox {
  background: #fff;
  margin: 0;
  padding: 5px 15px;
}
.formEnquiryContainer form#service .textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .formEnquiryContainer form#service #serviceDropOff,
  .formEnquiryContainer form#service #servicePickup {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
.form_notes_top {
  background: #fff;
  padding: 20px;
}
iframe,
#formResults {
  display: block !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.stock-refine-title {
  font-size: 20px;
  margin: 10px 0;
  text-transform: capitalize;
  cursor: pointer;
}
h3.stock-refine-title {
  font-size: 20px;
}
.title-w-bg .stock-refine-title {
  background: #CCCCCC;
  margin: 0;
  padding: 10px;
}
.stockList .title-w-bg #stockListRefine h3,
.stockList .title-w-bg #stockRefine h3,
.stockItem .title-w-bg #stockListRefine h3,
.stockItem .title-w-bg #stockRefine h3 {
  background: #CCCCCC;
  margin: 0;
  padding: 10px;
}
.refine-newSearchItem {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "robotobold";
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.refine-newSearchItem:hover {
  background-color: #ee1b0a;
  color: white;
}
.refine-newSearchItem.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.si-view img {
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
}
.si-view .alert {
  clear: both;
  margin-top: 50px;
}
.si-view input[type="text"],
.si-view select,
.si-view textarea,
.si-view .chzn-single,
.si-view input.text {
  background-color: white;
}
.si-view label.error {
  font-size: 12px;
  color: red;
}
.si-view textarea {
  line-height: 1.2;
}
.specialsFeatured .stockListItem:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .specialsFeatured .stockListItem:nth-child(3n+1) {
    clear: none;
  }
}
@media (max-width: 991px) {
  .specialsFeatured .stockListItem:nth-child(2n+1) {
    clear: left;
  }
}
.stock .page_title,
.stock .page-title {
  margin-top: 0;
}
.stockList .stock-refine-search-wrap .stock-refine-search,
.stockItem .stock-refine-search-wrap .stock-refine-search {
  display: block;
}
@media (min-width: 991px) {
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search {
    margin: 0 0 30px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #DDDDDD;
    color: black;
    padding: 7.5px 0;
    font-size: 16px;
    text-transform: capitalize;
    width: 49%;
    display: inline-block;
  }
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search svg,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search i,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search svg,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search i {
    display: none;
  }
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockList .stock-refine-search-wrap .stock-refine-search #js-stock-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-refine-search.active,
  .stockItem .stock-refine-search-wrap .stock-refine-search #js-stock-search.active {
    border-bottom-color: #ee1b0a;
  }
}
.stockList .stock-refine-search-wrap #stockListRefine,
.stockList .stock-refine-search-wrap #stockSearch,
.stockItem .stock-refine-search-wrap #stockListRefine,
.stockItem .stock-refine-search-wrap #stockSearch {
  display: none;
}
.stockList .stock-refine-search-wrap #stockListRefine.active,
.stockList .stock-refine-search-wrap #stockSearch.active,
.stockItem .stock-refine-search-wrap #stockListRefine.active,
.stockItem .stock-refine-search-wrap #stockSearch.active {
  display: block;
}
.stockList .stock-refine-search-wrap #stockRefine.active #stockListRefine,
.stockItem .stock-refine-search-wrap #stockRefine.active #stockListRefine {
  display: block;
}
.stockList #refinedStock,
.stockList #stockListRefine,
.stockList #stockListRefined,
.stockList #stockRefine,
.stockList #stockSearch,
.stockItem #refinedStock,
.stockItem #stockListRefine,
.stockItem #stockListRefined,
.stockItem #stockRefine,
.stockItem #stockSearch {
  margin-bottom: 40px;
}
.stockList #refinedStock,
.stockItem #refinedStock {
  position: relative;
}
@media (max-width: 767px) {
  .stockList .stockListRefineWrapper,
  .stockItem .stockListRefineWrapper {
    padding-top: 30px;
  }
}
.stockList #stockListRefined div ul,
.stockItem #stockListRefined div ul {
  padding: 0;
  list-style: none;
}
.stockList #stockListRefined div li a,
.stockItem #stockListRefined div li a {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "robotobold";
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/refineSearch/bg-delete-criteria.png) no-repeat scroll 96% 18px #F3F3F3;
}
.stockList #stockListRefined div li a:hover,
.stockItem #stockListRefined div li a:hover {
  background-color: #ee1b0a;
  color: white;
}
.stockList #stockListRefined div li a.active,
.stockItem #stockListRefined div li a.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockListRefine #refineSearchYearBtn,
.stockList #stockRefine #refineSearchYearBtn,
.stockItem #stockListRefine #refineSearchYearBtn,
.stockItem #stockRefine #refineSearchYearBtn {
  margin-top: 10px;
}
.stockList #stockListRefine > div,
.stockList #stockRefine > div,
.stockItem #stockListRefine > div,
.stockItem #stockRefine > div {
  border: none;
  display: block;
  position: relative;
}
.stockList #stockListRefine div.stockListRefineWrap div.stockListRefineItem,
.stockList #stockRefine div.stockListRefineWrap div.stockListRefineItem,
.stockItem #stockListRefine div.stockListRefineWrap div.stockListRefineItem,
.stockItem #stockRefine div.stockListRefineWrap div.stockListRefineItem {
  padding: 0;
}
.stockList #stockListRefine div.stockListRefineWrap h4,
.stockList #stockRefine div.stockListRefineWrap h4,
.stockItem #stockListRefine div.stockListRefineWrap h4,
.stockItem #stockRefine div.stockListRefineWrap h4 {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "robotobold";
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.stockList #stockListRefine div.stockListRefineWrap h4:hover,
.stockList #stockRefine div.stockListRefineWrap h4:hover,
.stockItem #stockListRefine div.stockListRefineWrap h4:hover,
.stockItem #stockRefine div.stockListRefineWrap h4:hover {
  background-color: #ee1b0a;
  color: white;
}
.stockList #stockListRefine div.stockListRefineWrap h4.active,
.stockList #stockRefine div.stockListRefineWrap h4.active,
.stockItem #stockListRefine div.stockListRefineWrap h4.active,
.stockItem #stockRefine div.stockListRefineWrap h4.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockListRefine div.stockListRefineWrap ul,
.stockList #stockRefine div.stockListRefineWrap ul,
.stockItem #stockListRefine div.stockListRefineWrap ul,
.stockItem #stockRefine div.stockListRefineWrap ul {
  background: none;
  padding: 0;
  text-align: center;
  background: #F3F3F3;
  overflow-y: auto;
}
.stockList #stockListRefine div.stockListRefineWrap ul li,
.stockList #stockRefine div.stockListRefineWrap ul li,
.stockItem #stockListRefine div.stockListRefineWrap ul li,
.stockItem #stockRefine div.stockListRefineWrap ul li {
  list-style: disc outside none;
  margin: 0;
  display: block;
  text-align: left;
  border-bottom: 1px solid #AAAAAA;
}
.stockList #stockListRefine div.stockListRefineWrap ul li a,
.stockList #stockRefine div.stockListRefineWrap ul li a,
.stockItem #stockListRefine div.stockListRefineWrap ul li a,
.stockItem #stockRefine div.stockListRefineWrap ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
}
.stockList #stockListRefine div.stockListRefineWrap ul li a:hover,
.stockList #stockRefine div.stockListRefineWrap ul li a:hover,
.stockItem #stockListRefine div.stockListRefineWrap ul li a:hover,
.stockItem #stockRefine div.stockListRefineWrap ul li a:hover {
  background: #DDDDDD;
}
.stockList #stockListRefine div.stockListRefineWrap ul li select,
.stockList #stockRefine div.stockListRefineWrap ul li select,
.stockItem #stockListRefine div.stockListRefineWrap ul li select,
.stockItem #stockRefine div.stockListRefineWrap ul li select {
  margin-bottom: 10px;
  width: 100%;
  line-height: 25px;
}
.stockList #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockList #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockItem #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns,
.stockItem #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns {
  max-width: 90%;
}
.stockList #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockList #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockItem #stockListRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row,
.stockItem #stockRefine div.stockListRefineWrap .sliderui div.sliderui-btns .row {
  margin: 0;
}
.stockList .stockListRefineSection,
.stockItem .stockListRefineSection {
  border: 1px solid #DDDDDD;
  background: #F3F3F3;
  border-top: none;
  z-index: 99;
  width: 100%;
}
.stockList .stockListRefineSection ul li a,
.stockItem .stockListRefineSection ul li a {
  background: #EEEEEE;
}
.stockList div#stockResults::before,
.stockItem div#stockResults::before {
  content: "SHOW ";
}
.stockList div#stockResults a,
.stockItem div#stockResults a {
  padding: 10px;
  background: #F3F3F3;
  margin: 3px;
}
@media (max-width: 991px) {
  .stockList div#stockResults,
  .stockItem div#stockResults {
    display: none;
  }
}
.stockList .stock-refine-search,
.stockItem .stock-refine-search {
  display: none;
}
@media (max-width: 991px) {
  .stockList .stock-refine-search,
  .stockItem .stock-refine-search {
    display: block;
  }
}
@media (max-width: 991px) {
  .stockList #stockListRefine,
  .stockList #stockSearch,
  .stockItem #stockListRefine,
  .stockItem #stockSearch {
    display: none;
  }
}
.stockList #js-stock-refine-search,
.stockList #js-stock-search,
.stockItem #js-stock-refine-search,
.stockItem #js-stock-search {
  margin-bottom: 20px;
}
.stockList #js-stock-refine-search,
.stockItem #js-stock-refine-search {
  margin-left: 50px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .stockList #js-stock-refine-search,
  .stockItem #js-stock-refine-search {
    margin-left: 0;
    margin-right: 0;
  }
}
.stockList #stockSearch .subnav_forms,
.stockItem #stockSearch .subnav_forms {
  padding: 15px;
  min-height: 100px;
}
.stockList #stockSearch form,
.stockItem #stockSearch form {
  padding: 0;
}
.stockList #stockSearch #stockSearch #stockSearchBudget,
.stockList #stockSearch .stockSearchSelectField,
.stockItem #stockSearch #stockSearch #stockSearchBudget,
.stockItem #stockSearch .stockSearchSelectField {
  padding-top: 10px;
  height: auto;
  margin: 0 0 5px;
}
.stockList #stockSearch .stockSearchWidgetContainer,
.stockItem #stockSearch .stockSearchWidgetContainer {
  background: #F3F3F3;
  width: 100%;
  display: block;
}
.stockList #stockSearch .stockSearchSelectField,
.stockItem #stockSearch .stockSearchSelectField {
  width: 100%;
}
.stockList #stockSearch .stockSearchSelectField .stockSearch,
.stockItem #stockSearch .stockSearchSelectField .stockSearch {
  margin-top: 0;
  margin-bottom: 0;
}
.stockList #stockSearch .stockSearchSelectField .chzn-container-multi .chzn-choices li.search-choice,
.stockItem #stockSearch .stockSearchSelectField .chzn-container-multi .chzn-choices li.search-choice {
  float: left;
}
.stockList #stockSearch .subnav_tabs li,
.stockItem #stockSearch .subnav_tabs li {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -57px rgba(0,0,0,0);
  border-bottom: 1px solid #DDDDDD;
}
.stockList #stockSearch .search_side_stock_btn,
.stockList #stockSearch .search_side_budget_btn,
.stockList #stockSearch .search_side_num_btn,
.stockList #stockSearch .search_side_btn,
.stockItem #stockSearch .search_side_stock_btn,
.stockItem #stockSearch .search_side_budget_btn,
.stockItem #stockSearch .search_side_num_btn,
.stockItem #stockSearch .search_side_btn {
  background: url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right -53px #F3F3F3;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  font-family: "robotobold";
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.stockList #stockSearch .search_side_stock_btn:hover,
.stockList #stockSearch .search_side_budget_btn:hover,
.stockList #stockSearch .search_side_num_btn:hover,
.stockList #stockSearch .search_side_btn:hover,
.stockItem #stockSearch .search_side_stock_btn:hover,
.stockItem #stockSearch .search_side_budget_btn:hover,
.stockItem #stockSearch .search_side_num_btn:hover,
.stockItem #stockSearch .search_side_btn:hover {
  background-color: #ee1b0a;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn.active,
.stockList #stockSearch .search_side_budget_btn.active,
.stockList #stockSearch .search_side_num_btn.active,
.stockList #stockSearch .search_side_btn.active,
.stockItem #stockSearch .search_side_stock_btn.active,
.stockItem #stockSearch .search_side_budget_btn.active,
.stockItem #stockSearch .search_side_num_btn.active,
.stockItem #stockSearch .search_side_btn.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn.active,
.stockList #stockSearch .search_side_budget_btn.active,
.stockList #stockSearch .search_side_num_btn.active,
.stockList #stockSearch .search_side_btn.active,
.stockItem #stockSearch .search_side_stock_btn.active,
.stockItem #stockSearch .search_side_budget_btn.active,
.stockItem #stockSearch .search_side_num_btn.active,
.stockItem #stockSearch .search_side_btn.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .search_side_stock_btn_active.active,
.stockList #stockSearch .search_side_budget_btn_active.active,
.stockList #stockSearch .search_side_num_btn_active.active,
.stockItem #stockSearch .search_side_stock_btn_active.active,
.stockItem #stockSearch .search_side_budget_btn_active.active,
.stockItem #stockSearch .search_side_num_btn_active.active {
  background: #000 url(https://templatesnew.digitaldealer.com.au/common-assets//images/bg-collapse2.png) no-repeat scroll right 20px;
  color: white;
}
.stockList #stockSearch .stockSearchBtn,
.stockItem #stockSearch .stockSearchBtn {
  clear: both;
}
.stockList #stockSearch .stockSearch-cta .btn,
.stockItem #stockSearch .stockSearch-cta .btn {
  font-size: 12px;
  padding: 7.5px 12.5px;
}
.stockList #stockSearch .stockSearch_note,
.stockItem #stockSearch .stockSearch_note {
  display: none;
}
.stockList #stockSearch #stockSearchBudget,
.stockItem #stockSearch #stockSearchBudget {
  padding-top: 0px;
}
.stockList #stockSearch #stockSearchBudget > div,
.stockItem #stockSearch #stockSearchBudget > div {
  overflow: visible;
}
.stockList #stockSearch .tabs ul li,
.stockItem #stockSearch .tabs ul li {
  float: none;
  line-height: 40px;
}
.stockList #stockSearch .tabs ul li a,
.stockItem #stockSearch .tabs ul li a {
  color: #999999 !important;
}
.stockList #stockSearch .tabs ul li.active a,
.stockItem #stockSearch .tabs ul li.active a {
  color: #333333 !important;
}
.stockList #stockSearch .tabs > div,
.stockItem #stockSearch .tabs > div {
  padding-top: 30px;
  padding-bottom: 20px;
}
.stockList #stockSearch #stockSearchNum #stock_number,
.stockItem #stockSearch #stockSearchNum #stock_number {
  border: 1px solid #CCCCCC;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 24px;
  padding-left: 10px;
  width: 100%;
}
.stockList .stock {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sliderui div.noUi-target {
  background-color: transparent;
  margin: 20px auto;
  background: #F3F3F3;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-shadow: inset 0 1px 1px #EEEEEE, 0 3px 6px -5px #BBBBBB;
  width: 90%;
}
.sliderui div.noUi-horizontal {
  height: 8px;
}
.sliderui div.noUi-horizontal .noUi-handle {
  top: -7px;
  left: -7px;
}
.sliderui div.noUi-base {
  background-color: #DDDDDD;
}
.sliderui div.noUi-origin {
  background-color: transparent;
}
.sliderui div.noUi-connect {
  background-color: #ee1b0a;
}
.sliderui div.noUi-handle {
  background-color: #000;
  -moz-border-radius: ;
  border-radius: ;
  cursor: default;
  width: 20px;
  height: 20px;
}
.sliderui div.noUi-handle:before,
.sliderui div.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 1px;
  background: #999999;
  left: 5px;
  top: 3px;
  left: 8px;
  top: 6px;
}
.sliderui div.noUi-handle:after {
  left: 11px;
}
.sliderui div.noUi-handle.noUi-active {
  width: 20px;
  height: 20px;
}
.sliderui div.sliderui-btns {
  margin: 0 5px;
}
.sliderui div.sliderui-btns .row [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.sliderui div.sliderui-btns .row [class*='col-'] input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  text-align: center;
  background: transparent;
}
.sliderui div.sliderui-btns .row [class*='col-'] small {
  font-size: 10px;
}
.sliderui div.sliderui-btns .row [class*='col-'] a.btn {
  margin: 5px 0;
  padding: 5px;
}
.stockList .stockListSearhCriteria,
.stockItem .stockListSearhCriteria {
  background: #F3F3F3;
  padding: 10px;
  margin: -14px 0 15px;
}
.stockList .stockListSearhCriteria p:last-child,
.stockItem .stockListSearhCriteria p:last-child {
  margin: 0;
}
.stockList .stockPriceSwitch,
.stockList .stockTermSwitch,
.stockItem .stockPriceSwitch,
.stockItem .stockTermSwitch {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #CCCCCC;
}
@media (max-width: 1199px) {
  .stockList .stockPriceSwitch,
  .stockList .stockTermSwitch,
  .stockItem .stockPriceSwitch,
  .stockItem .stockTermSwitch {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.stockList .stockPriceSwitch span,
.stockList .stockTermSwitch span,
.stockItem .stockPriceSwitch span,
.stockItem .stockTermSwitch span {
  vertical-align: middle;
}
.stockList .stockPriceSwitch .title,
.stockList .stockTermSwitch .title,
.stockItem .stockPriceSwitch .title,
.stockItem .stockTermSwitch .title {
  max-width: 90px;
}
.stockList .stockPriceSwitch .frequency,
.stockList .stockPriceSwitch .term,
.stockList .stockTermSwitch .frequency,
.stockList .stockTermSwitch .term,
.stockItem .stockPriceSwitch .frequency,
.stockItem .stockPriceSwitch .term,
.stockItem .stockTermSwitch .frequency,
.stockItem .stockTermSwitch .term {
  cursor: pointer;
  padding: 6px 9px;
  margin-bottom: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #000;
  color: white;
}
.stockList .stockPriceSwitch .frequency:hover,
.stockList .stockPriceSwitch .frequency.active,
.stockList .stockPriceSwitch .term:hover,
.stockList .stockPriceSwitch .term.active,
.stockList .stockTermSwitch .frequency:hover,
.stockList .stockTermSwitch .frequency.active,
.stockList .stockTermSwitch .term:hover,
.stockList .stockTermSwitch .term.active,
.stockItem .stockPriceSwitch .frequency:hover,
.stockItem .stockPriceSwitch .frequency.active,
.stockItem .stockPriceSwitch .term:hover,
.stockItem .stockPriceSwitch .term.active,
.stockItem .stockTermSwitch .frequency:hover,
.stockItem .stockTermSwitch .frequency.active,
.stockItem .stockTermSwitch .term:hover,
.stockItem .stockTermSwitch .term.active {
  background: #ee1b0a;
}
@media (max-width: 767px) {
  .stockList .stockPriceSwitch .frequency,
  .stockList .stockTermSwitch .frequency,
  .stockItem .stockPriceSwitch .frequency,
  .stockItem .stockTermSwitch .frequency {
    margin-bottom: 6px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .stockList .stockPriceSwitch,
  .stockList .stockTermSwitch,
  .stockItem .stockPriceSwitch,
  .stockItem .stockTermSwitch {
    padding: 0;
  }
  .stockList .stockPriceSwitch .title,
  .stockList .stockTermSwitch .title,
  .stockItem .stockPriceSwitch .title,
  .stockItem .stockTermSwitch .title {
    display: block;
    clear: both;
    margin-bottom: 5px;
  }
}
.stockList .stockListTopWrapper,
.stockItem .stockListTopWrapper {
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F3F3F3;
}
.stockList .stockListTopWrapper >div:last-child,
.stockItem .stockListTopWrapper >div:last-child {
  text-align: right;
}
.stockList .stockListTopWrapper .stockListSort,
.stockItem .stockListTopWrapper .stockListSort {
  position: relative;
  float: left;
}
.stockList .stockListTopWrapper .stockListSort .processing,
.stockItem .stockListTopWrapper .stockListSort .processing {
  display: none;
  position: absolute;
  top: 0;
  background: white;
  width: 100%;
  padding: 4px 20px;
  opacity: .80;
}
.stockList .stockListTopWrapper .stockTermSwitch,
.stockList .stockListTopWrapper .get-quote-cta,
.stockItem .stockListTopWrapper .stockTermSwitch,
.stockItem .stockListTopWrapper .get-quote-cta {
  display: none;
  max-width: 300px;
}
.stockList .stockListTopWrapper .stockListTopBtns,
.stockItem .stockListTopWrapper .stockListTopBtns {
  display: inline-block;
}
.stockList .stockListTopWrapper .stockListTopBtns ul,
.stockItem .stockListTopWrapper .stockListTopBtns ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li,
.stockItem .stockListTopWrapper .stockListTopBtns ul li {
  display: inline-block;
  margin-left: 5px;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li a,
.stockItem .stockListTopWrapper .stockListTopBtns ul li a {
  padding: 7.5px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
}
.stockList .stockListTopWrapper .stockListTopBtns ul li a span,
.stockItem .stockListTopWrapper .stockListTopBtns ul li a span {
  display: none;
}
.stockList .stockListPaginate,
.stockItem .stockListPaginate {
  clear: both;
  background-color: #F3F3F3;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.stockList .stockListPaginate.pos-absolute,
.stockItem .stockListPaginate.pos-absolute {
  margin: 0 150px 0 auto;
  width: 60%;
  position: absolute;
  left: 25%;
  top: 10px;
}
.stockList .stockListPaginate > div,
.stockList .stockListPaginate > ul,
.stockList .stockListPaginate > span,
.stockItem .stockListPaginate > div,
.stockItem .stockListPaginate > ul,
.stockItem .stockListPaginate > span {
  display: inline-block;
  width: 33%;
}
@media (max-width: 992px) {
  .stockList .stockListPaginate > div,
  .stockList .stockListPaginate > ul,
  .stockList .stockListPaginate > span,
  .stockItem .stockListPaginate > div,
  .stockItem .stockListPaginate > ul,
  .stockItem .stockListPaginate > span {
    width: 49%;
  }
}
@media (max-width: 992px) {
  .stockList .stockListPaginate > div,
  .stockList .stockListPaginate > ul,
  .stockList .stockListPaginate > span,
  .stockItem .stockListPaginate > div,
  .stockItem .stockListPaginate > ul,
  .stockItem .stockListPaginate > span {
    width: 33%;
  }
}
.stockList .stockListPaginate ul,
.stockItem .stockListPaginate ul {
  text-align: right;
  padding: 0;
}
@media (max-width: 992px) {
  .stockList .stockListPaginate ul,
  .stockItem .stockListPaginate ul {
    width: 66%;
  }
}
.stockList .stockListPaginate ul li,
.stockItem .stockListPaginate ul li {
  display: inline-block;
}
.stockList .stockListPaginate ul li.paginateSentinel a,
.stockItem .stockListPaginate ul li.paginateSentinel a {
  border: none;
  text-decoration: underline;
}
.stockList .stockListPaginate ul li a,
.stockList .stockListPaginate ul li span,
.stockItem .stockListPaginate ul li a,
.stockItem .stockListPaginate ul li span {
  padding: 0 10px;
  text-align: center;
  border-right: solid 1px #CCCCCC;
  display: inline-block;
  height: auto;
}
.stockList .stockListPaginate ul li a.active,
.stockList .stockListPaginate ul li a:hover,
.stockItem .stockListPaginate ul li a.active,
.stockItem .stockListPaginate ul li a:hover {
  color: white;
  background: #000;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.stockList .stockListPaginate ul li span,
.stockItem .stockListPaginate ul li span {
  padding-left: 5px;
}
.stockList .stockListPaginate span,
.stockItem .stockListPaginate span {
  text-align: center;
}
@media (max-width: 1240px) {
  .stockList .stockListPaginate span,
  .stockItem .stockListPaginate span {
    text-align: left;
  }
}
.stockList .stockListPaginate #stockListLimit,
.stockItem .stockListPaginate #stockListLimit {
  margin: 0;
  float: none;
  width: 100px;
  display: inline-block;
}
.stockList .stockListPaginate #stockListLimit select,
.stockItem .stockListPaginate #stockListLimit select {
  width: auto;
}
.stockList .paginate_top,
.stockItem .paginate_top {
  border-top: 1px solid white;
}
#stockSearch .stockSearchSelectField {
  height: auto;
  width: 100%;
  background: transparent;
}
.si-view {
  font-size: 16px;
  line-height: 1.6;
}
.stock-items {
  margin-top: 30px;
}
.stock-items:hover .stockListItem {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.stock-items .carousel-control-indicators {
  position: relative;
  width: 100%;
  height: 50px;
}
.stock-items .carousel-control-indicators .carousel-indicators {
  width: 100%;
}
.stock-item {
  margin: 0 0 20px;
}
.stock-item h1,
.stock-item h2,
.stock-item h3,
.stock-item h4,
.stock-item h5,
.stock-item h6 {
  letter-spacing: inherit;
}
.stock-item:nth-child(2n+1) {
  clear: left;
}
#stock-item-csp-carousel:nth-child(2n+1),
#stock-item-csp-carousel-mobile:nth-child(2n+1) {
  clear: none;
}
.csp-wide .stock-item:nth-child(3n+1) {
  clear: left;
}
.si-view {
  background: #F3F3F3;
  position: relative;
  padding-bottom: 7.5px;
  margin-left: 0;
  margin-right: 0;
}
.si-view.container {
  margin-left: auto;
  margin-right: auto;
}
.si-view:after {
  content: "";
  display: table;
  clear: both;
}
.si-view .bold {
  font-weight: bold;
}
.si-view .row.child-count-two > [class*='col-']:first-child {
  padding-right: 7.5px;
}
.si-view .row.child-count-two > [class*='col-']:last-child {
  padding-left: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:first-child {
  padding-right: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:nth-child(2) {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.si-view .row.child-count-three > [class*='col-']:last-child {
  padding-left: 7.5px;
}
.si-view .stock-price {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
}
.si-view .stock-mention {
  font-size: 12px;
  line-height: 1.4;
}
.si-view .stock-mention > span {
  display: block;
}
.si-view .si-type,
.si-view .si-image-count {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ee1b0a;
  color: white;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 9px;
}
.si-view .si-image-count {
  left: auto;
  right: 5px;
  background: #000000;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 3px 5px;
}
.si-view .si-image-count svg,
.si-view .si-image-count i {
  margin-right: 5px;
}
.si-view .si-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
.si-view .si-title small {
  font-size: 70%;
}
@media (max-width: 768px) {
  .si-view .si-title {
    font-size: 19.2px;
  }
}
.si-view .si-title-view-grid.row,
.si-view .si-title-view-grid .row,
.si-view .si-price.row,
.si-view .si-price .row,
.si-view .si-price-wasnow.row,
.si-view .si-price-wasnow .row,
.si-view .si-offer-title.row,
.si-view .si-offer-title .row,
.si-view .si-rate-repayment.row,
.si-view .si-rate-repayment .row,
.si-view .si-get-quote.row,
.si-view .si-get-quote .row,
.si-view .si-feature-icons.row,
.si-view .si-feature-icons .row,
.si-view .si-cta.row,
.si-view .si-cta .row {
  margin: 0;
}
.si-view .si-title-view-grid.row > *:first-child,
.si-view .si-title-view-grid .row > *:first-child,
.si-view .si-price.row > *:first-child,
.si-view .si-price .row > *:first-child,
.si-view .si-price-wasnow.row > *:first-child,
.si-view .si-price-wasnow .row > *:first-child,
.si-view .si-offer-title.row > *:first-child,
.si-view .si-offer-title .row > *:first-child,
.si-view .si-rate-repayment.row > *:first-child,
.si-view .si-rate-repayment .row > *:first-child,
.si-view .si-get-quote.row > *:first-child,
.si-view .si-get-quote .row > *:first-child,
.si-view .si-feature-icons.row > *:first-child,
.si-view .si-feature-icons .row > *:first-child,
.si-view .si-cta.row > *:first-child,
.si-view .si-cta .row > *:first-child {
  padding-left: 0;
}
.si-view .si-title-view-grid.row > *:last-child,
.si-view .si-title-view-grid .row > *:last-child,
.si-view .si-price.row > *:last-child,
.si-view .si-price .row > *:last-child,
.si-view .si-price-wasnow.row > *:last-child,
.si-view .si-price-wasnow .row > *:last-child,
.si-view .si-offer-title.row > *:last-child,
.si-view .si-offer-title .row > *:last-child,
.si-view .si-rate-repayment.row > *:last-child,
.si-view .si-rate-repayment .row > *:last-child,
.si-view .si-get-quote.row > *:last-child,
.si-view .si-get-quote .row > *:last-child,
.si-view .si-feature-icons.row > *:last-child,
.si-view .si-feature-icons .row > *:last-child,
.si-view .si-cta.row > *:last-child,
.si-view .si-cta .row > *:last-child {
  padding-right: 0;
}
.si-view .si-title-view-grid > *,
.si-view .si-price > *,
.si-view .si-price-wasnow > *,
.si-view .si-offer-title > *,
.si-view .si-rate-repayment > *,
.si-view .si-get-quote > *,
.si-view .si-feature-icons > *,
.si-view .si-cta > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.si-view .si-img-ncis-wrap {
  background-color: white;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.si-view .si-img-ncis-wrap .si-img-ncis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.si-view .si-price > * {
  border-bottom: 1px solid white;
}
.si-view .si-title-view-grid > * {
  border-bottom: 0;
}
.si-view .si-price .price,
.si-view .si-rate-repayment .price {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
}
.si-view .si-price .mention,
.si-view .si-rate-repayment .mention {
  font-size: 12px;
  line-height: 1.4;
}
.si-view .si-price .mention > span,
.si-view .si-rate-repayment .mention > span {
  display: block;
}
.si-view .si-price-wasnow .price {
  font-size: 90%;
  text-transform: uppercase;
  margin: 0;
}
.si-view .si-offer-title > * {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
.si-view .si-rate-repayment .row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}
.si-view .si-rate-repayment .row-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
}
.si-view .si-rate-repayment .row-flex .col:first-child {
  padding-left: 0;
}
.si-view .si-rate-repayment .row-flex .col.si-ppw-switch {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
}
.si-view .si-disclaimer-preview {
  font-size: 80%;
  padding: 15px 0 0;
}
.si-view .si-disclaimer .ppw-disclaimer {
  font-size: 12px;
  padding: 15px 0;
  border-bottom: 1px solid white;
}
.si-view .si-disclaimer .ppw-disclaimer h4,
.si-view .si-disclaimer .ppw-disclaimer span {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}
.si-view .si-get-quote {
  border-bottom: 1px solid #CCCCCC;
}
.si-view .si-get-quote .btn-personalised-quote {
  text-align: center;
}
.si-view .si-feature-icons {
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  height: 80px;
  overflow: hidden;
  line-height: 1.2;
  text-transform: capitalize;
}
.si-view .si-feature-icons > div {
  padding-bottom: 0;
}
.si-view .si-feature-icons i,
.si-view .si-feature-icons svg {
  display: block;
  clear: both;
  margin: 0 auto 10px;
  font-size: 200%;
}
.si-view .si-feature-icons .si-feature-name {
  display: none;
}
.si-view .si-feature-icons-2 svg,
.si-view .si-feature-icons-2 i {
  display: none;
}
.si-view .si-feature-icons-2 .si-feature-name {
  display: block;
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 5px;
}
.si-view .si-cta > * {
  border-bottom: 0;
}
.si-view .si-cta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.si-view .si-cta ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  width: 15%;
}
.si-view .si-cta ul li:last-child {
  width: 70%;
  padding-right: 0;
}
.si-view .si-cta ul li:last-child a {
  display: block;
}
.si-view .si-cta ul li a {
  padding: 10px;
}
.si-view .si-contact {
  background: #EEEEEE;
  clear: both;
  z-index: 9;
  width: 100%;
}
.si-view .si-contact h2,
.si-view .si-contact h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0;
  padding: 5px 0 10px 0;
  line-height: 1.2;
}
.si-view .si-contact form {
  padding: 0;
}
.si-view .si-contact form a.chevron-toggle,
.si-view .si-contact form .terms {
  display: none;
}
.si-view .si-contact form .btn {
  clear: both;
}
.si-view .si-contact .si-contant-enquiry,
.si-view .si-contact .si-contant-phone {
  padding: 15px 30px;
  display: none;
}
.si-view .si-contact .si-contant-enquiry .nav-close,
.si-view .si-contact .si-contant-phone .nav-close {
  float: right;
}
.si-view .si-contact .si-contant-phone h3 {
  text-align: center;
}
.si-view .si-contact .si-contant-phone h3 span {
  display: inline-block;
}
.si-view.viewList {
  overflow: hidden;
}
.si-view.viewList .si-thumb-view-grid,
.si-view.viewList .si-title-view-grid {
  display: none;
}
.si-view.viewList .si-type {
  left: 20px;
  top: 5px;
}
.si-view.viewList .si-image-count {
  left: auto;
  right: 20px;
}
.si-view.viewList .si-title-view-list {
  padding: 15px;
}
.si-view.viewList .si-price > * {
  padding-top: 0;
}
.si-view.viewList .si-images {
  overflow: hidden;
  padding: 0;
}
.si-view.viewList .si-images .si-img {
  width: 24%;
  float: left;
  margin: 10px 0.5%;
}
.si-view.viewGrid .stockList_item_imgs,
.si-view.viewGrid .si-thumb-view-list,
.si-view.viewGrid .si-title-view-list {
  display: none;
}
.si-view.viewGrid .si-title-view-grid {
  min-height: 70px;
}
.si-view.viewGrid .si-title-view-grid small {
  display: block;
}
.si-view.viewGrid .si-details {
  padding: 15px 15px 0 15px;
  width: 100%;
}
.si-view.viewGrid .si-contact {
  position: absolute;
}
.csp-wide .si-view.viewList .si-details {
  margin-left: -15px;
  padding: 0;
}
.csp-wide .si-view.viewList .si-images .si-img {
  width: 84%;
  margin: 0 0 10% 0;
}
.csp-wide .si-view.viewList .si-images .si-img:last-child {
  margin-bottom: 0;
}
.si-view.si-ver-1-0.viewList .si-feature-icons,
.si-view.si-ver-1-0.viewList .si-cta {
  margin-top: 19.95px;
}
.si-view.si-ppw-na.viewList .si-cta {
  margin-top: 19.95px;
}
.stockListItem_type {
  background: #333;
  padding: 5px;
  color: #FFF;
  float: left;
  margin: 5px 10px 5px 0;
}
#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: 15px 15px 10px;
  width: 220px;
  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: "Oswald", sans-serif;
  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: "Oswald", sans-serif;
}
#map_big #map_details > div .phone a {
  color: #ee1b0a;
}
#map_big #map_details > div a.link_arrow {
  margin: 0 -20px;
  display: block;
  color: #282828;
  text-transform: uppercase;
  background: url("../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: "robotobold";
}
@media (max-width: 480px) {
  #map_big #map_details > div a.link_arrow {
    margin: 15px 0 30px;
    font-size: 14px;
  }
}
#map_big #map_details > div .btn {
  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: #ee1b0a;
  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: #ee1b0a;
}
.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: #ee1b0a;
}
.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: #ee1b0a;
}
.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;
}
