/* -----------------------------------------
   GLOBAL ITEMS
----------------------------------------- */
/* DDS LOGO AT BOTTOM OF SITES ///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #666; }
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-dk.png) no-repeat 0 0; }
/*UNCOMMENT FOR LIGHT VERSION 
span.ddsLogoProvider { background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }
*/

/* LINKS
///////////////////////////////////////////// */
a, a:link, a:visited { color: #000; }
a:hover { color: #c00; }

/* TYPOGRAPHY
///////////////////////////////////////////// */
/* h1, h2, h3, h4, h5, h6 { font-family: Georgia, Times New Roman, Serif; } */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 32px; font-size: 3.2rem; margin-bottom: 10px;}
h2 { font-size: 24px; font-size: 2.4rem; margin-bottom: 8px; }
h3 { font-size: 20px; font-size: 2.0rem; margin-bottom: 6px; }
h4 { font-size: 16px; font-size: 1.6rem; margin-bottom: 4px; }
h5 { font-size: 12px; font-size: 1.2rem; font-weight: normal; margin-bottom: 2px; }
h6 { font-size: 10px; font-size: 1.0rem; font-weight: normal; }

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
img { vertical-align: top; }

#SiteContainer {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.6);
}

/* -----------------------------------------
   Header
----------------------------------------- */
header { background: url("https://s3.amazonaws.com/dom-cms/Site/ea5e0b61-1d47-4396-9112-d14ab540a6f0/images/header.jpg") no-repeat center top #400; }
header h1, header h2, header h3, header a, header a:link, header a:visited { color: #fff; }
header h1, header p { margin-bottom: 0; }
header a: hover { color: #ccc; }
.makeLogo { margin-top: 28px; }
.hdrContact { margin-top: 42px; }
.inline-block{display: inline-block}

/* -----------------------------------------
   NAVIGATION
----------------------------------------- */
.navContainerItem { z-index: 30; position: relative; padding: 0; }
.nav, div.nav { z-index: 30; clear: both; margin: 0 auto; padding: 0; text-align: left; width: auto; height: auto; border: none; 
 background: #8a0204; /* Old browsers */
background: -moz-linear-gradient(top, #8a0204 15%, #dd1317 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#8a0204), color-stop(100%,#dd1317)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8a0204 15%,#dd1317 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8a0204 15%,#dd1317 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8a0204 15%,#dd1317 100%); /* IE10+ */
background: linear-gradient(to bottom, #8a0204 15%,#dd1317 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0204', endColorstr='#dd1317',GradientType=0 ); /* IE6-9 */}
#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: 11px; font-size: 1.1rem; font-weight: bold; line-height: 35px; 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 a, .nav a { color: #fff; display: block; text-transform: uppercase; padding: 0 12px; width: auto; line-height: 36px; }
  #nav-container a:hover, #nav-container li.sfhover a { background: none; color: #fff; }
#nav-container li, .nav li {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    float: none;
    margin: 0px;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    font-family: arial;
    font-weight: normal;
}
.nav li:hover{background:none;text-shadow: none;}
#nav-container li img { display: block; margin: 0; }
#nav-container li ul, .nav li ul { z-index: 32;  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:#DD1317; }
  #nav-container li ul li:last-child, .nav li ul li:last-child {border-bottom: none; }
#nav-container li ul li a { color: #333; font-weight: bold; text-align: left; padding: 8px 5px; font-size: 10px; font-size: 1.0rem; font-weight: bold; text-decoration: none; width: 120px; line-height: 1.2; }
  #nav-container li ul li a:hover, #nav-container li.sfhover ul li a:hover { background: #9e0b0f; 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: #8a8a8a; /* Old browsers */
  background: -moz-linear-gradient(top,  #cacaca 0%, #8a8a8a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacaca), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cacaca 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cacaca 0%,#8a8a8a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cacaca 0%,#8a8a8a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cacaca 0%,#8a8a8a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-9 */
  border: 1px solid #333;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 13px; font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
}

#main { margin-top: 20px; }

.flexslider {
  background: transparent;
  border: 0 none;
  margin: 0;
  webkit-border-radius: 0;
  moz-border-radius: 0; 
  o-border-radius: 0;
  border-radius: 0;
}

footer, footer h6 { color: #000; }
footer {
  border-top: 2px solid #c00;
  padding-top: 6px;
  margin-top: 4px;
  font-size: 12px; font-size: 1.2rem;
}
footer h6 { border-bottom: 1px dashed #ccc; }
footer p { font-size: 12px; font-size: 1.2rem; }
footer a, footer a:link, footer a:visited { color: #000; }
footer a:hover { color: #c00; }
.location1 { margin-bottom: 10px; }



.button {
    background: none repeat scroll 0% 0% #8E0C11;
    color:#fff;
}


/* 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 =====*/

.bottomBump30 { margin-bottom: 30px; }
.topBump30 { margin-top: 30px; }
.leftBump30 { margin-left: 30px; }
.rightBump30 { margin-right: 30px; }

.bottomBump15 { margin-bottom: 15px; }
.topBump15 { margin-top: 15px; }
.leftBump15 { margin-left: 15px; }
.rightBump15 { margin-right: 15px; }

.bottomBump10 { margin-bottom: 10px; }
.topBump10 { margin-top: 10px; }
.leftBump10 { margin-left: 10px; }
.rightBump10 { margin-right: 10px; }

.bottomPad30 { padding-bottom: 30px; }
.topPad30 { padding-top: 30px; }
.leftPad30 { padding-left: 30px; }
.rightPad30 { padding-right: 30px; }

.bottomPad20 { padding-bottom: 20px; }
.topPad20 { padding-top: 20px; }
.leftPad20 { padding-left: 20px; }
.rightPad20 { padding-right: 20px; }

.bottomPad15 { padding-bottom: 15px; }
.topPad15 { padding-top: 15px; }
.leftPad15 { padding-left: 15px; }
.rightPad15 { padding-right: 15px; }

.bottomPad10 { padding-bottom: 10px; }
.topPad10 { padding-top: 10px; }
.leftPad10 { padding-left: 10px; }
.rightPad10 { padding-right: 10px; }

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

/*==============
  FORM STYLES   
==============*/

/* ===== COLORS ===== */
.formContainer 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:last-child{background:none}
input[type="submit"] {background: #8E0C11; color: #fff;}
/*label + input[data-val="true"], label + textarea[data-val="true"] {border: 1px solid #C00;  Border on required fields */}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}
form li ul {
   border: 1px solid #ccc;
   margin: 0 10px;
}
/* ===== STRUCTURE ===== */
.formContainer form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px;
    max-width: 600px;
    width: 96%;
    padding:0;
}


form li {
    clear: left;
    height: auto;
    overflow:hidden;
    margin: 0;
    padding: 6px;
}
form li:last-child{border-bottom:none}


/* 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"] {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;
}

/* Reset for Secure Disclaimer */
.formContainer {
    background: none;
    border: none;
}
.formDisclaimer {
    background-color: transparent;
    background-position: 0 0;
    padding: 0;
    text-indent: 20px;
}

/* 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}

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

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


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

@media only screen and (max-width: 800px) {
  #nav-container li, .nav li { font-size: 12px; font-size: 1.2rem; }
}
@media only screen and (max-width: 768px) {
  /* anything below 768px */
}
@media only screen and (max-width: 767px) {
  /* anything below 767px */
  header .logo, header .address { text-align: center; }
  #nav-container, .nav ul { display: none; }
  #nav-container li, .nav li { display: block; text-align: left; float: none;}
  #nav-container li ul, .nav li ul { position: static; width: auto; }
  #nav-container li ul li a { width: auto; }
  .makeLogo, .hdrContact ul { display: none; }
  .hdrContact { margin-top: 0; }
  footer, .hours { text-align: center; }
    form {
    margin-left: 0px;
    box-shadow: none;
  }
  form input {
    float: none;
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  /* anything below 480px */
}
@media only screen and (max-width: 450px) {
  .dealerLogo img { max-width: 94%; }
  .dealerLogo a.mapLink:link { font-size: 12px; font-size: 1.2rem; }
  .dealerLogo h2 { font-size: 20px; font-size: 2.0rem; margin-bottom: 4px; }
}
