.wrapper {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: ;
}
.tabs > ul li.active a {
  color: ;
}
.tabs > ul li a {
  display: block;
  color: ;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  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 ;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #007bcd;
}
.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/volvo-v3/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 ;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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:after {
  margin-left: 10px;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn {
    min-width: 130px;
  }
}
.close {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-width: 100px;
}
.close.btn-right {
  float: right;
}
.close.btn-left {
  float: left;
}
.close:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.close:hover:after {
  margin-left: 10px;
}
.close:hover,
.close:active,
.close:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .close {
    min-width: 130px;
  }
}
.close:after {
  display: none;
}
.btn-light {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: white;
  color: white;
}
.btn-light.btn-right {
  float: right;
}
.btn-light.btn-left {
  float: left;
}
.btn-light:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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-light:hover:after {
  margin-left: 10px;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn-light {
    min-width: 130px;
  }
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.btn-dark {
  padding: 5px 10px;
  background: ;
  color: ;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px ;
  cursor: pointer;
  background-color: transparent;
  border-color: #007bcd;
  border-style: solid;
  border-width: 1px;
  color: #007bcd;
  font-weight: 300;
  letter-spacing: 0.1em;
  user-select: none;
  text-transform: initial;
  padding: 16.95px;
  min-width: 260px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #007bcd;
  border-color: #007bcd;
  color: white;
}
.btn-dark.btn-right {
  float: right;
}
.btn-dark.btn-left {
  float: left;
}
.btn-dark:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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-dark:hover:after {
  margin-left: 10px;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #007bcd;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn-dark {
    min-width: 130px;
  }
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #FFFFFF;
  color: #007bcd;
}
.btn-lg {
  padding: 18.75px;
}
.btn-xs {
  font-size: 11.2px;
  letter-spacing: inherit;
  padding: 10.95px;
}
.btn-sm {
  font-size: 14.4px;
  letter-spacing: inherit;
  padding: 12.45px;
}
.btn-link {
  color: #007bcd;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #007bcd;
  background: transparent;
}
.btn-full {
  width: 100%;
}
.h1 {
  font-size: 30.4px;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 38px;
  }
}
.h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 30px;
  }
}
.h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 20px;
  }
}
.h4 {
  font-size: 17.28px;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 19.2px;
  }
}
.h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 16px;
  }
}
.h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .h6 {
    font-size: 16px;
  }
}
.group:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: auto;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-auto {
  padding: auto;
}
.p-0 {
  padding: auto;
}
.img-xs {
  max-width: 100px;
}
.img-sm {
  max-width: 200px;
}
.img-md {
  max-width: 300px;
}
ul.red-disc li,
ul.brand-disc li {
  list-style: none;
}
ul.red-disc li:before,
ul.brand-disc li:before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.brand-disc li:before {
  color: #007bcd;
}
ul.no-bullet {
  list-style: none;
}
.ul-center {
  text-align: center;
}
.ul-center li {
  list-style-position: inside;
  padding: 5px;
}
.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;
}
.terms {
  display: block;
  font-size: 80%;
  color: #666666;
  clear: both;
  margin: 20px 0 40px;
}
.terms p {
  margin: 0;
  padding: 0;
}
.break-flex {
  flex-basis: 100%;
  height: 0;
}
.chevron {
  display: inline-block;
}
.chevron:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-remove:after {
  display: none;
}
.chevron-right {
  display: inline-block;
}
.chevron-right:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-right-animated {
  display: inline-block;
}
.chevron-right-animated:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-right-animated:hover:after {
  margin-left: 10px;
}
.chevron-empty {
  display: inline-block;
}
.chevron-empty:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-empty:after {
  color: transparent;
}
.chevron-left {
  display: inline-block;
}
.chevron-left:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-left:after {
  transform: rotate(180deg);
}
.chevron-up {
  display: inline-block;
}
.chevron-up:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-up:after {
  transform: rotate(270deg);
}
.chevron-down {
  display: inline-block;
}
.chevron-down:after {
  content: "›";
  display: inline-block;
  font-size: 150%;
  line-height: .5;
  width: 15px;
  height: 20px;
  text-align: center;
  vertical-align: inherit;
  -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;
}
.chevron-down:after {
  transform: rotate(90deg);
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  width: 100%;
  height: 100%;
}
.section {
  padding: 30px 0;
}
.section.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section .intro {
  padding-top: 0;
}
.section .intro h1:last-of-type,
.section .intro h2:last-of-type,
.section .intro h3:last-of-type,
.section .intro h4:last-of-type {
  margin-bottom: 0;
}
.section .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-brand {
  padding: 30px 0;
  background: #E7E7E7;
}
.section-brand.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-brand .intro {
  padding-top: 0;
}
.section-brand .intro h1:last-of-type,
.section-brand .intro h2:last-of-type,
.section-brand .intro h3:last-of-type,
.section-brand .intro h4:last-of-type {
  margin-bottom: 0;
}
.section-brand .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-brand .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-dark {
  padding: 30px 0;
  background: #161618;
  color: white;
}
.section-dark.intro .content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-dark .intro {
  padding-top: 0;
}
.section-dark .intro h1:last-of-type,
.section-dark .intro h2:last-of-type,
.section-dark .intro h3:last-of-type,
.section-dark .intro h4:last-of-type {
  margin-bottom: 0;
}
.section-dark .row [class*='col-'] {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-dark .row [class*='col-'] {
    margin-bottom: auto;
  }
}
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark p {
  color: white;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.alert {
  width: 100%;
  text-align: center;
  padding: 22.5px;
  margin: 15px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@font-face {
  font-family: 'VolvoSansWebMedium';
  src: url('../fonts/VolvoSansWebMedium.woff2') format('woff2'), url('../fonts/VolvoSansWebMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'VolvoBroadWeb';
  src: url('../fonts/VolvoBroadWeb.woff2') format('woff2'), url('../fonts/VolvoBroadWeb.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url('../fonts/VolvoNovum-Regular.woff2') format('woff2'), url('../fonts/VolvoNovum-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Volvo Novum';
  src: url('../fonts/VolvoNovum-Light.woff2') format('woff2'), url('../fonts/VolvoNovum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.base-font {
  font-family: 'Volvo Novum', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.base-font-light {
  font-family: 'Volvo Novum', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.base-font-medium {
  font-family: 'VolvoSansWebMedium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.base-font-bold {
  font-family: 'VolvoBroadWeb', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.toolbox {
  z-index: 8;
  display: block;
  position: fixed;
  transition: top 250ms ease-in;
  width: 100%;
  background: transparent;
  bottom: 0;
  -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;
}
@media (min-width: 768px) {
  .toolbox {
    width: 220px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -170px;
  }
}
.toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: #007bcd;
  text-align: center;
}
.toolbox ul li {
  margin: 0;
  display: inline-block;
  width: 19%;
}
.toolbox ul li a {
  display: block;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: white;
  font-family: 'VolvoSansWebMedium', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -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: 7.5px;
  font-size: 20px;
}
.toolbox ul li a .icon,
.toolbox ul li a img,
.toolbox ul li a i,
.toolbox ul li a svg {
  margin: 0;
  font-size: 150%;
}
.toolbox ul li a .icon,
.toolbox ul li a img,
.toolbox ul li a i,
.toolbox ul li a svg {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.toolbox ul li a .icon.icon-testdrive,
.toolbox ul li a img.icon-testdrive,
.toolbox ul li a i.icon-testdrive,
.toolbox ul li a svg.icon-testdrive {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/testdrive-light.png");
}
.toolbox ul li a .icon.icon-inventory,
.toolbox ul li a img.icon-inventory,
.toolbox ul li a i.icon-inventory,
.toolbox ul li a svg.icon-inventory {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/inventory-light.png");
}
.toolbox ul li a .icon.icon-offers,
.toolbox ul li a img.icon-offers,
.toolbox ul li a i.icon-offers,
.toolbox ul li a svg.icon-offers {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/offers-light.png");
}
.toolbox ul li a .icon.icon-contact,
.toolbox ul li a img.icon-contact,
.toolbox ul li a i.icon-contact,
.toolbox ul li a svg.icon-contact {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/contact-light.png");
}
.toolbox ul li a .icon.icon-service,
.toolbox ul li a img.icon-service,
.toolbox ul li a i.icon-service,
.toolbox ul li a svg.icon-service {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/service-light.png");
}
.toolbox ul li a:hover .icon.icon-testdrive,
.toolbox ul li a:hover img.icon-testdrive,
.toolbox ul li a:hover i.icon-testdrive,
.toolbox ul li a:hover svg.icon-testdrive {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/testdrive-dark.png");
}
.toolbox ul li a:hover .icon.icon-inventory,
.toolbox ul li a:hover img.icon-inventory,
.toolbox ul li a:hover i.icon-inventory,
.toolbox ul li a:hover svg.icon-inventory {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/inventory-dark.png");
}
.toolbox ul li a:hover .icon.icon-offers,
.toolbox ul li a:hover img.icon-offers,
.toolbox ul li a:hover i.icon-offers,
.toolbox ul li a:hover svg.icon-offers {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/offers-dark.png");
}
.toolbox ul li a:hover .icon.icon-contact,
.toolbox ul li a:hover img.icon-contact,
.toolbox ul li a:hover i.icon-contact,
.toolbox ul li a:hover svg.icon-contact {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/contact-dark.png");
}
.toolbox ul li a:hover .icon.icon-service,
.toolbox ul li a:hover img.icon-service,
.toolbox ul li a:hover i.icon-service,
.toolbox ul li a:hover svg.icon-service {
  background-image: url("https://templatesnew.digitaldealer.com.au/volvo-v3/images/toolbox/service-dark.png");
}
@media (min-width: 768px) {
  .toolbox ul li a {
    padding: 12px 0 12px 12px;
    font-size: 14px;
  }
  .toolbox ul li a .icon,
  .toolbox ul li a img,
  .toolbox ul li a i,
  .toolbox ul li a svg {
    width: 24px;
    height: 24px;
  }
}
.toolbox ul li a span {
  display: none;
}
.toolbox ul li a:hover {
  background: white;
  color: #1c88d0;
}
.toolbox ul li a:hover span {
  right: 0;
}
@media (min-width: 768px) {
  .toolbox ul li {
    width: 100%;
  }
  .toolbox ul li a {
    display: flex;
  }
  .toolbox ul li a .icon,
  .toolbox ul li a img,
  .toolbox ul li a i,
  .toolbox ul li a svg {
    margin-right: 20px;
  }
  .toolbox ul li a span {
    display: inline-block;
  }
}
.toolbox.active,
.toolbox:hover {
  right: 0;
}
.carousel-inner > .item > a,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  display: flex;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-indicators li {
  width: 80px;
}
#map_big {
  position: relative;
  height: auto;
  padding: 0;
  min-height: 550px;
}
@media (max-width: ) {
  #map_big {
    margin-bottom: 0px;
    height: 320px;
  }
}
#map_big #map {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
#map_big #map .gm-style > div > div > div > div:first-child {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
}
@media (max-width: ) {
  #map_big #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big #map_details {
  height: 550px;
}
@media (max-width: ) {
  #map_big #map_details {
    height: 320px;
  }
}
#map_big #map_details > div {
  position: relative;
  background: white;
  padding: 15px;
  width: 320px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
#map_big #map_details > div ul {
  margin: 0;
  padding: 0;
}
@media (max-width: ) {
  #map_big #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_details > div h3 {
  margin: 0 0 15px;
}
#map_big #map_details > div p {
  text-align: left;
  margin: 0 0 15px;
}
#map_big #map_details > div .phone {
  display: block;
  margin: 0 0 15px;
  color: #333;
}
#map_big #map_details > div .phone a {
  font-weight: bold;
}
#map_big #map_details > div a.btn {
  padding: 10px 5px;
}
#map_big #map_details li {
  color: #333;
}
#map_big .openingHours {
  margin-bottom: 15px;
}
#map_big .openingHours li {
  list-style: none;
}
#map_big .openingHoursSpecials h3 {
  padding-top: 10px;
  line-height: 20px;
  font-size: 100%;
}
#map_big .openingHoursSpecials ul li {
  display: block !important;
}
.model #map_big,
.listArticles #map_big {
  margin-top: 0;
}
#map_big .map-intro-wrapper {
  position: absolute;
  width: 100%;
  min-height: 550px;
  top: 0;
  margin: 0;
  float: none;
  padding: 0;
}
@media (max-width: ) {
  #map_big .map-intro-wrapper {
    margin-bottom: 0px;
    height: 320px;
  }
}
#map_big .map-intro-wrapper .intro {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 45%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#map_big .map-intro-wrapper .intro:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  filter: blur(100px);
  display: block;
  top: 0;
  left: 0;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
}
#map_big .map-intro-wrapper .intro p {
  max-width: 700px;
  padding: 0 15px 90px;
  margin: 0 auto;
}
#map_big .map-intro-wrapper .intro h2,
#map_big .map-intro-wrapper .intro p {
  color: black;
}
