.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: #282828;
  color: #282828;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  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 #CCCCCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #282828;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(https://templatesnew.digitaldealer.com.au/honda/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 #CCCCCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.brand-font-light-bold-cond {
  font-family: "UniversLTPro-BoldCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font-light-cond {
  font-family: "UniversLTPro-Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.brand-font {
  font-family: "UniversLTPro-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.brand-font-bold {
  font-family: "UniversLTPro-65Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand-font-light {
  font-family: "UniversLTPro-45Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.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;
}
.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;
}
.img-xs {
  max-width: 100px;
}
.img-sm {
  max-width: 200px;
}
.img-md {
  max-width: 300px;
}
ul {
  margin: 10px 0;
}
ul li {
  margin-bottom: 8px;
}
ul.red-disc li {
  list-style: none;
}
ul.red-disc li:before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.no-bullet {
  list-style: none;
}
ul.striped {
  list-style: none;
  padding: 0;
}
ul.striped li {
  padding: 10px 15px;
  margin: 0;
}
ul.striped li:nth-child(odd) {
  background: #F4F4F4;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
ul.striped li i,
ul.striped li svg {
  float: right;
  color: green;
}
.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;
}
.notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn {
  text-transform: uppercase;
  font-size: 100%;
  border-width: 2px;
  background-color: transparent;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "UniversLTPro-BoldCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: -100%;
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #E52030;
  border: #E52030 2px solid;
  color: #FFFFFF;
}
.btn:hover:after,
.btn:active:after,
.btn:focus:after {
  left: 0;
}
.btn-xs {
  font-size: 11.2px;
  letter-spacing: inherit;
}
.btn-sm {
  font-size: 12.8px;
  letter-spacing: inherit;
}
.btn-solid {
  background-color: #282828;
  border: #282828 2px solid;
  color: #FFFFFF;
}
.btn-solid:hover,
.btn-solid:active,
.btn-solid:focus {
  background-color: #E52030;
  border: #E52030 2px solid;
  color: #FFFFFF;
}
.btn-solid-second {
  background-color: #E52030;
  border: #E52030 2px solid;
  color: #FFFFFF;
}
.btn-solid-second:hover,
.btn-solid-second:active,
.btn-solid-second:focus {
  background-color: #c01b2d;
  border: #c01b2d 2px solid;
  color: #FFFFFF;
}
.btn-link {
  color: #E52030;
  text-decoration: underline;
  border-bottom: 2px solid #E52030;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #E52030;
  text-decoration: none;
  border-bottom: 2px solid #E52030;
}
.nav > li a.btn,
.nav > li a.btn:hover,
.nav > li a.btn:focus {
  background-color: #E52030;
  border-color: #E52030;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-responsive {
  width: 100%;
}
.zig_zag_container {
  margin: 50px 0;
}
.zig_zag_container .zig_zag {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.zig_zag_container .zig_zag .zig_zag_image,
.zig_zag_container .zig_zag .zig_zag_content {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .zig_zag_container .zig_zag .zig_zag_image,
  .zig_zag_container .zig_zag .zig_zag_content {
    flex: 1 1 100%;
  }
}
.zig_zag_container .zig_zag .zig_zag_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 44vw;
}
@media (max-width: 991px) {
  .zig_zag_container .zig_zag .zig_zag_image {
    max-height: 60vw;
  }
}
.zig_zag_container .zig_zag .zig_zag_image img {
  width: 100%;
}
.zig_zag_container .zig_zag .zig_zag_content {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  flex-direction: column;
  min-height: 28em;
  padding: 30px;
}
.zig_zag_container .zig_zag .zig_zag_content .btn {
  margin: 20px 0 0;
}
.zig_zag_container .zig_zag .zig_zag_content ul {
  text-align: left;
}
.zig_zag_container .zig_zag .zig_zag_content ul li {
  padding: 10px 0;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.equal:before,
.equal:after {
  content: normal;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.row-centered {
  text-align: center;
}
.content-block {
  margin: 0 0 40px;
}
.content-block ul {
  list-style-position: inside;
  padding: 0;
  margin: 20px 0;
}
.list-no-bullets {
  list-style: none;
}
.list-spaced-5 li {
  padding: 5px 0;
}
.list-spaced-10 li {
  padding: 10px 0;
}
.list-left {
  text-align: left;
}
.col-centered {
  display: inline-block !important;
  float: none !important;
  text-align: center !important;
}
@media (max-width: 991px) {
  .reorder-sm {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .reorder-sm > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}
i.fas,
i.fab,
i.fa {
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
}
h4 img.icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.section {
  padding: 40px;
}
@media (max-width: 991px) {
  .section {
    padding: 20px 10px;
  }
}
.section h5 {
  text-transform: initial;
  color: #A9A9A9;
}
.section-white,
.section-grey {
  padding: 40px;
}
@media (max-width: 991px) {
  .section-white,
  .section-grey {
    padding: 20px 10px;
  }
}
.section-white h5,
.section-grey h5 {
  text-transform: initial;
  color: #A9A9A9;
}
.section-white .centered-title:first-of-type,
.section-white .section-title:first-of-type,
.section-white .content-centered:first-of-type,
.section-grey .centered-title:first-of-type,
.section-grey .section-title:first-of-type,
.section-grey .content-centered:first-of-type {
  margin-top: 0;
}
.section-white {
  background-color: white;
}
.section-grey {
  background-color: #F4F4F4;
}
.section .centered-title:first-of-type,
.section .section-title:first-of-type,
.section .content-centered:first-of-type,
.section-white .centered-title:first-of-type,
.section-white .section-title:first-of-type,
.section-white .content-centered:first-of-type,
.section-grey .centered-title:first-of-type,
.section-grey .section-title:first-of-type,
.section-grey .content-centered:first-of-type {
  margin-top: 0;
}
.centered-title,
.section-title,
.content-centered {
  text-align: center;
  margin: 40px auto;
  padding: 0 20px;
}
.centered-title h1,
.centered-title h2,
.section-title h1,
.section-title h2,
.content-centered h1,
.content-centered h2 {
  margin: 0;
}
.centered-title p,
.section-title p,
.content-centered p {
  margin: 10px auto 0;
  max-width: 720px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .centered-title p,
  .section-title p,
  .content-centered p {
    font-size: 18px;
  }
}
.centered-title.first-title,
.section-title.first-title,
.content-centered.first-title {
  margin: 0 0 40px;
}
.general_content {
  padding-bottom: 40px;
}
.content-centered-wide {
  text-align: center;
  margin: 40px auto;
  padding: 0 20px;
  max-width: 800px;
}
.content-centered-wide h1,
.content-centered-wide h2 {
  margin: 0;
}
.content-centered-wide p {
  margin: 10px auto 0;
  max-width: 720px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .content-centered-wide p {
    font-size: 18px;
  }
}
.content-centered-wide.first-title {
  margin: 0 0 40px;
}
.page_intro {
  text-align: center;
  margin: 40px auto;
  padding: 0 20px;
}
.page_intro h1,
.page_intro h2 {
  margin: 0;
}
.page_intro p {
  margin: 10px auto 0;
  max-width: 720px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .page_intro p {
    font-size: 18px;
  }
}
.page_intro.first-title {
  margin: 0 0 40px;
}
.section-title {
  text-align: left;
}
.section-title h2 {
  line-height: 1.1;
}
.section-title h2 span {
  display: block;
  color: #A9A9A9;
}
@font-face {
  font-family: 'UniversLTPro-BoldCond';
  src: url('../fonts/UniversLTPro-BoldCond.woff2') format('woff2'), url('../fonts/UniversLTPro-BoldCond.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTPro-Condensed';
  src: url('../fonts/UniversLTPro-Condensed.woff2') format('woff2'), url('../fonts/UniversLTPro-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTPro-55Roman';
  src: url('../fonts/UniversLTPro-55Roman.woff2') format('woff2'), url('../fonts/UniversLTPro-55Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTPro-65Bold';
  src: url('../fonts/UniversLTPro-65Bold.woff2') format('woff2'), url('../fonts/UniversLTPro-65Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UniversLTPro-45Light';
  src: url('../fonts/UniversLTPro-45Light.woff2') format('woff2'), url('../fonts/UniversLTPro-45Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.stockItem {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .stockItem {
    margin: 0;
  }
}
.stockItem .stockItem-contact-btns-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: black;
  z-index: 99;
  border-top: 1px solid #E52030;
}
.stockItem .stockItem-contact-btns-fixed ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.stockItem .stockItem-contact-btns-fixed ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.stockItem .stockItem-contact-btns-fixed i,
.stockItem .stockItem-contact-btns-fixed svg {
  font-size: 175%;
  margin-bottom: 5px;
  color: white;
}
.stockItem .stockItemGalleryWrap {
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .stockItem .stockItemGalleryWrap {
    width: 100%;
    height: auto;
    background: none;
  }
  .stockItem .stockItemGalleryWrap .container {
    padding: 0;
  }
  .stockItem .stockItemGalleryWrap img {
    width: 100%;
  }
}
.stockItem .stockItemGalleryWrap .ncis {
  height: 420px;
}
@media (max-width: 1199px) {
  .stockItem .stockItemGalleryWrap .ncis {
    width: 100%;
    height: auto;
  }
}
.stockItem .stockItem-media-item iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .stockItem .stockItem-media-item iframe {
    height: 220px;
  }
}
.stockItem .stockItemGallery {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}
.stockItem .stockItemGallery a {
  display: block;
}
.stockItem .stockItemGallery img {
  float: left;
  width: 250px;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .stockItem .stockItemGallery img {
    width: 50%;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .stockItem .stockItemGallery img {
    width: 100%;
  }
}
.stockItem .stockItemGallery img.first {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  float: none;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll {
  padding: 5px 10px;
  background: #282828;
  color: #282828;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 100%;
  border-width: 2px;
  background-color: transparent;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "UniversLTPro-BoldCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 280px;
  line-height: 35px;
  position: absolute;
  right: 12px;
  bottom: 0;
  display: none;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll.btn-right {
  float: right;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll.btn-left {
  float: left;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: -100%;
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll:hover,
.stockItem .stockItemGallery a.stockItemGallerySeeAll:active,
.stockItem .stockItemGallery a.stockItemGallerySeeAll:focus {
  background-color: #E52030;
  border: #E52030 2px solid;
  color: #FFFFFF;
}
.stockItem .stockItemGallery a.stockItemGallerySeeAll:hover:after,
.stockItem .stockItemGallery a.stockItemGallerySeeAll:active:after,
.stockItem .stockItemGallery a.stockItemGallerySeeAll:focus:after {
  left: 0;
}
@media (max-width: 1199px) {
  .stockItem .stockItemGallery a.stockItemGallerySeeAll {
    display: none;
  }
}
.stockItem .stockItemPrice {
  padding-top: 10px;
  margin-bottom: 10px;
}
.stockItem .stockItemPrice h4 {
  font-size: 200%;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .stockItem .stockItemPrice h4 {
    font-size: 175%;
  }
}
.stockItem .stockItemPrice .repayments_container h4 {
  color: #666666;
}
.stockItem .stockItemPrice span {
  font-size: 80%;
  display: inline-block;
}
.stockItem .stockItemPrice:last-child {
  border-left: 1px solid #CCCCCC;
}
.stockItem .stocklist_price h4 {
  color: #666;
  font-size: 120%;
}
.stockItem .stocklist_price:last-child {
  border-left: 1px solid #CCCCCC;
}
.stockItem .stockItem-panel-top-right {
  margin: 20px;
  padding-bottom: 15px;
}
.stockItem .stockItem-panel-top-right h1 {
  text-transform: uppercase;
  font-size: 24px;
}
.stockItem .stockItem_features ul {
  margin: 15px 0;
  padding: 0;
  clear: both;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  text-align: center;
  list-style: none;
}
.stockItem .stockItem_features ul li {
  margin: 0;
  padding: 15px 0;
  font-size: 80%;
}
.stockItem .stockItem_features ul li span {
  font-size: 16px;
  font-weight: bold;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list1 ul {
  list-style-type: none;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list1 ul li {
  padding: 15px;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list1 ul li:nth-child(2) {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list2 ul {
  border-top-width: 0;
  list-style-type: none;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list2 ul svg,
.stockItem .stockItem_features.stockItem-panel-top-right-list2 ul span {
  display: block;
  clear: both;
}
.stockItem .stockItem_features.stockItem-panel-top-right-list2 ul svg {
  margin: 0 auto 10px;
}
.stockItem .stockItem_features .formSubmit {
  max-width: 100%;
}
.stockItem .stockItemComment {
  margin-bottom: 50px;
  min-height: 10px;
  clear: both;
}
.stockItem .stockItemComment h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 0px;
  color: #444;
  font-family: "UniversLTPro-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media (max-width: 767px) {
  .stockItem .stockItemComment h3 {
    text-align: center;
  }
}
.stockItem .stockItemComment p {
  margin-bottom: 15px;
  color: #535353;
  font-size: 14px;
  line-height: 25px;
}
.stockItem .stockItemInfo h3,
.stockItem .stockItemHL h3 {
  margin: 20px 0;
  clear: both;
  padding-top: 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .stockItem .stockItemInfo h3,
  .stockItem .stockItemHL h3 {
    font-size: 18px;
    text-align: center;
  }
}
.stockItem .stockItemInfo ul,
.stockItem .stockItemHL ul {
  padding: 15px 0;
  margin-top: 0px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .stockItem .stockItemInfo ul,
  .stockItem .stockItemHL ul {
    margin-right: 0;
    padding: 15px 0;
  }
}
.stockItem .stockItemInfo ul li,
.stockItem .stockItemHL ul li {
  background: none;
  border: medium none;
  line-height: 35px;
  font-size: 14px;
  width: 49.2%;
  display: inline-block;
  color: #444 !important;
  padding-left: 15px;
}
.stockItem .stockItemInfo ul li:nth-child(4n+1),
.stockItem .stockItemHL ul li:nth-child(4n+1) {
  background: #f1f1f1;
}
.stockItem .stockItemInfo ul li:nth-child(4n+2),
.stockItem .stockItemHL ul li:nth-child(4n+2) {
  background: #f1f1f1;
}
.stockItem .stockItemInfo ul li:last-child:nth-child(odd),
.stockItem .stockItemHL ul li:last-child:nth-child(odd) {
  width: 100%;
}
.stockItem .stockItemInfo ul li .stockItemInfo_title,
.stockItem .stockItemHL ul li .stockItemInfo_title {
  font-weight: bold;
  width: 140px;
  float: left;
}
.stockItem .stockItemInfo ul li strong,
.stockItem .stockItemHL ul li strong {
  font-weight: 200px;
}
.stockItem .stockItemInfo ul li form,
.stockItem .stockItemHL ul li form {
  padding: 0;
}
@media (max-width: 991px) {
  .stockItem .stockItemInfo ul li,
  .stockItem .stockItemHL ul li {
    width: 100%;
    background: none;
  }
  .stockItem .stockItemInfo ul li:nth-child(4n+1),
  .stockItem .stockItemHL ul li:nth-child(4n+1) {
    background: #f1f1f1;
  }
  .stockItem .stockItemInfo ul li:nth-child(4n+2),
  .stockItem .stockItemHL ul li:nth-child(4n+2) {
    background: none;
  }
  .stockItem .stockItemInfo ul li:nth-child(4n+3),
  .stockItem .stockItemHL ul li:nth-child(4n+3) {
    background: #f1f1f1;
  }
}
.stockItem .tabs {
  overflow: unset;
}
.stockItem .stockItemCTAs {
  margin-top: 14px;
  margin-bottom: -50px;
  min-width: 50%;
  float: right;
}
.stockItem .stockItemCTAs .dropdown,
.stockItem .stockItemCTAs .cta_enquiry,
.stockItem .stockItemCTAs .dropdown-menu {
  min-width: 172px;
}
.stockItem .stockItemCTAs .dropdown,
.stockItem .stockItemCTAs .cta_enquiry {
  margin: 0 5px;
}
.stockItem .stockItemCTAs .dropdown > a,
.stockItem .stockItemCTAs .cta_enquiry > a {
  color: white;
}
.stockItem .stockItemCTAs .dropdown-menu {
  margin: 0;
  padding: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.stockItem .stockItemCTAs .dropdown-menu li {
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #999;
}
.stockItem .stockItemCTAs .dropdown-menu li a {
  padding: 10px;
}
@media (max-width: 1199px) {
  .stockItem .stockItemCTAs {
    margin: 0 auto;
  }
  .stockItem .stockItemCTAs .navbar-nav.navbar-right:last-child {
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .stockItem .stockItemCTAs {
    min-width: unset;
    float: unset;
  }
  .stockItem .stockItemCTAs .dropdown,
  .stockItem .stockItemCTAs .cta_enquiry,
  .stockItem .stockItemCTAs .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
}
.stockItem .vdp_btm {
  margin-top: 50px;
}
.stockItem .vdp_btm_left {
  background: #FFFFFF;
  height: 385px;
}
@media (max-width: 1199px) {
  .stockItem .vdp_btm_left {
    height: auto;
  }
}
.stockItem .vdp_btm_left h3 {
  height: 66px;
  line-height: 66px;
  padding: 0 0 0 15px;
  color: #FFFFFF;
  margin: 0;
  background-size: cover;
}
.stockItem .vdp_btm_left ul {
  margin: 15px;
  padding-left: 0;
}
.stockItem .vdp_btm_left ul li {
  list-style: none;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.stockItem .vdp_btm_left ul li:last-child {
  border: none;
}
.stockItem .vdp_btm_left ul li span {
  font-weight: bold;
}
.stockItem .vdp_btm_right {
  background: #FFFFFF;
  min-height: 185px;
  margin-bottom: 15px;
}
.stockItem .vdp_btm_right h4 {
  padding: 15px 15px 0 0;
}
@media (max-width: 767px) {
  .stockItem .vdp_btm_right h4 {
    padding-left: 15px;
  }
}
.stockItem .vdp_btm_right p {
  padding: 10px 15px 0 0;
}
@media (max-width: 767px) {
  .stockItem .vdp_btm_right p {
    padding: 15px;
  }
}
.stockItem .vdp_btm_right img {
  margin-right: 15px;
  float: left;
}
@media (max-width: 767px) {
  .stockItem .vdp_btm_right img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.stockItem .vdp_panel_btm {
  background: #FFFFFF;
  margin-bottom: 15px;
  margin-top: 30px;
  min-height: 150px;
}
.stockItem .vdp_panel_btm h3 {
  padding: 15px 0 0 15px;
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
}
.stockItem .vdp_panel_btm p {
  padding: 15px;
}
.stockItem .vdp_panel_btm p a {
  color: #0068B5;
  font-weight: bold;
}
.stockItem .vdp_panel_btm img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .stockItem .vdp_panel_btm img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.stockItem .vdp_panel_whybuy {
  background: #f1f1f1;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header {
  background: #E52030;
  padding: 15px 25px;
  min-height: 50px;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header h2 {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  float: left;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header h2 {
    font-size: 15px;
  }
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a {
  padding: 5px 10px;
  background: #282828;
  color: #282828;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 100%;
  border-width: 2px;
  background-color: transparent;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-family: "UniversLTPro-BoldCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  font-weight: bold;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a.btn-right {
  float: right;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a.btn-left {
  float: left;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: -100%;
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.3);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:hover,
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:active,
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:focus {
  background-color: #E52030;
  border: #E52030 2px solid;
  color: #FFFFFF;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:hover:after,
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:active:after,
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_header a:focus:after {
  left: 0;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_list {
  padding: 0;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_list .vdp_panel_whybuy_item {
  padding: 13px 15px;
  border-bottom: 1px solid #ccc;
}
.stockItem .vdp_panel_whybuy .vdp_panel_whybuy_list .vdp_panel_whybuy_item p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #313133;
  font-weight: normal;
  text-shadow: none;
}
.stockItem .vdp_panel_btm_right {
  margin-top: 30px;
  margin-bottom: 0px;
  background: #f1f1f1;
}
.stockItem .vdp_panel_btm_right:nth-child(2) {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .stockItem .vdp_panel_btm_right {
    min-height: 300px;
  }
}
.stockItem .vdp_panel_btm_right h2 {
  color: #060606;
  padding: 12px 0 0 15px;
  margin: 0;
  font-size: 17px;
}
.stockItem .vdp_panel_btm_right p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .stockItem .vdp_panel_btm_right p {
    padding-bottom: 0;
  }
}
.stockItem .vdp_panel_btm_right a {
  color: #E52030;
  font-size: 15px;
  margin: 35px auto 15px;
  padding-right: 15px;
  background: url('../images/icon-arrow-red.png') right center no-repeat;
}
@media (max-width: 991px) {
  .stockItem .vdp_panel_btm_right a {
    display: block;
    margin-left: 15px;
    padding-bottom: 15px;
  }
}
.stockItem .vdp_panel_btm_right a:hover,
.stockItem .vdp_panel_btm_right a:active,
.stockItem .vdp_panel_btm_right a:focus {
  color: #E52030;
}
.stockItem .vdp_enquiry_bg {
  margin-bottom: 15px;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap {
  text-align: center;
  font-size: 15.2px;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap h2 {
  text-transform: uppercase;
  font-size: 20px;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form {
  padding: 10px;
  border: none;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formSubmit {
  display: block;
  clear: both;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell {
  width: 100%;
  margin-bottom: 10px;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell input[type="text"],
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell textarea {
  background-color: #F5F5F5;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell label {
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  font-size: 12.8px;
}
@media (min-width: 1200px) {
  .stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell label {
    text-align: right;
  }
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell label.error {
  width: 100%;
  margin: 0;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell textarea {
  line-height: auto;
}
@media (min-width: 1200px) {
  .stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell input[type="text"] {
    float: right;
    width: 68%;
  }
  .stockItem .vdp_enquiry_bg .stockItemEnquiryWrap .formEnquiryContainer form .formCell label {
    width: 30%;
    float: left;
  }
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap h3 {
  background-color: #282828;
  color: #FFFFFF;
  padding: 20px;
  font-size: 16px;
}
.stockItem .vdp_enquiry_bg .stockItemEnquiryWrap h3 span a {
  color: #FFFFFF;
  display: block;
  clear: both;
  padding-top: 10px;
}
.stockItem #map_big {
  margin-top: 30px;
}
.stockItem .financeCalcTab .formEnquiryContainer {
  padding-bottom: 15px;
}
.stockItem .financeCalcTab .formEnquiryContainer #financeCalculator .terms {
  margin-right: 15px;
}
.stockItem-media-container {
  clear: both;
  margin-top: 15px;
}
.stockItem-media-container .stockItem-media-item iframe {
  width: 100%;
  height: 450px;
}
.index_panels {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .index_panels {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.index_panels .index_panel {
  padding: 0;
  margin: -2px 0;
  overflow: hidden;
  position: relative;
}
.index_panels .index_panel img {
  width: 100%;
  position: relative;
}
.index_panels .index_panel2 {
  min-height: 480px;
}
@media (max-width: 480px) {
  .index_panels .index_panel2 img {
    display: none;
  }
}
.index_panels .index_panel2 .index_panel2_cont {
  position: absolute;
  top: 50px;
  left: 40px;
}
@media (max-width: 480px) {
  .index_panels .index_panel2 .index_panel2_cont {
    position: relative;
    top: 0;
    left: 0;
    padding: 25px;
  }
}
.index_panels .index_panel2 .index_panel2_cont h4 {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  font-family: "UniversLTPro-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.index_panels .index_panel2 .index_panel2_cont h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: "UniversLTPro-65Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.index_panels .index_panel2 .index_panel2_cont a {
  width: 200px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .index_panels .index_panel2 .index_panel2_cont a {
    width: 100%;
    margin-bottom: 0;
  }
}
.index_panels .index_panel2 .index_panel2_cont ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.index_panels .index_panel2 .index_panel2_cont ul li {
  min-width: 400px;
  line-height: 35px;
  background: #f8f8f8;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .index_panels .index_panel2 .index_panel2_cont ul li {
    min-width: 0;
    line-height: 20px;
    list-style: disc;
    margin-left: 15px;
  }
}
.index_panels .index_panel2 .index_panel2_cont ul li span {
  display: inline-block;
  width: 34px;
  height: 32px;
  background: url('../images/li-bkg.png') left top no-repeat;
  padding-left: 5px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .index_panels .index_panel2 .index_panel2_cont ul li span {
    display: none;
  }
}
.index_panels .index_panel3 >div {
  padding: 0;
  margin: 0 0 -1px;
}
.index_panels .index_panel3 >div img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 999;
}
.index_panels .index_panel3 >div img:hover,
.index_panels .index_panel3 >div img:active,
.index_panels .index_panel3 >div img:focus {
  -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);
  z-index: 99999;
}
.stockItem_gallery_container .ncis,
.stockItem_gallery_container .single {
  width: 580px;
}
@media (max-width: 1199px) {
  .stockItem_gallery_container .ncis,
  .stockItem_gallery_container .single {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .stockItem_gallery_nopic .stockItem_gallery_container {
    display: none;
  }
}
.stockItem_gallery_nopic .stockItem-panel-top-right {
  float: none;
  position: relative;
  width: 100%;
  left: 0;
  max-width: 100%;
}
.stockItem_gallery_nopic .stockItem_gallery_container {
  min-height: 40px;
}
@media (max-width: 1199px) {
  .stockItem_gallery_1pic .stockItem_gallery_container {
    min-height: 0;
    text-align: center;
  }
  .stockItem_gallery_1pic .stockItem_gallery_container img {
    margin: 40px auto;
  }
}
@media (max-width: 991px) {
  .stockItem_gallery_1pic .stockItem_gallery_container img {
    width: 100%;
  }
}
.stockItem_ncis_wrapper {
  min-height: 450px;
}
#stockitem_gallery_mobile .carousel-control {
  background-image: none;
}
#stockitem_gallery_mobile .stockitem_gallery_mobile_counter {
  float: right;
  font-size: 12px;
  margin: 5px;
}
@media (max-width: 768px) {
  #stockitem_gallery_mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ie .stockItem .stockItemGallery img {
  width: 249px;
}
.ie .stockItem .stockItemGallery img.first {
  width: 100%;
}
form {
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  padding: 20px;
  margin-bottom: 40px;
}
form h2 {
  clear: both;
  margin-top: 40px;
}
form h2:after {
  content: "";
  display: table;
  clear: both;
}
form h2:first-of-type {
  margin-top: 10px;
}
form label {
  font-weight: 300;
  margin-bottom: 0;
}
form .formCell {
  width: 48%;
  float: left;
  margin: 0 2% 2% 0;
}
@media (max-width: 1199px) {
  form .formCell {
    width: 48%;
  }
}
@media (max-width: 767px) {
  form .formCell {
    width: 100%;
  }
}
form .formCell.textarea {
  clear: both;
  width: 98%;
}
form .formSubmit {
  float: none;
  margin: 25px auto;
}
form .btn {
  min-height: 45px;
  min-width: 250px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding-right: 20px;
  padding-top: 0;
}
form input[type=radio],
form input[type=checkbox] {
  margin: -8px 5px 0 0;
}
form .formCheckBox {
  padding: 5px 0;
}
form .formCheckBox label {
  display: inline;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea,
.chzn-single,
input.text,
input.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background-color: #F4F4F4;
  color: #000000;
  height: 45px;
  line-height: 45px;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: none;
}
label.error {
  font-size: 14px;
  color: red;
}
textarea {
  height: 100px;
}
input[disabled],
select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.chzn-container {
  font-size: 16px;
}
.chzn-container .chzn-results li {
  width: 100%;
  line-height: 1.4;
  padding: 5px 0;
  border-bottom: 1px solid white;
}
.chzn-container .chzn-results li.result-selected,
.chzn-container .chzn-results li.highlighted {
  background: #E52030;
  color: white;
}
.footer_form_wrap {
  margin-top: 30px;
}
#financeCalculator_alt .finance_calculator {
  background: #E52030;
  margin: 30px 0;
}
#financeCalculator_alt .finance_calculator h2 {
  color: white;
  text-align: center;
}
#financeCalculator_alt .finance_calculator .terms {
  color: #fff;
}
#financeCalculator_alt .finance_calculator .formEnquiryContainer {
  margin: 0;
  padding: 15px 0;
  background: none;
}
#financeCalculator_alt .finance_calculator form .formCell {
  width: 23%;
}
#financeCalculator_alt .finance_calculator form .formCell.finance_total {
  width: 100%;
}
#financeCalculator_alt .finance_calculator form .formCell #calculate {
  margin: 20px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#financeCalculator_alt .finance_calculator form .formCell #calculate:hover,
#financeCalculator_alt .finance_calculator form .formCell #calculate:active,
#financeCalculator_alt .finance_calculator form .formCell #calculate:focus {
  color: white;
}
@media (max-width: 768px) {
  #financeCalculator_alt .finance_calculator form .formCell {
    width: 31%;
  }
}
@media (max-width: 480px) {
  #financeCalculator_alt .finance_calculator form .formCell {
    width: 47%;
    margin: 0 2% 15px 0;
  }
}
#financeCalculator_alt .finance_calculator form label {
  color: #fff;
}
@media (max-width: 768px) {
  #financeCalculator_alt .finance_calculator form label {
    min-height: 27px;
  }
}
#financeCalculator_alt .finance_calculator form select,
#financeCalculator_alt .finance_calculator form input {
  height: 40px !important;
}
#financeCalculator_alt .finance_calculator form input.repay {
  font-size: 48px !important;
  color: #fff !important;
  width: 100% !important;
  border: 1px solid #E52030 !important;
  background: #E52030 !important;
  height: 70px !important;
  background-color: #E52030 !important;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#E52030),to(#E52030)) !important;
  background-image: -webkit-linear-gradient(top,#E52030,#E52030) !important;
  background-image: -moz-linear-gradient(top,#E52030,#E52030) !important;
  background-image: -ms-linear-gradient(top,#E52030,#E52030) !important;
  background-image: -o-linear-gradient(top,#E52030,#E52030) !important;
  background-image: linear-gradient(to bottom,#E52030,#E52030) !important;
}
#map_big {
  position: relative;
  height: auto;
  padding: 0;
}
@media (max-width: 480px) {
  #map_big {
    margin-bottom: 0px;
    height: 320px;
  }
}
#map_big #map {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 480px) {
  #map_big #map {
    position: inherit;
    margin-bottom: 25px;
  }
}
#map_big #map_details > div {
  position: relative;
  background: white;
  padding: 20px;
  width: 280px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  -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: 480px) {
  #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 20px;
  font-size: 24px;
  text-align: left;
}
#map_big #map_details > div p {
  text-align: left;
  margin: 20px 0;
}
#map_big #map_details > div a {
  margin: 40px 0 0 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: inherit;
}
#map_big #map_details > div .phone {
  display: block;
  margin: 10px 0;
  color: #333;
}
#map_big #map_details > div .phone a {
  background: none;
  padding-left: 0;
  margin: 0;
  line-height: 20px;
}
#map_big #map_details li {
  color: #333;
}
#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;
}
@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;
  }
}
@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;
  }
}
.model #map_big,
.listArticles #map_big {
  margin-top: 0;
}
