.wrapper {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.rep {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ie7-inlinefix {
  zoom: 1;
  *display: inline;
}
div.clear {
  clear: both;
}
.tabs > ul {
  overflow: hidden;
}
.tabs > ul li {
  float: left;
}
.tabs > ul li:hover a {
  color: #2E2C2D;
}
.tabs > ul li.active a {
  color: #2E2C2D;
}
.tabs > ul li a {
  display: block;
  color: #2E2C2D;
}
.tabs > div {
  display: none;
}
.tabs > div.active {
  display: block;
}
.btn {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  cursor: pointer;
}
.btn.btn-right {
  float: right;
}
.btn.btn-left {
  float: left;
}
.defaultLi {
  list-style-type: disc;
  margin: 0 0 3px 25px;
}
.alert {
  border: solid 1px #CCC;
  padding: 10px;
  margin: 0 0 20px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  background: #000;
}
.cr2form {
  position: relative;
}
iframe,
#formResults {
  display: none;
}
#form-cache {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  opacity: 0.7;
  display: none;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/loading.gif) no-repeat center center #FFF;
}
.alert-form {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-success {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.alert-form-error {
  display: inline;
  padding: 10px;
  text-align: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #333;
  border-style: dashed;
}
.brochure_list li {
  float: left;
  list-style: none !important;
  margin-right: 20px;
}
.brochure_list li img {
  max-width: 200px;
}
.brochure_list li a span {
  display: block;
  text-align: center;
}
.form-label-help {
  padding: 5px;
  border: dashed 1px #CCC;
  background: #FFF;
  opacity: 0.7;
  clear: both;
  margin: 0 0 15px 0;
  top: 4px;
  position: relative;
  font-style: italic;
}
.btn {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
}
.btn:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
.btn.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
.btn.btn-grey:hover {
  background: #b8b8b8;
}
.btn.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
.btn.btn-noarrow {
  background: #de1118;
}
.btn.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
.btn.btn-map {
  background: #de1118;
}
.btn.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
.btn.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
.btn.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
.btn-map-directions {
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
  text-transform: none;
  border: none;
  text-shadow: none;
  text-align: left;
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.btn-map-directions:hover {
  color: #000;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.defaultLi {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-li.png) no-repeat 0 5px;
}
a.link_arrow {
  font-size: 14px;
  padding: 0 0 0 12px;
  background: #ED1C24;
}
.greyList {
  padding: 15px 20px;
  margin: 25px 0 0 0;
  background-color: #F6F6F6;
  background-position: center center;
  background-repeat: no-repeat;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#FFF),to(#F6F6F6));
  background: -webkit-radial-gradient(circle,#FFF,#F6F6F6);
  background: -moz-radial-gradient(circle,#FFF,#F6F6F6);
  background: -ms-radial-gradient(circle,#FFF,#F6F6F6);
}
.greyList li {
  padding: 15px 0;
  border-bottom: solid 1px #CCC;
  color: #3f4344;
}
.greyList li:last-child {
  border: none;
}
.greyList li strong {
  margin-right: 5px;
  text-transform: uppercase;
}
.secondLink {
  color: #000;
  padding: 0 0 0 15px;
  font-weight: bold;
  background: url(../images/bg-second-link.png) no-repeat left center;
}
.carouselLi {
  float: left;
  margin: 0 7px 0 0;
  cursor: pointer;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #666;
  width: 10px;
  height: 10px;
}
.carouselLi.active,
.carouselLi:hover {
  background: #000;
}
.brand-font {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.brand-font-bold {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#stockSearch .tabs > ul {
  margin: 0;
}
#stockSearch select,
#stockSearch input.text {
  width: 96%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 2%;
  border: solid 1px #CCC;
}
#stockSearchBudget {
  padding: 30px 0 0 0;
}
#stockSearchBudget > div {
  clear: both;
  line-height: 30px;
  margin: 0 0 20px 0;
}
#stockSearchBudget > div label {
  width: 46%;
  float: left;
}
#stockSearchBudget > div input.text,
#stockSearchBudget > div select {
  width: 49%;
  float: right;
}
#stockSearchTypes label {
  font-weight: 100;
  margin-right: 10px;
}
#stockSearchTypes input {
  margin-top: 0 !important;
  width: 15px;
  height: 15px;
}
#stockSearchSelect > div {
  float: left;
  margin: 0 0 20px 0;
  width: 48%;
}
#stockSearchSelect > div.even {
  padding: 0 2% 0 0;
}
#stockSearchSelect > div.odd {
  padding: 0 0 0 2%;
}
#stockSearchSelect > div label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.stockSearchTerms {
  font-size: 10px;
  clear: both;
  cursor: pointer;
}
div.terms {
  display: none;
}
div.terms.visible {
  display: block;
}
.stockList .alert {
  clear: both;
}
.stockList .stockListHeader {
  height: 169px;
  background: #989A99;
}
@media (max-width: 991px) {
  .stockList .stockListHeader {
    display: none;
  }
}
.stockList .stockListHeader .container {
  max-width: 1500px;
}
.stockList .stockListHeader .container .stockListHeaderImg {
  background: url("../images/stockList-header-img.jpg") left top no-repeat;
  width: 1500px;
  height: 169px;
}
.stockList .stockListPaginate {
  clear: both;
  margin: 0 0 5px 0;
  color: #666;
}
.stockList .stockListPaginate ul {
  float: right;
  height: 40px;
  margin: -15px 0 0 15px;
}
@media (max-width: 767px) {
  .stockList .stockListPaginate ul {
    float: none;
    margin: 15px 0 0 0;
  }
}
.stockList .stockListPaginate ul li {
  color: #666;
  margin: 15px 0 0 0;
  float: left;
}
.stockList .stockListPaginate ul li.paginateSentinel a {
  border: none;
}
.stockList .stockListPaginate ul li a {
  color: #3f4344;
  display: block;
  padding: 0 6px;
  line-height: 12px;
  border-right: solid 1px #3f4344;
}
.stockList .stockListPaginate ul li a.active,
.stockList .stockListPaginate ul li a:hover {
  color: #ED1C24;
  font-weight: bold;
}
.stockList .paginate_btm {
  margin-left: 15px;
  margin-right: 15px;
}
.stockList #stockListRefined h3 {
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.stockList #stockListRefined div {
  background: #fff;
  padding: 15px;
  margin: 20px 0 30px 0;
  border: 1px solid #e9e9e9;
}
.stockList #stockListRefined div li {
  padding: 3px 0;
  background-image: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/refineSearch/bg-delete-criteria.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.stockList #stockListRefined div li a {
  display: block;
}
.stockList #stockListRefine {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stockList #stockListRefine {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.stockList #stockListRefine #refineSearchYearBtn {
  margin-top: 10px;
}
.stockList #stockListRefine h3 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .stockList #stockListRefine h3 {
    padding: 5px 10px;
    background: #02A1E3;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    border: solid 1px none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 8px 15px;
    min-width: 110px;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .stockList #stockListRefine h3.btn-right {
    float: right;
  }
  .stockList #stockListRefine h3.btn-left {
    float: left;
  }
  .stockList #stockListRefine h3:hover {
    background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
    color: #fff;
  }
  .stockList #stockListRefine h3.btn-grey {
    text-transform: uppercase;
    background: #999999;
  }
  .stockList #stockListRefine h3.btn-grey:hover {
    background: #b8b8b8;
  }
  .stockList #stockListRefine h3.btn-newsletter {
    float: right;
    clear: none;
    width: 48%;
  }
  .stockList #stockListRefine h3.btn-noarrow {
    background: #de1118;
  }
  .stockList #stockListRefine h3.btn-noarrow:hover {
    background: #ea1f26;
    color: #fff;
  }
  .stockList #stockListRefine h3.btn-map {
    background: #de1118;
  }
  .stockList #stockListRefine h3.btn-map:hover {
    background: #ea1f26;
    color: #fff;
  }
  .stockList #stockListRefine h3.btn-fincalc2 {
    background: #de1118;
    padding: 0 20px;
  }
  .stockList #stockListRefine h3.btn-fincalc2:hover {
    background: #ea1f26;
    color: #fff;
  }
}
.stockList #stockListRefine > div {
  border: none;
  display: block;
}
@media (max-width: 767px) {
  .stockList #stockListRefine > div {
    display: none;
  }
}
.stockList #stockListRefine div {
  background-color: #f0f0f0;
}
.stockList #stockListRefine div div {
  padding: 0;
}
.stockList #stockListRefine div h4 {
  background: url("../images/bg-collapse2.png") no-repeat scroll right -57px rgba(0,0,0,0);
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
  font-size: 13px;
  height: 49px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 20px;
  color: #393843;
}
.stockList #stockListRefine div h4.last {
  border-bottom: medium none;
}
.stockList #stockListRefine div h4.active {
  background: #ED1C24 url("../images/bg-collapse2.png") no-repeat scroll right 16px;
  color: #fff;
}
.stockList #stockListRefine div ul {
  background: none;
  padding: 10px;
}
.stockList #stockListRefine div ul li {
  color: #CCCCCC;
  list-style: disc outside none;
  margin: 0 0 3px 15px;
  padding: 2px 0 4px 4px;
}
.stockList #stockListRefine div ul li a {
  color: #333333;
  display: block;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.stockList #stockListRefine div ul li a:hover {
  color: #2E2C2D;
}
.stockList #stockListRefine div ul li select {
  margin-bottom: 10px;
  width: 100%;
  line-height: 25px;
}
.stockList .stockListRefineSection {
  border: none !important;
  background-color: #f9f9f9 !important;
  padding: 15px !important;
  border-bottom: 1px solid #d6d6d6 !important;
}
.stockList .stockListSort {
  text-align: right;
  clear: both;
  margin: -15px 0 20px 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .stockList .stockListSort {
    margin-top: 20px;
  }
}
.stockList .stockListItem {
  height: auto;
  margin-bottom: 25px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .stockList .stockListItem:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) {
  .stockList .stockListItem {
    height: auto;
    margin-bottom: 25px;
    padding: 15px;
  }
}
.stockList .stockListItem div.stockItemContainer:hover {
  -webkit-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
  box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
}
.stockList .stockListItem div.stockItemContainer:hover .stockItemButton {
  background: #ED1C24;
  color: #fff;
}
.stockList .stockListItem div.stockItemContainer:hover .stockItemHeader {
  background: #fff;
  padding-left: 11px;
  border-left: solid 4px #ED1C24;
}
.stockList .stockListItem div.stockItemContainer:hover .stockItemDetails {
  background: #fff;
}
.stockList .stockListItem div.stockItemContainer div.stockItemThumbnail {
  padding: 0;
}
.stockList .stockListItem div.stockItemContainer div.stockItemButton {
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #3a3941;
  font-weight: bold;
  width: 100%;
  border-top: solid #cdcdcd 1px;
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .stockList .stockListItem div.stockItemContainer div.stockItemButton {
    position: relative;
    bottom: 0;
  }
}
.stockList .stockListItem div.stockItemContainer div.stockItemHeader {
  margin-bottom: -15px;
  padding: 0 15px;
  background: #f0f0f0;
  min-height: 119px;
  clear: both;
}
.stockList .stockListItem div.stockItemContainer div.stockItemHeader h3 {
  margin: 0;
  height: auto;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .stockList .stockListItem div.stockItemContainer div.stockItemHeader h3 {
    height: auto;
    margin-bottom: 15px;
  }
}
.stockList .stockListItem div.stockItemContainer div.stockItemHeader h3 span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding-top: 5px;
  color: #9a9a9a;
}
.stockList .stockListItem div.stockItemContainer div.stockItemDetails {
  margin-top: 15px;
  padding: 0 15px;
  background: #f0f0f0;
  min-height: 214px;
}
.stockList .stockListItem > a > div {
  margin: 0;
}
.stockList .stockListItem .stockLeft {
  float: none;
}
.stockList .stockListItem .imageContainer img {
  width: 100%;
  text-align: center;
}
.stockList .stockListItem .stockRight {
  float: none;
  margin-top: 10px;
  height: auto;
  padding: 0;
}
.stockList .stockListItem .stockRight ul li {
  padding: 3px 0 3px 24px;
  color: #333;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.stockList .stockListItem .stockRight ul li.stockList-icon1 {
  background: url('../images/stockList-icon1.png') left center no-repeat;
}
.stockList .stockListItem .stockRight ul li.stockList-icon2 {
  background: url('../images/stockList-icon2.png') left center no-repeat;
}
.stockList .stockListItem .stockRight ul li.stockList-icon3 {
  background: url('../images/stockList-icon3.png') left center no-repeat;
}
.stockList .stockListItem .stockItemPrice {
  width: 145px;
  height: auto;
  padding: 5px 0;
  background: #ED1C24;
  white-space: normal;
  line-height: 18px;
  text-align: center;
}
.stockList .stockListItem .stockItemPrice h4,
.stockList .stockListItem .stockItemPrice h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
}
.stockList .stockListItem .stockItemPrice h4 span,
.stockList .stockListItem .stockItemPrice h2 span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.stockList .stockListItem .stockListItem_type {
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.stockList .stockListItem .repayments_container h4 {
  color: #333;
  padding-left: 12px;
  border-left: #ccc 1px solid;
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 480px) {
  .stockList .stockListItem .repayments_container h4 {
    border: none;
    margin: 10px 0 0 0;
    padding-left: 0;
    clear: both;
  }
}
.stockList .stockListItem .repayments_container span {
  color: #4c4c4c;
}
.stockList .stockListItem:first-child {
  margin-left: 0;
}
.stockList .stock_finance_notes {
  margin-left: 20px;
}
.stockList .stock_finance_notes p {
  font-size: 11px;
  color: #999;
  padding-bottom: 15px;
  clear: both;
}
.stockList .stocklist_prices {
  display: inline-block !important;
}
.stockList .stocklist_price1 {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  margin-right: 0;
}
.stockList .search_side_budget_form,
.stockList .search_side_num_form {
  display: none;
}
.stockList .search_side_stock_form,
.stockList .search_side_budget_form,
.stockList .search_side_num_form {
  margin: 25px 0;
}
.stockList .overflow {
  overflow: visible !important;
}
.stockList .search_side_num_form form {
  padding: 0;
}
.stockList .search_side_num_form form #stock_number {
  line-height: 24px;
  width: 100%;
}
.stockList .search_side_stock_btn,
.stockList .search_side_budget_btn,
.stockList .search_side_num_btn {
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  margin: 0 0 2px 0;
  padding: 0 0 0 15px;
  text-transform: capitalize;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #ccc;
}
.stockList .search_side_stock_btn {
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.stockList .search_side_btn_active,
.stockList .search_side_budget_btn_active,
.stockList .search_side_num_btn_active {
  color: #000;
  background: #fff;
  font-weight: 600;
}
.stockList .search_side_num_btn {
  margin-bottom: 0;
}
.stockList .stockSearchTerms {
  clear: both;
  cursor: pointer;
  font-size: 10px;
}
.stockList .stockSearch h3 {
  font-size: 17px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .stockList .stockSearch h3 {
    padding: 5px 10px;
    background: #02A1E3;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    border: solid 1px none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 8px 15px;
    min-width: 110px;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  }
  .stockList .stockSearch h3.btn-right {
    float: right;
  }
  .stockList .stockSearch h3.btn-left {
    float: left;
  }
  .stockList .stockSearch h3:hover {
    background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
    color: #fff;
  }
  .stockList .stockSearch h3.btn-grey {
    text-transform: uppercase;
    background: #999999;
  }
  .stockList .stockSearch h3.btn-grey:hover {
    background: #b8b8b8;
  }
  .stockList .stockSearch h3.btn-newsletter {
    float: right;
    clear: none;
    width: 48%;
  }
  .stockList .stockSearch h3.btn-noarrow {
    background: #de1118;
  }
  .stockList .stockSearch h3.btn-noarrow:hover {
    background: #ea1f26;
    color: #fff;
  }
  .stockList .stockSearch h3.btn-map {
    background: #de1118;
  }
  .stockList .stockSearch h3.btn-map:hover {
    background: #ea1f26;
    color: #fff;
  }
  .stockList .stockSearch h3.btn-fincalc2 {
    background: #de1118;
    padding: 0 20px;
  }
  .stockList .stockSearch h3.btn-fincalc2:hover {
    background: #ea1f26;
    color: #fff;
  }
}
.stockList .stockItem_disclaimer {
  width: 80% !important;
}
.stockList .disclaimer_btm_notes {
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  padding: 0;
}
.stockList .disclaimer_btm_notes h3 {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.stockList .disclaimer_btm_notes p {
  line-height: 18px;
}
.stockList .formEnquiryContainer form {
  padding: 10px;
}
.stockList .stockSearchTermsDetails {
  display: none;
}
.content {
  margin-top: 0;
}
.main_content {
  margin-top: 30px;
}
.home_panel_wrap {
  margin-bottom: 40px;
}
.home_panel_wrap h3 span {
  color: #ED1C24;
  display: block;
  text-transform: uppercase;
}
.home_panel_wrap h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 12px;
}
.home_panel_wrap p {
  color: #000;
  margin-bottom: 15px;
  min-height: 70px;
}
@media (max-width: 991px) {
  .home_panel {
    min-height: 410px;
  }
}
.home_panel_wrap_bottom {
  margin-bottom: 50px;
}
.home_panel_top {
  margin: 10px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home_panel_top {
    margin: 0 0 25px;
  }
}
.home_panel_top img {
  margin: 0;
  width: 100%;
}
.home_panel_top:hover img {
  opacity: 0.75;
}
.home_panel-btn {
  font-size: 14px;
  width: 100%;
  color: #fff !important;
  white-space: normal;
  height: auto !important;
  line-height: 18px;
  text-align: left;
  min-height: 34px;
  padding: 2px 20px;
}
.index_specials_container {
  margin: 25px 0 0 0;
}
.index_specials_container .index_specials {
  position: relative;
}
.index_specials_container .index_specials .index_stock_list {
  margin-top: 80px;
  margin-bottom: 80px;
}
.index_specials_container .index_specials .index_stock_list .stockListItem {
  height: auto;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index_specials_container .index_specials .index_stock_list .stockListItem {
    height: auto;
    margin-bottom: 25px;
    padding: 15px;
  }
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer:hover {
  -webkit-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
  box-shadow: 0px -2px 10px 1px rgba(0,0,0,0.17);
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer:hover .stockItemButton {
  background: #ED1C24;
  color: #fff;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer:hover .stockItemHeader {
  background: #fff;
  padding-left: 11px;
  border-left: solid 4px #ED1C24;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer:hover .stockItemDetails {
  background: #fff;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemThumbnail {
  padding: 0;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemButton {
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #3a3941;
  font-weight: bold;
  width: 100%;
  border-top: solid #cdcdcd 1px;
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemButton {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemHeader {
  margin-bottom: -15px;
  padding: 0 15px;
  background: #f0f0f0;
  min-height: 119px;
  clear: both;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemHeader h3 {
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemHeader h3 {
    height: auto;
    margin-bottom: 15px;
  }
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemHeader h3 span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding-top: 5px;
  color: #9a9a9a;
}
.index_specials_container .index_specials .index_stock_list .stockListItem div.stockItemContainer div.stockItemDetails {
  margin-top: 15px;
  padding: 0 15px;
  background: #f0f0f0;
  min-height: 214px;
}
.index_specials_container .index_specials .index_stock_list .stockListItem >a>div {
  margin: 0;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockLeft {
  float: none;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .imageContainer img {
  width: 100%;
  text-align: center;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockRight {
  float: none;
  margin-top: 10px;
  height: auto;
  padding: 0;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li {
  padding: 3px 0 3px 24px;
  color: #333;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon1 {
  background: url('../images/stockList-icon1.png') left center no-repeat;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon2 {
  background: url('../images/stockList-icon2.png') left center no-repeat;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockRight ul li.stockList-icon3 {
  background: url('../images/stockList-icon3.png') left center no-repeat;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockItemPrice {
  width: 145px;
  height: auto;
  padding: 5px 0;
  background: #ED1C24;
  white-space: normal;
  line-height: 18px;
  text-align: center;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockItemPrice h4,
.index_specials_container .index_specials .index_stock_list .stockListItem .stockItemPrice h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: normal;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockItemPrice h4 span,
.index_specials_container .index_specials .index_stock_list .stockListItem .stockItemPrice h2 span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .stockListItem_type {
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container h4 {
  color: #333;
  padding-left: 12px;
  border-left: #ccc 1px solid;
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 480px) {
  .index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container h4 {
    border: none;
    margin: 10px 0 0 0;
    padding-left: 0;
    clear: both;
  }
}
.index_specials_container .index_specials .index_stock_list .stockListItem .repayments_container span {
  color: #4c4c4c;
}
.index_specials_container .index_specials .index_stock_list .stockListItem:first-child {
  margin-left: 0;
}
.index_btm_notes p {
  font-size: 10px;
  line-height: 16px;
  color: #999;
  margin: 15px 0;
  font-style: italic;
  width: 100%;
}
.stock_new_bg {
  background: #f2f2f2;
  margin: 40px 0;
}
.stock_new_bg a {
  display: block;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
@media (max-width: 767px) {
  .stock_new_bg a {
    padding: 0;
  }
}
.stock_new_bg a img:hover {
  opacity: 0.7;
}
.home_service_bg {
  background: #282828;
}
.home_service_bg .home_service_btn {
  width: 250px;
  position: relative;
  margin: -100px 0 90px 90px;
}
@media (max-width: 1199px) {
  .home_service_bg .home_service_btn {
    margin: 15px 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .home_service_bg .home_service_pic {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_service_bg .home_service_pic {
    display: none;
  }
}
.home_service_bg h2 {
  color: #fff;
  padding: 15px;
  font-size: 20px;
  line-height: 30px;
}
.home_service_bg ul {
  margin-left: 15px;
}
.home_service_bg ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-li.png) no-repeat 0 5px;
  color: #fff;
  padding: 0 15px 5px;
}
#heroSlideshow .carousel-inner {
  background: #E6E6E6;
}
#heroSlideshow .carousel-inner >.item >img,
#heroSlideshow .carousel-inner >.item >a>img {
  margin: 0 auto;
  width: 100%;
}
.index_model_tabs_bg .index_model_tabs_title {
  text-align: center;
  margin: 50px 0 0;
  font-size: 30px;
  color: #000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .index_model_tabs_title {
    margin-top: 0;
  }
}
.index_model_tabs_bg .carousel-control.left {
  background: url('../images/arrow-left.png') left center no-repeat;
}
.index_model_tabs_bg .carousel-control.right {
  background: url('../images/arrow-right.png') right center no-repeat;
}
.index_model_tabs_bg .tabs .tabs_header {
  margin: 25px auto;
  border: none;
  padding: 0;
  text-align: center;
  background: none;
  width: 650px;
}
@media (max-width: 1199px) {
  .index_model_tabs_bg .tabs .tabs_header {
    width: auto;
  }
}
.index_model_tabs_bg .tabs .tabs_header li {
  line-height: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs .tabs_header li {
    width: 100%;
  }
}
.index_model_tabs_bg .tabs .tabs_header li a {
  color: #333 !important;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  border: none;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs .tabs_header li a {
    font-size: 13px;
  }
}
.index_model_tabs_bg .tabs .tabs_header li a span {
  display: block;
  padding-right: 25px;
  background: url('../images/icon-arrow-grey.png') center right no-repeat;
}
.index_model_tabs_bg .tabs .tabs_header li.active,
.index_model_tabs_bg .tabs .tabs_header li:hover,
.index_model_tabs_bg .tabs .tabs_header li:focus {
  border: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .index_model_tabs_bg .tabs .tabs_header li.active,
  .index_model_tabs_bg .tabs .tabs_header li:hover,
  .index_model_tabs_bg .tabs .tabs_header li:focus {
    background: none;
  }
}
.index_model_tabs_bg .tabs .tabs_header li.active a,
.index_model_tabs_bg .tabs .tabs_header li:hover a,
.index_model_tabs_bg .tabs .tabs_header li:focus a {
  color: #ED1C24 !important;
}
.index_model_tabs_bg .tabs .tabs_header li.active a span,
.index_model_tabs_bg .tabs .tabs_header li:hover a span,
.index_model_tabs_bg .tabs .tabs_header li:focus a span {
  display: block;
  padding-right: 25px;
  background: url('../images/icon-arrow-red.png') center right no-repeat;
}
.index_model_tabs_bg .tabs >div.active {
  padding-top: 10px;
  min-height: 220px;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs >div.active {
    padding-top: 0;
  }
}
.index_model_tabs_bg .tabs >div.active .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.index_model_tabs_bg .tabs >div.active .carousel-inner .thumb {
  text-align: center;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs >div.active .carousel-inner .thumb {
    padding: 0;
  }
}
.index_model_tabs_bg .tabs >div.active .carousel-inner .thumb .index-model-item-img img {
  max-height: 150px;
}
@media (max-width: 991px) {
  .index_model_tabs_bg .tabs >div.active .carousel-inner .thumb .index-model-item-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs >div.active .carousel-inner .thumb .index-model-item-img img {
    max-width: 125px;
  }
}
.index_model_tabs_bg .tabs >div.active .carousel-inner .thumb p {
  color: #333;
  margin-top: 5px;
  font-size: 15px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .index_model_tabs_bg .tabs >div.active .carousel-inner .thumb p {
    font-size: 13px;
    min-height: 40px;
  }
}
.index_model_tabs_bg .tabs >div.active .carousel-inner .thumb p:hover {
  color: #000;
}
.home_panel_news {
  background: #fff;
}
.home_panel_news .home_panel_news_header h2 {
  text-align: center;
  margin: 50px 0 25px;
  font-size: 30px;
  text-transform: uppercase;
}
.home_panel_news .home_panel_news_header p {
  text-align: center;
}
.home_panel_news .home_panel_news_list {
  margin-bottom: 60px;
}
.home_panel_news .home_panel_news_list #listing {
  margin: 50px 0;
}
.home_panel_news .home_panel_news_list #listing #paging,
.home_panel_news .home_panel_news_list #listing .navitemlink {
  display: none;
}
.home_panel_news .home_panel_news_list #listing .navitem {
  border: none;
  padding: 0;
  background: #f6f6f6;
  margin-bottom: 15px;
}
.home_panel_news .home_panel_news_list #listing .navitem .navitemprecede {
  display: none;
}
.home_panel_news .home_panel_news_list #listing .navitem .navitemtitle {
  color: #333;
  font-size: 15px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  padding-left: 15px;
  line-height: 60px;
  padding: 0 0 0 25px;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .home_panel_news .home_panel_news_list #listing .navitem .navitemtitle {
    background: #f3f3f3;
    margin: 0;
    line-height: 20px;
    padding: 10px 15px;
  }
}
.home_panel_news .home_panel_news_list #listing .navitem .navitemtitle:hover {
  color: #ED1C24;
}
@media (max-width: 991px) {
  .home_panel_news .home_panel_news_list #listing .navitem .navitemtitle:hover {
    background: #f3f3f3;
  }
}
.home_panel_news .home_panel_news_list #listing .navitem:nth-child(2n+2) {
  margin-right: -15px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .home_panel_news .home_panel_news_list #listing .navitem:nth-child(2n+2) {
    margin: 0;
  }
}
.home_panel_news .home_panel_news_list #listing .navitem .navitemthumbnail {
  margin: 5px 15px 5px 5px;
}
.home_panel_news .home_panel_news_list #listing .navitem .navitemthumbnail:hover {
  opacity: 0.85;
}
.home_panel_news .home_panel_news_btn {
  width: 250px;
  margin: 0 auto 50px;
}
.home_panel_video {
  background: #f1f1f1;
  padding-bottom: 80px;
}
.home_panel_video h2 {
  text-align: center;
  margin: 50px 0 25px;
  font-size: 30px;
  text-transform: uppercase;
}
.home_panel_video h2 span {
  color: #ED1C24;
}
.home_panel_video p {
  text-align: center;
}
.home_panel_video iframe {
  margin-top: 50px;
}
.index_intro {
  text-align: center;
  margin-top: 50px;
}
.index_intro h2 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.index_intro h2 span {
  color: #ED1C24;
}
.index_intro p {
  margin: 25px auto 40px;
}
.dealercell-web-asset-banner div.dealercell-banner-button {
  min-width: 150px !important;
}
form {
  margin: 0;
  padding: 15px;
}
form h2 {
  padding: 15px 0 5px 0;
  margin: 15px 0;
  clear: both;
  font-weight: 600 !important;
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
}
form .formCell {
  display: inline-block;
  position: relative;
  margin: 0 1% 15px 0;
  width: 31%;
  vertical-align: top;
}
@media (max-width: 991px) {
  form .formCell {
    width: 100%;
  }
}
form .formCell.hidden {
  margin: 0 !important;
  padding: 0 !important;
}
form .formCell.textarea {
  clear: left;
  width: 99%;
}
@media (max-width: 991px) {
  form .formCell.textarea {
    width: 100%;
  }
}
form .formCell input.text,
form .formCell textarea {
  font-size: 12px;
  color: #2D2D2D;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#FFF,#fafafa);
  background-image: -moz-linear-gradient(top,#FFF,#fafafa);
  background-image: -ms-linear-gradient(top,#FFF,#fafafa);
  background-image: -o-linear-gradient(top,#FFF,#fafafa);
  background-image: linear-gradient(to bottom,#FFF,#fafafa);
}
form .formCell input.text:focus,
form .formCell textarea:focus {
  outline: none;
  border-color: #ED1C24;
  color: #2D2D2D;
}
form .formCell input.text.error,
form .formCell textarea.error {
  border-color: #F00 !important;
  color: #000;
}
form .formCell label {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 400;
}
form .formCell label span {
  color: #ff0000;
}
form .formCell label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 51px;
  background: #ccc;
  z-index: 1000;
  border: 1px solid #aaa;
  padding: 5px;
  min-width: 150px;
  min-height: 38px;
  color: #333;
}
form .formCell input.text {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}
form .formCell textarea {
  line-height: 150%;
  padding: 10px;
  clear: both;
  width: 100%;
  height: 202px;
}
form .formCell select {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: 1px solid #DDD;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#FFF,#fafafa);
  background-image: -moz-linear-gradient(top,#FFF,#fafafa);
  background-image: -ms-linear-gradient(top,#FFF,#fafafa);
  background-image: -o-linear-gradient(top,#FFF,#fafafa);
  background-image: linear-gradient(to bottom,#FFF,#fafafa);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
form .formCell select::-webkit-input-placeholder {
  color: #545758;
}
form .formCell select:-moz-placeholder {
  color: #545758;
}
form .formCell select::-moz-placeholder {
  color: #545758;
}
form .formCell select:-ms-input-placeholder {
  color: #545758;
}
form .formCheckBox {
  clear: left;
  margin: 6px 0;
  overflow: hidden;
}
form .formCheckBox label {
  float: none;
  font-weight: normal;
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  color: #404040;
  line-height: 15px;
}
form .formCheckBox input {
  float: left;
  margin: 0 5px 0 0;
}
form .formSubmit {
  padding: 5px 10px;
  background: #02A1E3;
  color: #FFF;
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: solid 1px none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  padding: 8px 15px;
  min-width: 110px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #de1118 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  clear: both;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: bold;
  min-width: 90px;
}
form .formSubmit.btn-right {
  float: right;
}
form .formSubmit.btn-left {
  float: left;
}
form .formSubmit:hover {
  background: #ea1f26 url(../images/bg-button-arrow.png) right 10px center no-repeat;
  color: #fff;
}
form .formSubmit.btn-grey {
  text-transform: uppercase;
  background: #999999;
}
form .formSubmit.btn-grey:hover {
  background: #b8b8b8;
}
form .formSubmit.btn-newsletter {
  float: right;
  clear: none;
  width: 48%;
}
form .formSubmit.btn-noarrow {
  background: #de1118;
}
form .formSubmit.btn-noarrow:hover {
  background: #ea1f26;
  color: #fff;
}
form .formSubmit.btn-map {
  background: #de1118;
}
form .formSubmit.btn-map:hover {
  background: #ea1f26;
  color: #fff;
}
form .formSubmit.btn-fincalc2 {
  background: #de1118;
  padding: 0 20px;
}
form .formSubmit.btn-fincalc2:hover {
  background: #ea1f26;
  color: #fff;
}
@media (max-width: 991px) {
  form .formSubmit {
    float: none;
    width: 100%;
    margin: 0;
  }
}
form .terms {
  margin-right: 150px;
  margin-top: 10px;
  clear: none;
  line-height: 16px;
}
@media (max-width: 991px) {
  form .terms {
    margin: 15px 0 0 0;
  }
}
.form-special-section,
.form-model-section,
.form-brochures-section {
  padding: 25px 15px;
  overflow: hidden;
  margin: 0;
  background: #FFF;
  margin: 40px 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-special-section h2,
.form-model-section h2,
.form-brochures-section h2 {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.form-special-section h2 span,
.form-model-section h2 span,
.form-brochures-section h2 span {
  color: #000;
  display: block;
  margin: 5px 0 0 0;
}
.form-special-section img,
.form-model-section img,
.form-brochures-section img {
  float: left;
  margin: 0 20px 15px 0;
}
.form-special-section ul,
.form-model-section ul,
.form-brochures-section ul {
  float: left;
  width: 340px;
}
.form-special-section ul li,
.form-model-section ul li,
.form-brochures-section ul li {
  list-style-type: disc;
  margin: 0 0 3px 25px;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 13px;
  color: #3f4344;
  background: url(https://templatesnew.digitaldealer.com.au/mitsubishi/images/bg-li.png) no-repeat 0 5px;
}
.formEnquiryContainer {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f8f8f8;
  padding: 0 15px 15px 15px;
}
@media (max-width: 991px) {
  .formEnquiryContainer {
    padding-bottom: 15px;
  }
}
.formEnquiryContainer form#service .formCell {
  width: 48%;
}
@media (max-width: 991px) {
  .formEnquiryContainer form#service .formCell {
    width: 100%;
  }
}
.formEnquiryContainer form#service .formCell .formCheckBox {
  margin: 0;
  padding: 5px 0;
}
.formEnquiryContainer form#service .textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .formEnquiryContainer form#service #serviceDropOff,
  .formEnquiryContainer form#service #servicePickup {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
}
.formEnquiryContainer .terms a {
  color: #fff !important;
}
.form_notes_top {
  display: none;
}
iframe,
#formResults {
  display: block !important;
}
#formResults {
  margin-top: 25px;
  margin-bottom: 25px;
}
.form  h1 {
  display: none;
}
