/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* LINKS
///////////////////////////////////////////// */
a, a:link, a:visited { color: #ccc; }
a:hover { color: #fff; }

/* TYPOGRAPHY
///////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
  color: #FFF;
  font-family: Arial, sans-serif;
/*  font-family: 'Bangers', Times New Roman, Serif;
  letter-spacing: 0.2rem;
  font-weight: normal;*/
}
h1, .h1 { font-size: 32px; font-size: 3.2rem; line-height: 1; }
h2, .h2 { font-size: 28px; font-size: 2.8rem; line-height: 1; }
h3, .h3 { font-size: 24px; font-size: 2.4rem; line-height: 1; }
h4, .h4 { font-size: 22px; font-size: 2.2rem; line-height: 1; }
h5, .h5 { font-size: 16px; font-size: 1.6rem; line-height: 1; }
h6, .h6 { font-size: 18px; font-size: 1.8rem; line-height: 1; }
/*.bangersFont { font-family: 'Bangers', Times New Roman, Serif; font-weight: normal; letter-spacing: 0.2rem; }*/
.bangersFont { font-family: Arial, sans-serif; }
p { color: #fff; }
/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.cke_editable .editMobileMenu.hide{display:block !important; background: #666; color: #fff; padding: 10px 0; margin: 20px}


img { vertical-align: top; }
.txtCenter { text-align: center; }
.txtRight { text-align: right; }
.txtLeft { text-align: left; }
.showMobileSmall { display: none; }

/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; color: #999; text-decoration: none; font-size: 10px; font-size: 1.0rem; }
span.ddsLogoProvider { float: right; vertical-align: middle; position: relative; top: -3px; margin-left: 5px; width: 71px; height: 21px; background: url("https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png") no-repeat 0 0; }

body { background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/main.jpg") repeat 0 0 #000; }
.container { padding: 0; }

#SiteContainer { background: #656565; max-width: 980px; margin: 0 auto; padding: 0 0 10px; }
#RatesRebatesContainer {max-width: 960px;}
header { background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/top-bkg.jpg") repeat-x 0 0 #656565; }
header .container { padding: 0 10px; }
.phoneNumbers {
  float: left;
  margin-right: 4%;
  text-align: right;
  width: 77%;
}
.phoneNumbers p {
  color: #fff;
  font-size: 26px; font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 20px;
  text-shadow: 1px 1px 1px #000000;
}
.phoneNumbers p span {
  color: #fc0;
}
.phoneNumbers a, .phoneNumbers a:link, .phoneNumbers a:visited { color: #fff; }
.phoneNumbers a:hover { color: #fc0; }
a.address, a.address:link, a.address:visited {
  color: #fff;
  font-size: 18px; font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 1px #000000;
}
a.address:hover { color: #fc0; }
.socialLinks {
  float: left;
  width: 19%;
}
#socialLeft{width:33%; margin-top: 5px;  float:left;}
#bbbBtn { xfloat: left;}
x#dealerraterBtn { float: left; margin-top: 5px; }
#socialSquare { float: right; margin-top: 5px; width: 33%; }
#socialSquare img, #socialLeft img { margin-bottom: 6px; max-width: 36px;}

.navContainerItem { z-index: 30; position: relative; }
.nav, div.nav { z-index: 30; clear: both; margin: 0 auto; padding: 0; text-align: left; width: auto; height: auto; background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/nav-bkg.jpg") repeat-x 0 0 #ccc; border: none; }
#nav-container, #nav-container ul, .nav ul { display: block; max-width: 980px; padding: 0; margin: 0 auto; list-style-type: none; z-index: 31; position: relative;  font-size: 12px; font-size: 1.2rem; font-weight: bold; text-align: center;}
  #nav-container:before, #nav-container:after, #nav-container ul:before, #nav-container ul:after, .nav ul:before, .nav ul:after  { content:""; display:table; }
  #nav-container:after, #nav-container ul:after, .nav ul:after { clear: both; }
#nav-container { height: 32px; }
#nav-container a, .nav a { color: #fff; display: block; line-height: 32px; text-transform: capitalize; padding: 0 12px; width: auto; text-shadow: 1px 1px 1px #000; }
  #nav-container a:hover, #nav-container li.sfhover a { background: none; color: #fc0; }
#nav-container li, .nav li { display: inline-block; zoom: 1; *display: inline; position: relative; float: none; margin: 0; background: none; padding: 0; }
  .nav li:hover{ background:none; }
#nav-container li img { display: block; margin: 0; }
#nav-container li ul, .nav li ul { z-index: 32;  border: 2px solid #000; border-top: none; line-height: normal; padding: 0; position: absolute; background: #ededed; width: 130px; display: none; }
#nav-container li ul li, .nav li ul li { text-indent: 0; width: 100%; border-bottom: 1px dotted #ccc; background: none; }
  #nav-container li ul li:last-child, .nav li ul li:last-child {border-bottom: none; }
#nav-container li ul li a, #nav-container li.sfhover ul li a { color: #333; font-weight: bold; text-align: left; padding: 4px 5px; font-size: 10px; font-size: 1.0rem; line-height: 18px; font-weight: bold; text-decoration: none; width: 120px; text-shadow: 0 0 0;}
  #nav-container li ul li a:hover { background: #037bad; text-decoration: none; color: #fff; text-shadow: 1px 1px 0.05em #000; }
#nav-container li ul ul, .nav li ul ul {  left: 0px;margin: -23px 0 0 10px; }
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul{ display:none; }
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul{ display:block; }

#mobileNav {
  background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/nav-bkg.jpg") repeat-x 0 0 #ccc;
  border: 1px solid #333;
  border-radius: 3px;
  color: #fff;
  clear: both;
  display: block;
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
  width: 100%;
}

#main {
  background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/page-bkg.jpg") repeat-x 0 0 #656565;
  padding-top: 10px;
  margin-bottom: 20px;
}
#main .container { padding: 0 10px; }

ul.bulletList li {
  color: #fff;
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.3;
  list-style: disc inside;
  margin-bottom: 0;
}

footer {
  border-top: 5px solid #000;
  padding-top: 5px;
  color: #fff;
}
footer .container { padding: 0 10px; }
footer h4, footer h5, footer h6 {
  font-size: 14px;  font-size: 1.4rem;
  line-height: 1.2;
  font-style:normal;
  border-bottom: 1px dotted #ccc;
  color: #fff;
}
footer p { margin-bottom: 0; }
footer a, footer a:link, footer a:visited { color: #fff; }
footer a:hover { color: #ccc; }
.hours { text-align: right; }
footer .six > div { margin-bottom: 6px; }




/* COUPON BACKGROUND
///////////////////////////////////////////// */
.couponContainer {
    background: url("https://s3.amazonaws.com/dom-cms/Site/151ac73a-b177-41f7-bed8-f884e9789f4f/images/couponBg.png") repeat-x scroll center bottom !important;
}


/* Inventory Specials */
.InvSpecialFlag h3 {
  background: #037bad; /* Old browsers */
  background: -moz-linear-gradient(top,  #037bad 0%, #042d3f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#037bad), color-stop(100%,#042d3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #037bad 0%,#042d3f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #037bad 0%,#042d3f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #037bad 0%,#042d3f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #037bad 0%,#042d3f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037bad', endColorstr='#042d3f',GradientType=0 ); /* IE6-9 */
  font-family: Arial, sans-serif;
  font-size: 20px; font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #037bad;
  border-top: 1px solid #042c3d;
}
.InvSpecialImg img { border: 2px solid #037bad; }
.InvSpecialPrice { color: #037bad; }
.InvSpecialPrice .InvSpecialPriceName { color: #042c3d; }
.InvSpecialName a, .InvSpecialName a:link, .InvSpecialName a:visited {
  color: #037bad;
}
.InvSpecialName a:hover { color: #042c3d; }

.modelspecials p{
  margin-top:30px;
}

/* ---------------
  FORM COLORS
------------------ */
form{
  background: #eaeaea; /* also color of even rows */
  border: 1px solid #bbb;
}
form li {border-bottom: 1px solid #ccc;}
form li:nth-child(2n+1) {background: #FFF;}
form li li:nth-child(2n+1) {background: none;}
form li:last-child{border-top:2px solid #999; background:none}
form li li:last-child{border-top:0 none; }
input[type="submit"] {background: #1B5E93; color: #fff;}
label + input[data-val="true"], label + textarea[data-val="true"] {
  border: 1px solid #037bad; /* Border on required fields */
}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}

/* ------------------
  FORM STRUCTURE
--------------------- */
form {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  width: 96%;
}
.formContainer form { padding: 0; }

/* Put the input fields on the same line as their labels */
form label {
  font-weight: normal;
  line-height: 24px;
  display: inline;
}
form ul { margin-bottom: 0; }
form li {
  clear: left;
  height: auto;
  overflow:hidden;
  margin: 0;
  padding: 6px 6px 0;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

form li ul { float: right; }
form li li { border-bottom: 0 none; clear: none; float: left; }

/* Style the submit button */
input[type="submit"] {
  border: none;
  border-radius: 6px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
  clear: both;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 20% 0;
  padding: 10px 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  width: 60%;
}
label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {
  margin-bottom: 6px;
  width: 50%;
}
label + textarea {
  width: 100%;
  height:100px;
}

/* Validation errors */
.field-validation-error {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 2;
  border-style: solid;
  border-width:1px;
}

/* For mobile, make form full width */
@media only screen and (max-width:767px){
  form {
    margin-left: 0px;
    box-shadow: none;
  }
  form input {
    float: none;
    display: block;
    width: 100%;
  }
}

/* Reset for map form inputs */
dl.form input {float: none;}

/* Reset for Inv. Listings page */
#InvContainer form, #InvContainer li {
    background: none;
    border: none;
    box-shadow: none;
}
#InvContainer input, #InvContainer select {display: block; float:none}
.inline li, .inline dd, .form.inline li, .form.inline dd{margin-right:0}

/* Reset for Inv. Details Page form */
#Profilefrm {margin: 0; float: none;}
#Profilefrm input {display: inline;}
#Profilefrm li {clear: none; padding: 0;}

/*===== END OF FORM STYLE =====*/

#CalcPayment, .paymentCalcItem { background: none; border: 0 none; box-shadow: 0 0 0; margin: 0; }
#CalcPayment .form, .paymentCalcItem .form { border: 0 none !important; }
#CalcPayment label, .paymentCalcItem label { color: #FFF; }
#CalcPayment .formw, .paymentCalcItem .formw { color: #FC0 !important; }
#CalcPayment .formw #monthPay { font-size: 20px; font-size: 2.0rem; line-height: 1.8; }

#Div1 label { color: #FFF; }

.testimonial{margin:4px 0 12px;}
.testimonial h3{
  border-bottom:1px solid #FC0;
  font-size:18px; font-size:1.8rem;
  line-height:1.6;
  margin:0;
  padding:0;
}
.comment{
  font-size:14px; font-size:1.4rem;
  line-height:1.2;
  margin:2px 0 0;
  padding:0;
}

.canvasItem, .notEditable { min-height: 20px; }


/* -----------------------------------------
   Brochures Page
----------------------------------------- */
.brochuresText {text-align:left; font-size:16px;}
.brochureBox h3{font-size:20px;}
.brochureBox {
  color:#fff; 
  text-align:center; 
  width:19.5% !important; 
  float:left !important; 
  margin-left:4%!important;
  margin-top:30px;
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 1280px; ) {
  .touch .phoneNumbers .show-on-phones { display: block !important; }
  .touch .phoneNumbers .hide-on-phones { display: none !important; }
}
@media only screen and (max-width: 800px) {
  /* anything below 800px */
  .phoneNumbers { width: 78%; }
  .socialLinks { width: 18%; }
  #nav-container a, .nav a { padding: 0 8px; }
}
@media only screen and (max-width: 767px) {
  /* anything below 767px */
  header { background-position: center top; }
  .logo, .phoneNumbers { text-align: center; }
  .phoneNumbers { width: 77%; }
  .socialLinks { width: 19%; }
  #nav-container, .nav ul { display: none; }
  .navContainerItem { padding: 0 10px; }
  #nav-container li, .nav li { background: #444; border: 1px solid #000; display: block; text-align: left; float: none; }
  #nav-container li ul, .nav li ul { border: 0 none; position: static; width: auto; }
  #nav-container li ul li a, #nav-container li.sfhover ul li a { font-size: 14px; font-size: 1.4rem; width: 100%; }
  footer .seven .four { margin: 10px 0; }
}
@media only screen and (max-width: 550px) {
  .phoneNumbers { width: 100%; }
  .phoneNumbers p { font-size: 24px; font-size: 2.4rem; margin-top: 6px; }
  a.address, a.address:link, a.address:visited { font-size: 18px; font-size: 1.8rem; line-height: 1.4; }
  .socialLinks { display: none; }
  
}
@media only screen and (max-width: 450px) {
  .phoneNumbers p { font-size: 20px; font-size: 2.0rem; margin-top: 6px; }
  a.address, a.address:link, a.address:visited { font-size: 13px; font-size: 1.3rem; line-height: 1.8; }
  /*
  .phoneNumbers { text-align: right; margin-right: 6%; }
  .phoneNumbers p { margin-top: 6px; }
  #bbbBtn { margin-top: 10px; }
  .showMobileSmall { display: block; }
  .socialLinks { text-align: center; width: 14%; }
  */
}

