@import url(http://fonts.googleapis.com/css?family=Exo:600,800);

body{
  background:#ccc;
  font-family:"trebuchet ms", arial, sans-serif;
}
#SiteContainer{
  margin: 0 auto 20px;
  background-color:#fff;
  border-bottom:1px solid #999;
  box-shadow:0 2px 10px rgba(0,0,0,.5);
}
.row {max-width: 100%;}
section{margin: 0 auto; max-width: 1200px; width:94%}
.container{padding:0}

/* COMMON PAGE ELEMENTS*/
h1{
  font-size: 24px;
  text-shadow:2px 2px 1px rgba(0,0,0,.25);
  margin-top:10px;
  color:#039;
}
h2{font-size:20px; font-size:2rem}
h3{font-size:18px; font-size:1.8rem}
h4{font-size:14px; font-size:1.4rem}
p {
  font-size: 14px;
  font-size:1.4rem;
  line-height: 1.4;
  text-align:justify;
  color:#333;
}
a, a:visited{color:#C00}
a:hover{color:#F00}
img{vertical-align:top}
.backpageImg{
  border:1px solid #333;
  margin-left: 20px;
  margin-bottom: 40px;
  box-shadow:0 4px 8px rgba(0,0,0,.5);
}
.centered{margin:0 auto}
.clearBoth{clear:both}
.leftMargin{margin-left: 30px}
.rightMargin{margin-right: 30px}
.allCaps{text-transform:uppercase}
.smallText{font-size:12px; font-size:1.2rem}
.largeText{font-size:20px; font-size:2rem}
.normalList li{
  font-size:14px;
  font-size:1.4rem;
  margin-left:30px;
  margin-bottom:0;
  list-style:disc;
}
.specialFont, h1{font-family: 'Exo';}


/* HEADER */
header {
  background: url('https://s3.amazonaws.com/dom-cms/Site/197a7a8e-583f-4b57-979f-b408b72f3b12/images/bkg-hdr.jpg') repeat-x 0 0 #Ccc;
  height: 130px;
  overflow: hidden;
}
.topLine{
  height:6px;
  background: #330000;
  background: -moz-linear-gradient(top,  #330000 25%, #CC0000 50%, #330000 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#330000), color-stop(50%,#CC0000), color-stop(90%,#330000));
  background: -webkit-linear-gradient(top,  #330000 25%,#CC0000 50%,#330000 90%);
  background: -o-linear-gradient(top,  #330000 25%,#CC0000 50%,#330000 90%);
  background: -ms-linear-gradient(top,  #330000 25%,#CC0000 50%,#330000 90%);
  background: linear-gradient(to bottom,  #330000 25%,#CC0000 50%,#330000 90%);
}
header p {
    margin-top: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
}
header strong {
    color: #C00;
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: 2px 2px 1px rgba(0,0,0,.25);
    line-height: 1.5;
  text-transform: uppercase;
}
header .three.columns div{display:none}
.dealerLogo {
    margin-top: 10px ;
}
header h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-style: italic;
    margin: 6px 0 0;
    font-weight: normal;
}
header h3 {
    font-size: 14px;
  font-size: 1.4rem;
  margin:0;
  font-weight:600;
}


/* NAVIGATION */
/* CHANGE COLORS HERE */
.nav {
  background: #900;
  background: -moz-linear-gradient(top,  #990000 0%, #CC0000 50%, #990000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(50%,#CC0000), color-stop(100%,#990000));
  background: -webkit-linear-gradient(top,  #990000 0%,#CC0000 50%,#990000 100%);
  background: -o-linear-gradient(top,  #990000 0%,#CC0000 50%,#990000 100%);
  background: -ms-linear-gradient(top,  #990000990000 0%,#CC0000 50%,#990000 100%);
  background: linear-gradient(to bottom,  #330000 0%,#CC0000 50%,#990000 100%);
	border-top: 2px solid #039;
	border-bottom: 2px solid #039;
}
#nav-container > li a {color: #FFFFFF;}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover &gt; a {
    background:#fff;
    color: #C00;
}
#nav-container li ul {
    border-left: 1px solid #039;
    border-right: 1px solid #039;
    border-bottom: 1px solid #039;
}
#nav-container li ul li {
    border-bottom: 1px solid #039;
}
#nav-container li ul li a {
    color: #039;
    background: #fff;
}
#nav-container li ul li a:hover {
    color: #C00;
}

/* NAV STRUCTURE AND LAYOUT */
.nav{
     clear: both;
     margin: 0 auto 10px;
     text-align: center;
     position: relative;
     z-index: 30;
}
a.mobileNav{display:none}
#nav-container a.mobileNav, a.mobileNav, a.mobileNav:active, a.mobileNav:visited, a.mobileNav:hover {
    background: #999;
    color: #fff;
    text-align: center;
    clear: both;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-size: 20px;
    text-shadow: 0 1px 2px #000;
}
.ie7 #SiteContainer .nav .columns{position:absolute}
#nav-container, #nav-container ul {
     margin: 0 auto;
     z-index: 31;
     position: relative;
     font-weight: bold;
     line-height: 2.5;
}
#nav-container a {
     display: block;
     padding: 0 15px;
}
#nav-container li {
     display: inline-block;
     margin: 0;
     font-size:12px;
     font-size:1.2rem;
}
.ie7 #nav-container li{vertical-align:top}
.ie7 .nav{height:30px}
.ie7 #nav-container li {
     zoom: 1;
     display: block;
	  float:left;
}
.ie7 nav .row .columns{z-index:5}
#nav-container > li a{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.85;  
}
#nav-container li ul {
     z-index: 32;
     line-height: normal;
     position: absolute;
     width: 200px;
     display: none;
     margin: 0 0 0 -1px;
     box-shadow: 0 4px 12px rgba(0,0,0,.5);
}
#nav-container li ul li {width: 100%;}
#nav-container li ul li:last-child { border-bottom: none; }
#nav-container li ul li a {
     font-weight:normal;
     text-align: left;
     padding-left: 8px;
     font-size: 14px;
     font-size: 1.4rem;
     text-decoration: none;
     line-height:2;
}

