html {overflow-x: hidden !important}
/* Fonts */
body {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height:1.5;
  background-color: #ffffff;
  color: #000000;
  background-size:100% auto;
}
a {
  color: #000000; /* Text hyperlink color */
  text-decoration: none;
}
b, strong {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000000;
}
h1 {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #404040;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.text-right span{
  color:#2d96cd!important;
}
h2 { 
  margin: 12px 0 15px 0px; /* h2 is used only as the page heading and doesn't need much top margin */
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  color: #001c35;
  font-size: 26px;
}
h2.product_title.entry-title {
  text-transform: uppercase;
  font-size: 22px;
}
h3 {
  margin: 8px 0 15px 0px;
}
h1.page-title {
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 16px;
}
h3 {
  color: #001c35;
  font-size: 20px;
}
#left-sidebar h3 {
    margin-top: 20px;
}
h4 {
  font-size: 18px;
  color: #000000;
}
h5 {
  color: #001c35;
  font-size: 20px;
  margin: 24px 0 15px 0px;
}
h6{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
}
p {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  color: #000000 !important;
  margin: 0 0 9px;
}
small, .small {
font-size: 80%;
}
.text-right > a{
    color: #000000 !important;    
}      
.text-right > a:hover {
    color: #908E8E !important;
}
a:hover, a:focus {
  color: #908E8E;
  text-decoration: underline;
}
/* End Fonts */
/* Header */
header {
  margin: 0px 0px 5px 0px;
}
div.logo {
  margin-top: 0px;
}
.logo img {
 width: 60px;
 margin-top: 5px;
}
div#prodealer-details {
  float: right;
}
.prodealer-address, .prodealer-phone {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: inline;
}
.prodealer-phone a {
  color: #000000;
}

a.vc_general.vc_btn3{		font-weight:600;	}
.sidecontact .form-submit{		width:100%;	}

