.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: #191919;
  color: #191919;
  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: #191919;
}
.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/mazda-v2/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;
}
.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;
}
.img-full {
  width: 100%;
}
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: #910A2D;
}
ul.no-bullet {
  list-style: none;
}
.transition {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.btn {
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
.btn-xs {
  font-size: 11.2px;
  letter-spacing: inherit;
}
.btn-sm {
  font-size: 12.8px;
  letter-spacing: inherit;
}
.btn-solid {
  background-color: #191919;
  border: #191919 1px solid;
  color: #FFFFFF;
}
.btn-solid:hover,
.btn-solid:active,
.btn-solid:focus {
  background-color: #910A2D;
  border: #910A2D 1px solid;
  color: #FFFFFF;
}
.btn-solid-second {
  background-color: #910A2D;
  border: #910A2D 1px solid;
  color: #FFFFFF;
}
.btn-solid-second:hover,
.btn-solid-second:active,
.btn-solid-second:focus {
  background-color: #191919;
  border: #191919 1px solid;
  color: #FFFFFF;
}
.btn-link {
  color: #910A2D;
  text-decoration: underline;
  border-bottom: 1px solid #910A2D;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #910A2D;
  text-decoration: none;
  border-bottom: 1px solid #910A2D;
}
.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  }
}
.centered-title {
  text-align: center;
  text-align: center;
  margin: 40px 0;
  padding: 0 20px;
}
.centered-title h1,
.centered-title h2 {
  margin: 0;
}
.centered-title p {
  margin: 10px auto 0;
  max-width: 560px;
}
.centered-title.first-title {
  margin: 0 0 40px;
}
#designstudio-button {
  top: 70vh !important;
}
@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Regular.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Medium.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MazdaTypeTT';
  src: url('../fonts/MazdaTypeTT-Bold.woff2') format('woff2'), url('../fonts/MazdaTypeTT-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.accessories .accessories-category .accessory-item {
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accessories .accessories-category .accessory-item:hover,
.accessories .accessories-category .accessory-item:active,
.accessories .accessories-category .accessory-item: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);
}
.accessories .accessories-category .accessory-item .accessory-item-image img {
  width: 100%;
  height: auto;
}
.accessories .accessories-category .accessory-item .accessory-item-details h3 {
  font-size: 16px;
  text-align: center;
}
.viewAccessories ul {
  list-style: none;
  padding: 0;
}
.my-accessories-quote {
  background-color: #EDEDED;
  padding: 1px 10px 0;
}
.my-accessories-quote .quote-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 25px;
}
.my-accessories-quote .quote-list li {
  margin: 5px 0;
}
.my-accessories-quote .quote-list li.none-selected {
  list-style: none;
  margin-left: -20px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-image img {
  width: 100%;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details {
  padding: 15px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item img {
  width: 210px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item h3 {
  font-size: 14px;
  margin-top: 0;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-add-quote {
  position: absolute;
  right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .model-accessories .accessories-category .accessory-category-list .accessory-item .accessories-widget {
    clear: both;
  }
}
.model-accessories .add-request-quote {
  padding: 5px 10px;
  background: #191919;
  color: #191919;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.model-accessories .add-request-quote.btn-right {
  float: right;
}
.model-accessories .add-request-quote.btn-left {
  float: left;
}
.model-accessories .add-request-quote:hover,
.model-accessories .add-request-quote:active,
.model-accessories .add-request-quote:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
.model-accessories .request-quote-tab .formCell {
  width: 31%;
}
@media (max-width: 991px) {
  .model-accessories .request-quote-tab .formCell {
    width: 100%;
  }
}
.model-accessories .request-quote-tab .textarea {
  width: 100%;
}
.model-accessories .accessories-category h2 {
  margin: 30px 0;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item {
  border: 1px solid #e4e4e4;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 40px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details {
  padding: 0;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details h3 {
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 10px;
  min-height: 110px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-item-blurb,
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-item-partno,
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details p,
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details li {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-item-blurb {
  display: none;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-item-blurb ul li {
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 5px;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-item-partno {
  font-style: italic;
  margin: 10px 0;
  text-transform: uppercase;
  display: none;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote {
  left: 0;
  margin-top: 0;
  position: relative;
  right: 0;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a {
  color: #fff;
  padding: 5px 10px;
  background: #191919;
  color: #191919;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 81%;
  border-width: 2px;
  background-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 600;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1.2em 2em 1em 2em;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  padding: 1.2em 1em 1em 1em;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a.btn-right {
  float: right;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a.btn-left {
  float: left;
}
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a:hover,
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a:active,
.model-accessories .accessories-category .accessory-category-list .accessory-item .accessory-item-details .accessory-add-quote a:focus {
  background-color: #910A2D;
  border: #910A2D 2px solid;
  color: #FFFFFF;
}
.accessory-item-toggle {
  cursor: pointer;
  font-size: 15px;
  margin: 15px 0;
  color: #910A2D;
  display: none;
}
.accessory-item-toggle:hover,
.accessory-item-toggle:active,
.accessory-item-toggle:focus {
  color: #111;
}
.accessories-widget h2 {
  font-size: 18px;
  cursor: pointer;
}
.accessories-widget > h2 span {
  display: none;
}
@media (max-width: 991px) {
  .accessories-widget > h2 {
    padding: 5px 10px;
    background: #191919;
    color: #191919;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    border: solid 1px #000000;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 81%;
    border-width: 2px;
    background-color: transparent;
    letter-spacing: 0.1em;
    font-weight: 600;
    user-select: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.2em 2em 1em 2em;
    -webkit-transition: all 0.45s ease-out;
    -moz-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
    margin-bottom: 20px;
  }
  .accessories-widget > h2.btn-right {
    float: right;
  }
  .accessories-widget > h2.btn-left {
    float: left;
  }
  .accessories-widget > h2:hover,
  .accessories-widget > h2:active,
  .accessories-widget > h2:focus {
    background-color: #910A2D;
    border: #910A2D 2px solid;
    color: #FFFFFF;
  }
  .accessories-widget > h2 span {
    display: inline;
  }
}
.accessories-widget ul.accessories-model-brand-list {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .accessories-widget ul.accessories-model-brand-list {
    display: none;
  }
}
.accessories-widget ul.accessories-model-brand-list li {
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
}
.accessories-widget ul.accessories-model-brand-list li.accessories-cat {
  padding: 10px 15px;
  background: #333333;
  color: #fff;
  text-transform: capitalize;
  margin-top: 25px;
}
.accessories-widget ul.accessories-model-brand-list li a {
  background-color: #EDEDED;
  padding: 10px 15px;
  display: block;
  width: 100%;
}
.accessories-widget ul.accessories-model-brand-list li a:hover,
.accessories-widget ul.accessories-model-brand-list li a:active,
.accessories-widget ul.accessories-model-brand-list li a:focus {
  color: #910A2D;
}
.accessories-widget ul.accessories-model-brand-list li.selected-accessory a {
  background: #CCCCCC;
}
#stockItemEnquiryContainer h3 {
  font-size: 22px;
}
.tabs_header {
  width: 100%;
}
.tabs_header li a {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .model-accessories-sidebar {
    background: #eee;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.model-accessories-dislaimer {
  padding: 30px;
  margin: 20px 0 40px;
  background: #fff;
}
.model-accessories-dislaimer p {
  font-size: 11px;
}
.model .specials p {
  margin: 0 0 20px;
}
.specials .specialTitle h2 {
  font-size: 120%;
  width: 100%;
  padding: 0;
  text-align: left;
}
.specials .specialPrice {
  display: block;
  clear: both;
}
.specials .specialPrice span {
  color: #666666;
  font-size: 90%;
}
.specials .specialPrice .specialPricePrice {
  font-size: 24px;
}
.specials .specialOverview {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 2px solid #910A2D;
}
.specials .specialOverview p {
  text-align: left;
}
.specials .specialOverview ul {
  padding: 0 0 0 20px;
}
.specials .specialOverview strong {
  font-weight: normal;
}
.specials .specialFeatures ul {
  margin: 0 0 20px 20px;
  padding: 0;
  color: #666666;
}
.specials #disclaimer-accordion .panel {
  border: none;
  background-color: transparent;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.specials #disclaimer-accordion .panel .panel-heading {
  display: none;
}
.specials #disclaimer-accordion .panel .panel-collapse {
  display: block;
}
.specials #disclaimer-accordion .panel .panel-body {
  color: #999999;
  font-size: 70%;
  padding: 10px 0;
  text-align: center;
}
.specials .specialBtns {
  margin-top: 30px;
}
.specials .specialBtns a {
  margin: 0 auto;
  max-width: 300px;
  white-space: normal;
}
@media (min-width: 768px) {
  .specials .specialBtns a {
    min-width: 250px;
  }
  .specials .specialBtns >[class*="col-sm-12"] a {
    margin: 0 auto 20px;
  }
  .specials .specialBtns >[class*="col-sm-6"]:first-child {
    text-align: right;
  }
  .specials .specialBtns >[class*="col-sm-6"]:first-child a {
    float: right;
  }
  .specials .specialBtns >[class*="col-sm-6"]:last-child {
    text-align: left;
  }
  .specials .specialBtns >[class*="col-sm-6"]:last-child a {
    float: left;
  }
}
.specials .specialOffer {
  border-bottom: 1px solid #EDEDED;
  margin: 30px auto;
  padding-bottom: 30px;
}
.specials.specials-list .specialOffer {
  margin: 40px auto;
}
.specials.specials-grid .specialOffer {
  overflow: hidden;
  border: 2px solid #CCCCCC;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.specials.specials-grid .specialOffer h2 {
  margin: 0;
  min-height: 50px;
}
.specials.specials-grid .specialOffer .specialOverview {
  padding-bottom: 15px;
}
.specials.specials-grid .specialOffer .specialFeatures {
  margin-bottom: 15px;
}
.specials.specials-grid .specialOffer .specialFeatures ul {
  margin-left: 15px;
}
.specials.specials-grid .specialOffers .specialOfferMobile:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 992px) {
  .specials.specials-grid .specialOffers .specialOfferMobile:nth-child(2n+1) {
    clear: left;
  }
  .specials.specials-grid .specialOffers .specialOfferMobile:nth-child(3n+1) {
    clear: none;
  }
}
.specials #specials_select {
  margin-bottom: 40px;
}
.special-service-offer .h2-btm {
  font-size: 550%;
  background: #00afef;
  padding: 50px;
  font-style: italic;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .special-service-offer .h2-btm {
    font-size: 300%;
    line-height: 1;
    padding: 20px;
  }
}
.content {
  min-height: 10px;
}
.tabbed > div.panels {
  display: -ms-flexbox;
  display: flex;
}
.row-flex {
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row-flex [class*="col-"] {
    margin-bottom: 0;
  }
}
.row-flex .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .row-flex .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .row-flex .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.row-flex p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .even .row-flex {
    flex-flow: row-reverse;
  }
}
.section {
  margin: 50px auto;
}
.bg-light {
  background: #EDEDED;
}
.img-full {
  width: 100%;
}
.container .zigzag .container {
  padding: 0;
  width: auto;
}
.cta .btn {
  margin: 40px auto;
}
.hero-banner {
  position: relative;
}
.hero-banner img {
  width: 100%;
  height: auto;
}
.hero-banner .content {
  background: ;
  padding: 20px;
}
.hero-banner .content .subtitle,
.hero-banner .content .title {
  color: white;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .hero-banner .content {
    background: transparent;
    width: 450px;
    top: initial;
    bottom: 60px;
    left: 60px;
    position: absolute;
    text-align: left;
  }
  .hero-banner .content .subtitle,
  .hero-banner .content .title {
    text-align: left;
  }
  .hero-banner .content .subtitle {
    font-size: 46px;
  }
  .hero-banner .content .title {
    font-size: 76px;
  }
}
.intro {
  margin: 50px auto;
  margin-bottom: 0;
  text-align: center;
}
.intro .image img {
  margin: 0 auto;
}
.intro .content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.intro.dark {
  background: ;
  color: white;
}
.intro.dark h2,
.intro.dark h3,
.intro.dark p {
  color: white;
}
.intro.dark a {
  color: #191919;
}
.zigzag {
  margin: 50px auto;
}
.zigzag .content {
  padding: 30px;
}
.zigzag .cta .btn {
  margin: 20px auto;
}
.zigzag .container > .row-flex {
  background: #EDEDED;
}
.zigzag .container > .row-flex [class*="col-"] {
  padding: 0;
}
@media (min-width: 992px) {
  .zigzag.even.zz-odd .row-flex {
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .zigzag.odd.zz-even .row-flex {
    flex-flow: row-reverse;
  }
}
.zigzag.dark .container > .row-flex {
  background: ;
  color: white;
}
.zigzag.dark .container > .row-flex h2,
.zigzag.dark .container > .row-flex h3,
.zigzag.dark .container > .row-flex p {
  color: white;
}
.zigzag.zz-panel.even .row-flex,
.zigzag.zz-panel.odd .row-flex {
  flex-flow: column;
  background: white;
  background: -moz-linear-gradient(top,white 0%,white 40%,#EDEDED 40%,#EDEDED 40%,#EDEDED 100%);
  background: -webkit-linear-gradient(top,white 0%,white 40%,#EDEDED 40%,#EDEDED 40%,#EDEDED 100%);
  background: linear-gradient(to bottom,white 0%,white 40%,#EDEDED 40%,#EDEDED 40%,#EDEDED 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='@greyE',GradientType=0);
}
.zigzag.zz-panel.even .content,
.zigzag.zz-panel.odd .content {
  text-align: center;
}
@media (min-width: 768px) {
  .zigzag.zigzag-sm img {
    float: right;
    padding: 40px;
    padding-right: 0;
    max-width: 300px;
  }
}
.panels {
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
}
@media (min-width: 768px) {
  .panels [class*="col-"] {
    margin-bottom: 0;
  }
}
.panels .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .panels .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.panels p:last-of-type {
  margin-bottom: 0;
}
.panels .content-wrap {
  margin: 0 15px;
  background: #EDEDED;
}
.panels .content-wrap .content {
  min-height: 155px;
}
.panels .content-wrap .title {
  font-size: 125%;
}
.panels .content {
  padding: 15px;
}
.panels .col {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .panels .col {
    min-width: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.panels .col .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .panels.panels-count-1 .col,
  .panels.panels-count-2 .col {
    margin-bottom: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-3 .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .panels.panels-count-1,
  .panels.panels-count-2,
  .panels.panels-count-3,
  .panels.panels-count-4 {
    margin-bottom: 0;
  }
}
.disclaimer {
  color: #666666;
}
.disclaimer .title {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.disclaimer .content {
  border-top: 1px solid #666666;
  font-size: 12px;
  padding: 20px 0;
}
.blurb-nav-tabs.nav-tabs {
  display: flex;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  border: none;
  justify-content: center;
}
.blurb-nav-tabs.nav-tabs li a {
  margin: 5px;
  padding: 10px;
  max-width: 170px;
  text-align: center;
  border: none;
  border-bottom: 5px solid #CCCCCC;
  color: #333333;
  background: transparent;
}
.blurb-nav-tabs.nav-tabs li.active a,
.blurb-nav-tabs.nav-tabs li:hover a,
.blurb-nav-tabs.nav-tabs li:active a,
.blurb-nav-tabs.nav-tabs li:focus a,
.blurb-nav-tabs.nav-tabs li:focus-within a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #910A2D;
}
.blurb-nav-tabs.hide-navs {
  display: none;
}
.blurb-controls-tabs {
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.blurb-controls-tabs li {
  display: inline-block;
}
.blurb-controls-tabs li .btn-click {
  display: block;
  width: 60px;
  height: 40px;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  cursor: pointer;
}
.blurb-controls-tabs li .btn-click.btn-prev {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/prev-light.svg);
  margin-right: 0.5px;
}
.blurb-controls-tabs li .btn-click.btn-next {
  background-image: url(https://templatesnew.digitaldealer.com.au/common-assets/images/next-light.svg);
  margin-left: 0.5px;
}
.blurb-controls-tabs li .btn-click:hover {
  background-color: #333;
}
.blurb-controls-tabs li .btn-click.disabled {
  cursor: auto;
  opacity: 0.5;
}
.blurb-controls-tabs li .btn-click.disabled:hover {
  background-color: #555;
}
.blurb-controls-tabs.hide-controls {
  display: none;
}
.blurb-tab-content .zigzag {
  margin: 0 auto;
}
.blurb-tab-switcher .blurb-nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  .blurb-tab-switcher .blurb-nav-tabs {
    display: flex;
  }
  .blurb-tab-switcher .blurb-controls-tabs {
    display: none;
  }
}
.model h2,
.model h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.model h3 {
  margin: 0 0 40px;
}
.model p {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}
.model p.terms {
  max-width: unset;
  font-size: 70%;
  margin: 0;
}
.model .btn {
  max-width: 350px;
}
@media (max-width: 768px) {
  .model .btn {
    margin: 0 auto;
  }
}
.model .view-all {
  margin: 20px auto 40px;
}
.model .model-home-random-img p {
  margin-bottom: 40px;
}
.model .model-home-random-img img {
  width: 100%;
  height: auto;
}
.model_banner h1,
.model_banner h2,
.model_banner h3,
.model_banner h4,
.model_banner p,
.model_banner a,
.model_banner span {
  text-align: center;
}
.model .blurbs {
  padding: 0 0 40px;
  overflow: hidden;
}
.model .blurbs .blurb {
  padding: 0;
}
.model .blurbs .blurb h4 {
  margin: 0;
  padding: 0;
}
.model .blurbs .blurb img {
  width: 100%;
  height: auto;
}
.model .blurbs .blurb .blurb-content {
  padding: 0 30px;
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .model .blurbs .blurb {
    padding: initial;
  }
}
.model .blurbs a {
  float: none;
  margin: 0 auto;
}
.model .section-features {
  padding: 0;
}
.model .section-features .intro,
.model .section-features .panels {
  margin: 0 auto;
}
.model .section-features .intro {
  padding-top: 30px;
}
.model .section-features .panels {
  padding-bottom: 30px;
}
.model .section-features .panels .col .image img {
  width: auto;
  margin: 0 auto;
}
.model .intro+img.img-full {
  padding-top: 50px;
}
.model .tab-home-stock-bg {
  margin: 0 0 40px;
}
.model .model-home-btn {
  margin: 0 auto;
  float: none;
}
.section_specials {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.model-home-stock-intro {
  margin: 0 0 40px;
}
.model .section_accessories {
  padding: 40px 0 0;
}
.model .section_accessories .col-xs-12 {
  margin: 0 auto;
  float: none;
}
.model .section_accessories .col-xs-12 .btn {
  line-height: 32px;
}
@media (max-width: 768px) {
  .model .section_accessories {
    overflow: hidden;
    text-align: center;
  }
}
.model .model-accessories {
  margin-top: 40px;
}
.section_cta {
  padding: 40px 0;
}
.section_cta .item {
  text-align: center;
}
.section_cta .item h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 40px;
}
.section_cta .item p {
  margin: 20px auto;
  max-width: 600px;
}
.section_cta .item a {
  font-weight: bold;
}
.section_cta .item a:hover svg,
.section_cta .item a:active svg,
.section_cta .item a:focus svg {
  margin-left: 10px;
}
.section_cta.cta_buying_guide {
  background-color: #f2f2f2;
}
.model .form-model-section p {
  text-align: left;
  margin: 0;
}
.model .mosaic-features {
  overflow: hidden;
}
.model .mosaic-features.row,
.model .mosaic-features [class*=" col-"] {
  padding: 0;
  margin: 0;
}
.model .mosaic-feature {
  position: relative;
  float: left;
  overflow: hidden;
}
.model .mosaic-feature .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.model .mosaic-feature .title {
  text-transform: uppercase;
  color: white;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent,black);
  position: absolute;
  padding: 10px;
  font-weight: bold;
}
.model .mosaic-feature:hover .image {
  transform: scale(1.25);
}
.model .mosaic-feature:hover .title {
  padding: 20px 10px;
}
.model .mosaic-feature-0,
.model .mosaic-feature-1 {
  height: 600px;
}
.model .mosaic-feature-2,
.model .mosaic-feature-3,
.model .mosaic-feature-4,
.model .mosaic-feature-5,
.model .mosaic-feature-6 {
  height: 300px;
}
@media (max-width: 768px) {
  .model .mosaic-feature {
    height: 300px;
  }
}
.model .mosaic-modal .mosaic-modal-dialog {
  height: 100%;
}
.model .mosaic-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: .8;
}
@media (max-width: 768px) {
  .model .mosaic-modal .close {
    background: white;
    border-radius: 50%;
    padding: 10px 10px 8px;
  }
}
.model .mosaic-modal .mosaic-modal-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  overflow: auto;
  border-radius: 0;
}
.model .mosaic-modal .mosaic-modal-body {
  width: 100%;
  background: white;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
}
.model .mosaic-modal .image {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  align-items: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .model .mosaic-modal .image {
    height: 40%;
  }
}
.model .mosaic-modal .content {
  position: relative;
  display: flex;
}
.model .mosaic-modal .content .content-inner {
  padding: 2em 5em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1 1 100%;
}
@media (max-width: 768px) {
  .model .mosaic-modal .content .content-inner {
    padding: 20px;
    overflow-y: scroll;
  }
}
@media (max-width: 768px) {
  .model .mosaic-modal .content {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .model .mosaic-modal .mosaic-modal-content,
  .model .mosaic-modal .mosaic-modal-body {
    height: 100%;
    display: block;
  }
}
.model .mosaic-modal .image,
.model .mosaic-modal .content {
  width: 50%;
}
@media (max-width: 768px) {
  .model .mosaic-modal .image,
  .model .mosaic-modal .content {
    width: 100%;
  }
}
.model .panels {
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
}
@media (min-width: 768px) {
  .model .panels [class*="col-"] {
    margin-bottom: 0;
  }
}
.model .panels .col {
  min-width: 0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .model .panels .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .model .panels .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.model .panels p:last-of-type {
  margin-bottom: 0;
}
.model .panels .content-wrap {
  margin: 0 15px;
  background: #EDEDED;
}
.model .panels .content-wrap .content {
  min-height: 155px;
}
.model .panels .content-wrap .title {
  font-size: 125%;
}
.model .panels .content {
  padding: 15px;
}
.model .panels .col {
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .model .panels .col {
    min-width: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .model .panels .col {
    min-width: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.model .panels .col .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .model .panels.panels-count-1 .col,
  .model .panels.panels-count-2 .col {
    margin-bottom: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .model .panels.panels-count-3 .col,
  .model .panels.panels-count-5 .col,
  .model .panels.panels-count-6 .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .model .panels.panels-count-4 .col,
  .model .panels.panels-count-7 .col,
  .model .panels.panels-count-8 .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .model .panels.panels-count-1,
  .model .panels.panels-count-2,
  .model .panels.panels-count-3,
  .model .panels.panels-count-4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .model .panels.panels-count-5 .col,
  .model .panels.panels-count-6 .col,
  .model .panels.panels-count-7 .col,
  .model .panels.panels-count-8 .col {
    margin-bottom: 30px;
  }
}
#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;
}
#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;
}
.model #map_big,
.listArticles #map_big {
  margin-top: 0;
}
form {
  padding: 20px 0;
}
form h2 {
  clear: both;
  font-size: 20px;
  margin-top: 40px;
}
form h2:after {
  content: "";
  display: table;
  clear: both;
}
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;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea,
.chzn-single,
input.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  background-color: #F5F5F5;
  color: #000000;
  height: 32px;
  line-height: 32px;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #999999;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
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: #910A2D;
  color: white;
}
.footer_form_wrap {
  margin-top: 30px;
}