/* ----------------------- */
#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; }


/* 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:last-child{border-top:2px solid #999; background:none}
input[type="submit"] {background: #9E0000; 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 STRUCTURE */
form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    float: left;
    margin: 0 0 20px 20px;
    max-width: 600px;
    width: 96%;
}
/* Put the input fields on the same line as their labels */
form label {
    font-weight: normal;
    line-height: 24px;
    display: inline;
}
form li {
    clear: left;
    height: auto;
    overflow:hidden;
    margin: 0;
    padding: 6px;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

/* 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;
}

/* 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}

/* 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 =====*/


/* FOOTER */
footer{
    background: #DDD;
    border-top: 1px solid #999;
    padding: 10px;
    margin-top:20px;
}
footer h4{font-size:12px; font-size:1.2rem; font-style:normal; font-weight:bold; color:#000}


/* MEDIA QUERIES START HERE */

@media only screen and (max-width: 767px) {
/* anything below 767px */
  p{margin: 0 10px 18px; }

  .backpageImg{margin:0 0 15px; float:none; clear:both}

  header { margin-bottom: 10px;}   
  a.mobileNav{display:block}
  .sideShowing #SiteContainer {
    left: 236px;
    position: relative;
  }
  nav{position:absolute; top: 2px; left:-238px}
  .nav{height:auto; border-top:none}
  #nav-container li{text-align:left; display:block;}
  #nav-container > li{border-bottom:1px solid #dadada;}
  #nav-container > li:last-child{border-bottom:none;}
  #nav-container li ul{left:120px; top:0;}
  
  #nav-container {
    border:1px solid #dadada;
    background:#f0f0f0;
    height: auto;
    left: 0px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 230px;
    z-index: 55;
  }
  #nav-container li ul, .nav li ul {
    border: none;
    box-shadow: none;
    position: static;
    width: auto;
    display: block !important;
  }
  #nav-container > li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    background:#333;
  }
  #nav-container a:hover, li.sfhover, #nav-container li.sfhover &gt; a {
    background: none;
    text-decoration: none;
    color: #fff;
  }
  #nav-container li ul li a, .nav li ul li a {
    font-size: 1.4rem;
    padding-left: 10px;
    width: auto;
    line-height: 2;
    border-bottom: 1px solid #ccc;
  }
  #nav-container li ul li {border-bottom: none;}

  footer h4{font-size:1.8rem}
  footer .columns.phone-two{margin:0; width:50% !important; font-size:1.4rem}  

  header{
    height:auto;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top,  #eaeaea 1%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaeaea 1%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaeaea 1%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaeaea 1%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaeaea 1%,#d6d6d6 100%); /* W3C */
  }
  header h2{font-size:2rem}
  header .row .phone-two{float: left; margin: 0; width: 50% !important;}
}

@media only screen and (max-width: 330px) {
  header img{width:90%}
  header h2, header h3{margin: 8px 5% 0}
  header p{margin-bottom:0}
  header p span{display:none}
  header .three.columns div{
    text-align:center;
    font-size:2rem;
    display:block;
    margin-bottom:10px;
  }
  footer .columns.phone-two{width:100% !important; margin:0 0 10px}
}


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;
}

div.ddsLogoProvider, .ddsLogoProvider a {
  text-align: right;
  margin: 10px;
  color: #333;
  text-decoration: none;
  font-size: 10px;
  font-size: 1.0rem;
  color: #666;
}
Window size: 1280 x 1024
Viewport size: 1280 x 963