@media (min-width: 640px) { 
  .prodealer-address {
    border-right: 1px solid #d7d7d7;
    padding-right: 8px;
    margin-right: 5px;
  }
}
/* Revolution Slider captions - don't display under 1000px */
@media (max-width: 1000px) {
  .tp-caption {
    display: none;
  }
}
/* Adjust sizes of header elements when screen is very small and dealer details are split across two lines */
@media (max-width: 640px) { 
  h1.text-right {
    margin-top: 4px;
    font-size: 26px;
  }
  .prodealer-address {
      float: right;
    display: block;
  }
  .prodealer-phone {
    float: right;
  }
}
/* Make sure full-width means 100% */
.attachment-full {
  max-width:100%;
  width: 100%; /* 20150312 - IE FF layout issues */
}                
/** Mobile Menu Styling **/
@media (max-width:768px){
  #owaf-footer p.text-right {
    margin-bottom: 0;
  }
}
/** End Mobile Menu Styling **/
/* Footer styling */
footer {
  background-color: #404040;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  margin-bottom: 5px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer .widget_nav_menu {
    float: left;
    width: 50%;
    padding: 20px 10px 0px 0px;
    min-height: 230px;
}
@media (min-width: 768px) {
  footer .widget_nav_menu {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  footer .widget_nav_menu {
    width: 16.66%;
  }
}
footer h2.widgettitle {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  margin-left:20px;
}
footer a {
  color: #fff;
  font-size: 14px;
}
/* Start footer dealer license number - Paul */
.prodealer-dealer-license-number {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: inline;
}
/* End footer dealer license number - Paul */
/* End footer classes */
/* sidebar styles for inventory */
div .prodealer_box_rounded {
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.prodealer_single_image img {
  max-width: 100%;
}
/* WooCommerce */
form.cart {
  display: none;
}
a.button.add_to_cart_button.product_type_simple {
  display: none;
}
table.shop_attributes {
  margin-top: 20px; /* car attributes displaying next to images */
}
.woocommerce .woocommerce-info {
/* these styles missing from WooCommerce 2.3 */
  padding:1em 1em 1em 3.5em !important;
  margin:0 0 2em !important;
  position:relative;
  -webkit-border-radius:4px;
  border-radius:4px;
  background:#ffffff;
  background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));
  background:-webkit-linear-gradient(#ffffff,#ffffff);
  background:-moz-linear-gradient(center top,#ffffff 0%,#ffffff 100%);
  background:-moz-gradient(center top,#ffffff 0%,#ffffff 100%);
  color:#666666;text-shadow:0 1px 0 #ffffff;
  list-style:none outside !important;
  /*zoom:1;*/
  width:auto;
  -webkit-box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3)
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  border-radius: 4px;
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  content: "\f129";
}
/*Finance Calculator */
.l-inputbar{
    background-color: #f5f5f5 !important;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #777777;
    display: block;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 1.42857;
    padding: 8px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    height: 35px !important;
 }
/* Forms */
.enquiry-field {
  background-color: #f5f5f5;
}
.panel .form-control, .form-control {
  background-color: #f7f7f7;
  height: 30px;
  padding: 4px 12px;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  height: auto;
}
/* WooCommerce Layered Nav
  nav 2 = make
  nav 6 = model
  nav 7 = transmission
  nav 8 = colour
*/
#search-sidebar small.count {
  display: none;
}
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
  padding: 0 2px 2px 0; /* filtered items need a little extra padding */
}
.woocommerce .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li a {
  padding: 0 6px; /* make normal items look the same as selected ones */
  text-decoration: none;
  border: 1px solid #4d4f53;
  background: #4d4f53;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5) #888;
  color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
  /* new, used, demo */
  float: left;
  padding: 0px 5px 0px 0px;
  margin: 2px 0px 2px 0px;
}
li.chosen {
  margin: 2px 2px 2px 0px;
}
#search-sidebar h3 {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  margin: 5px 0px;
  font-size: 15px;
}
#search-sidebar .form-control, select.orderby.form-control {
  height: 30px;
  padding: 2px 2px;
}
section.prodealer_layered_nav-2.woocommerce.widget_layered_nav {
  width: 50%;
  float: left;
  padding: 2px;
}
section.woocommerce_layered_nav-6.woocommerce.widget_layered_nav {
  width: 50%;
  float: left;
  padding: 2px;
}
section.woocommerce_layered_nav-7.woocommerce.widget_layered_nav {
  width: 50%;
  float: left;
  padding: 2px;
}
section.woocommerce_layered_nav-8.woocommerce.widget_layered_nav {
  width: 50%;
  float: left;
  padding: 2px;
}
section.woocommerce_layered_nav-6.woocommerce.widget_layered_nav {
  width: 50%;
  float: left;
  padding: 2px;
}
/* Shop archive create list view */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
  border-bottom: none;
}
/* Tables - Service Table */
.prodealer-table {
  margin:0px;padding:0px;
  width:100%;
  border:1px solid #dbdbdb;
}.prodealer-table table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}
.prodealer-table tr:nth-child(odd){ background-color:#f9f9f9; }
.prodealer-table tr:nth-child(even)    { background-color:#ffffff; }.prodealer-table td{
  vertical-align:middle;
  border:1px solid #dbdbdb;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:14px;
  font-weight:bold;
  color:#4d4f53;
}.prodealer-table tr:last-child td{
  border-width:0px 1px 0px 0px;
}.prodealer-table tr td:last-child{
  border-width:0px 0px 1px 0px;
}.prodealer-table tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.prodealer-table tr:first-child td{
  background-color:#f9f9f9;
  border:0px solid #dbdbdb;
  text-align:left;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-weight:bold;
  color:#4d4f53;
}
.prodealer-table tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.prodealer-table tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}
/* Tables - Attributes Table */
.prodealer-attributes-table {
  margin:0px;
  padding:0px;
  width:100%;
  border:0px;
}.prodealer-attributes-table table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}
.prodealer-attributes-table td {
  vertical-align:middle;
  border:none;
  text-align:left;
  padding:2px;
  font-size:12px;
  font-weight:normal;
  color:#333;
}
.prodealer-attributes-table tr {
   border-bottom: 1px solid #e6e6e6;
}
.prodealer-attributes-table tr:last-child {
   border-bottom: none;
}
.attribute-price {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.attribute-driveaway, .attribute-driveaway-single {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
}
.attribute-driveaway-single {
  display: inline;
}
.attribute-value {
  text-transform: uppercase;
}
td.attribute-value {
  text-align: right;
}
.btn-attribute {
  margin: 10px 0px;
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
}
.woocommerce .woocommerce-tabs ul.tabs {
  display: none; /* just hides the tab title */
}
div#tab-description {
  border: none;
  box-shadow: none;
}
.wc-content {
  margin-top: 16px;
}
p.small.driveaway-disclaimer {
  margin-top: 12px;
  margin-bottom: 16px;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
  font-style: normal;
}
.product_meta {
  margin-bottom: 10px;
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
}
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p, .woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
  padding: 5px;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
  margin-top: 0px;
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  margin: 0 0 1em;
}
.inventory-contact h4 {
  font-weight: 600;
  margin-top: 0px;
}
.inventory-contact {
  text-align: right;
  color: #4d4f53 !important
}
@media (max-width: 1000px) { 
  .inventory-contact {
    text-align: left;
  }  
}
.rounded img {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .attribute-price {
    font-size: 16px;
    padding-right: 4px;
  }
  .attribute-driveaway {
    font-size: 14px;
    padding-right: 4px;
    display: inline;
  }
}
a[href^="tel:"] {
  color: #000000;
}
/* Supercarousel additional styles */
.supercaption {
background: none!important;
color: #bbb;
text-shadow: none;
}
.supercrsl a.prev, .supercrsl a.next {
top: 20%;
}
.supercrsl { margin-top: 0.5rem;background-color: #fff; }
.supercrsl .pagination {
display: none;
}
.inv-back-link a {
  font-weight: 600;
}
.wpb_call_to_action h2 {
  font-size: 28px;
}
.wpb_call_to_action p {
  font-size: 16px;
}
.wpb_call_to_action .wpb_button {
  font-size: 20px;
}
/*White Container Background*/
.container{
  background:#fff;
  }
.footer-sidebar{
  background:#404040;
  margin-bottom:0;
  text-align:center;
  padding-top: 30px;
  padding-bottom: 15px;
  }
  .footer-sidebar li{
	  display:contents; 
  }
  .footer-sidebar li a{
	 padding: 3px 15px;
    border-right: 1px solid #fff; 
  }
  .footer-sidebar li:last-child a{
	 border:none; 
  }
.logo{
  margin-top:10px!important;
  }
ul.thethe-image-slider-slides li .thethe-image-slider-image img{ 
  border-radius:8px !important;
  }
/*Slider Border Radius*/
.rev_slider_wrapper,
.rev_slider_wrapper img, 
.tp-simpleresponsive img,
.tp-simpleresponsive > ul li,
li.tp-revslider-slidesli.active-revslide,
article#post_322{
  border-radius:5px!important;
  }
/* Carousel Text Margin */
.supercaption {
    font-size: 12px;
    font-weight: normal; 
}
/* Buttons */
.btn-primary, .btn-primary:hover, .wpb_call_to_action .wpb_button, .calculate-btn, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .form-submit {
  font-family: ZonaPro, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  background-color: #ba2138;
  background-image: linear-gradient(#ba2138, #ba2138 6%, #ba2138);
  background-repeat: no-repeat;
  border: 1px solid #ba2138;
  border-radius: 4px;
  color: #ffffff;
  filter: none;
  font-size: 15px;
  line-height: 1.42857;
  padding-top: 10px;
  padding-bottom: 8px;
}
.vc_col-sm-4 .btn-primary, .btn-primary:hover, .vc_col-sm-4 .wpb_call_to_action .wpb_button, .vc_col-sm-4 .calculate-btn, .vc_col-sm-4 .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, .vc_col-sm-4 .form-submit {
  width: 100%;    
}
.calculate-btn {
  background-color: #222;
  background-image: linear-gradient(#222, #222 6%, #222);
  background-repeat: no-repeat;
  border: 1px solid #222;    
}
.text-right h1{
  text-transform:uppercase;
}
.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
  border-left: 1px solid #f0f0f0;
}
.ubermenu-bound, .ubermenu-bound-inner .ubermenu-nav {
  z-index: 2000;
}
.ubermenu-sticky.ubermenu-sticky-full-width {
  border-radius: 0px;
}
@media (max-width: 959px) {
  .ubermenu.ubermenu-main {
    border-radius: 0px;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
	float: left;
  }
}
@media all and (min-width: 991px) and (max-width: 1199px) {
  .ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-left: 6px;
    padding-right: 6px;
  }
  .ubermenu.ubermenu-main, .ubermenu-main .ubermenu-target, .ubermenu-main .ubermenu-nav .ubermenu-item-level-0 .ubermenu-target {
    font-size: 13px!important;
  }
  .ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 18px;
  }
}
@media screen and (max-width: 1200px) and (min-width:990px) {
    .ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.wpb_content_element {
    margin-bottom: 10px;
}
.wpb_row {
    margin-bottom: 5px;    
}
p.text-right.license-number {
    font-size: 14px;
}
footer{
    padding-bottom:15px!important;
}
li#nav_menu-10 {
    margin-top: 40px!important;
}

@media screen and (max-width: 1000px){
    footer{
        display:none!important;
    }
    .supercarousel_wrapper,
    .next,
    .prev{
        display:none!important;
    }
}
@media (max-width: 640px) and (min-width:507px){
  .prodealer-address {
    float: right;
    display: block;
    margin-left: 200px;
  }
}
@media (max-width: 507px) and (min-width:380px){
  .prodealer-address {
    float: right;
    display: block;
    margin-left: 95px;
  }
}
/* The following helps menu to stay at one line - Reduced from 49px on upgrade */
@media screen and (min-width: 960px){
    #ubermenu-main-20-sticky-wrapper{
        min-height:35px!important;
    }
    /*Padding super caption text PD */
    .supercaption {
         padding: 0px 0;
    }
}
.no-margin-header{
  margin-top:0!important;
  margin-bottom:0!important;
}
footer a,
footer widget,
footer h2,
footer li{
    color:#fff!important;
    text-align:left;
    padding-left:20px;
    width:200px!important;
  }
@media screen and (max-width:768px) { .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 100%; margin: 0 0 1em; } }
.bluetext {
    color: #ba2138 !important;
}