/* Import special Google font */
@import url(http://fonts.googleapis.com/css?family=Coda:800);
.specialFont{font-family: 'Coda', sans-serif;}

/* ~~~~~[ COLORS ]~~~~~ */
body{background:url('https://s3.amazonaws.com/dom-cms/Site/e804fc0f-ddeb-4400-a838-5777c87b22ee/template/images/bkg.jpg') repeat-x scroll 0 0 #252525}
.nav, #nav-container li ul, #nav-container li ul li, section, footer{border: 1px solid #fff}
h1{color:#000;}
p{color:#333;}
section{background-color:#fff;}
section a, section a:visited{color:#039; text-decoration:underline}
section a:hover{color:#026}
hr{border-top: 2px solid #ccc; border-bottom: 1px solid #999}
.orangeGradient{
  background: #FF8400;
  background: -moz-linear-gradient(top,  #ff8400 0%, #ffa347 37%, #ff7b00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(37%,#ffa347), color-stop(100%,#ff7b00));
  background: -webkit-linear-gradient(top,  #ff8400 0%,#ffa347 37%,#ff7b00 100%);
  background: -o-linear-gradient(top,  #ff8400 0%,#ffa347 37%,#ff7b00 100%);
  background: -ms-linear-gradient(top,  #ff8400 0%,#ffa347 37%,#ff7b00 100%);
  background: linear-gradient(to bottom,  #ff8400 0%,#ffa347 37%,#ff7b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff7b00',GradientType=0 );
}
.darkGradient{
  background: #232323;
  background: -moz-linear-gradient(top,  #232323 0%, #4c4c4c 30%, #000000 75%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#232323), color-stop(30%,#4c4c4c), color-stop(75%,#000000), color-stop(100%,#131313));
  background: -webkit-linear-gradient(top,  #232323 0%,#4c4c4c 30%,#000000 75%,#131313 100%);
  background: -o-linear-gradient(top,  #232323 0%,#4c4c4c 30%,#000000 75%,#131313 100%);
  background: -ms-linear-gradient(top,  #232323 0%,#4c4c4c 30%,#000000 75%,#131313 100%);
  background: linear-gradient(to bottom,  #232323 0%,#4c4c4c 30%,#000000 75%,#131313 100%);
  color: #fff;
}
.lightGradient, #nav-container li ul li a{
  background: #eeeeee;
  background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
  background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
  background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
  background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
  color: #242424;
}
header h2, header p, header a, header a:visited{color:#242424}
#nav-container > li a {color: #000;}
#nav-container li ul {border-width: 0 1px 1px}
#nav-container li ul li {border-width: 0 0 1px}
#nav-container a:hover, li.sfhover, #nav-container li.sfhover > a, #nav-container li ul li a:hover {
   background: #92d330;
   background: -moz-linear-gradient(top,  #92d330 1%, #65a000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#92d330), color-stop(100%,#65a000));
   background: -webkit-linear-gradient(top,  #92d330 1%,#65a000 100%);
   background: -o-linear-gradient(top,  #92d330 1%,#65a000 100%);
   background: -ms-linear-gradient(top,  #92d330 1%,#65a000 100%);
   background: linear-gradient(to bottom,  #92d330 1%,#65a000 100%);
   color: #fff;
}
footer h4, footer a, footer a:visited{color:#fff}
span.ddsLogoProvider {background: url("https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png") no-repeat scroll 0 0 transparent;}
.ddsLogoProvider a{color: #FFF}

/* ~~~~~[ TEXT]~~~~~ */
body, .button{font-family: "Trebuchet MS", Arial, sans-serif;}
h1{font-size: 30px; font-size:3rem; padding-top:10px;}
h2{font-size:24px; font-size:2.4rem}
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}
li{margin-bottom:2px; font-size: 14px; font-size:1.4rem}
.allCaps{text-transform:uppercase}
.smallText{font-size: 80%}
.largeText{font-size: 120%}
#InvContainer h6{font-size:12px; font-size:1.2rem; font-weight:bold; font-style:normal;}

/* ~~~~~[ CONTAINERS ]~~~~~ */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
#SiteContainer{width:94%; max-width:1200px; margin: 0 auto 20px}
.aside{background: #ccc; background: -moz-linear-gradient(top, #dadada 0%, #ababab 100%); background: -webkit-gradient(linear, left top, left bottom, color-top(0%,#dadada), color-stop(100%,#ababab)); background: -o-linear-gradient(top, #dadada 0%,#ababab100%); margin: 0 5% 40px; padding: 15px; border: 1px solid #999; box-shadow: 4px 4px 2px #ccc;}

/* ~~~~~[ LAYOUT ]~~~~~ */
section{padding: 0 20px; border-width:0 1px;}
.container{padding:0;}
.row{max-width:none}
.centered{margin:0 auto}
.leftMargin{margin-left: 40px}
.rightMargin{margin-right: 40px}
.bottomMargin{margin-bottom: 40px}
#InvTitleArea{display:none}
 .InvContainer .button.green label {text-shadow:none;}
/* ~~~~~[ IMAGES ]~~~~~ */
img{vertical-align:top}
.backpageImg{border:1px solid #333; box-shadow:0 4px 8px rgba(0,0,0,.5);}

/* ~~~~~[ EFFECTS: Radius and Shadows ]~~~~~ */
.radiusSmall {border-radius: 5px}
.radius {border-radius: 10px}
.radiusLarge {border-radius: 20px}
.boxShadow {box-shadow: 0 8px 15px rgba(0,0,0,.5); margin-bottom: 30px;}
.boxShadow.small {box-shadow: 0 2px 4px rgba(0,0,0,.75); margin-bottom: 12px;}
.boxShadow.faint {box-shadow: 0 8px 20px rgba(0,0,0,.2); margin-bottom: 30px}
.txtShadow {text-shadow: 0 2px 1px rgba(0,0,0,0.35)}
.txtShadow.small {text-shadow: 0 1px 0 rgba(0,0,0,.75)}


/* ~~~~~[ HEADER ]~~~~~ */
.dealerLogo, .hdrContact{margin-top: 16px}
header h2{font-size:30px; font-size:3rem}
header p{margin:0; font-size: 18px; font-size: 1.8rem; line-height: 1.2}
header .addrLine2{display:block}

/* ~~~~~[ FOOTER ]~~~~~ */
footer{padding:10px;}
footer h4, footer a{font-style: normal}

/* ~~~~~ [ NAVIGATION ]~~~~~ */
nav.boxShadow, section.boxShadow{margin-bottom:0;}
#nav-container .flyoutNav{
    display:none;
    background: #000;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 2px;
}
.nav{
     clear: both;
     margin: 0 auto;
     text-align: center;
     position: relative;
     z-index: 100;
}
#nav-container, #nav-container ul {
     margin: 0 auto;
     z-index: 100;
     position: relative;
     font-weight: bold;
     line-height: 2;
}
#nav-container a {
     display: block;
     padding: 0 10px;
}
#nav-container li {
     display: inline-block;
     position: relative;
     margin: 0;
}
#nav-container > li a{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3; 
}
#nav-container li ul {
     z-index: 5;
     line-height: normal;
     position: absolute;
     width: 200px;
     margin: 0 0 0 -1px;
     display: none;
     box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.35);
}
#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;
}

/* Positioning for Third-level navigation */
#nav-container li ul ul {
     left: 0px;
     margin: -28px 0 0 170px;
}
#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; }
.mobileQuickMenu { display:none}

/* Int. Explorer 7 fixes */
.ie7 #SiteContainer .nav .columns{position:absolute}
.ie7 #nav-container{ margin-left:15%;}
.ie7 .nav{height:30px}
.ie7 #nav-container li {
     zoom: 1;
     vertical-align:top;
     display: block;
     float:left;
}
.ie7 nav .row .columns{z-index:5}


/* ~~~~~[ SPECIALS RESET ]~~~~~ */
.InvSpecialFlag h3, .InvSpecialPrice, .InvSpecialName a{font-family: inherit}
.InvSpecialFlag h3 {border: none; background:#242424;}
.InvSpecialPrice, .InvSpecialName a {color: #000;}

/* ~~~~~[ DOMINION LOGO ]~~~~~ */
span.ddsLogoProvider {display: inline-block; height: 21px; margin-left: 5px; margin-right: 4%; position: relative; top: -3px; vertical-align: middle; width: 71px;}
div.ddsLogoProvider{font-size: 1rem; margin: 30px auto; text-align: center;}

/* ~~~~~[ MEDIA QUERIES ]~~~~~ */
@media only screen and (max-width: 900px){
  #SiteContainer{width:100%;}
  body{background:#242424}
  .hdrContact{margin-top: 10px}
  header{border-bottom: 2px solid #333;background: #A0D0E7}
  header h2{font-size:2.6rem}
  header p{font-size:1.6rem}
}
@media only screen and (max-width: 768px){
  .hdrContact h2, .hdrContact p{text-align:center; margin: 0}  
}
@media only screen and (max-width: 767px){
  header {padding-bottom: 10px}
  header .row .columns{margin:0; clear:none}
  header .row .twelve{width: 100% !important}
  .makeLogo.columns{width: 45% !important; float: left}
  .row .dealerLogo.columns{width: 52% !important; margin-top: 8px; text-align:center; float: left}
  .row .hdrContact.columns{width: 100% !important; clear:both}
  .hdrContact span.divider, .hdrContact .addrLine2{display: inline}
  .boxShadow{box-shadow:none}
  
  #nav-container .flyoutNav{display:block}
   .sideShowing #SiteContainer {
      left: 266px;
      position: relative;
   }
   nav{position:absolute; top: 2px; left:-268px}
  .nav{height:auto; border:none;}
  .orangeGradient{background:none}
  #nav-container {
    height: auto;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 2px;
    width: 262px;
    z-index: 55;
    background:#333;
  }
  #nav-container li{display: block; border-bottom: 1px solid #151515}
  #nav-container > li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
  }
  #nav-container a:hover, li.sfhover, #nav-container li.sfhover > a {
    background: none;
    text-decoration: none;
    color: #fff;
  }
  #nav-container li ul {
    position: relative;
    width: 96%;
    margin: 0 auto;
    box-shadow: none;
  }
  #nav-container li ul li {border-color: #333;}
  #nav-container li ul li  a{font-size:16px; font-size:1.6rem;}
  #nav-container li ul ul{display:none}

   /* Navigation Quick Bar */
  .mobileQuickMenu {
        text-align:center;
      display:block;
      margin: 0 auto;
      padding: 2px 0;
      background: #000;
   }
  .mobileQuickMenu li {
     display: inline-block;
     width: 32.66667%;
     margin:0;
     background: #ccc;
  }
  .mobileQuickMenu a {
     background: #e2e2e2; /* Old browsers */
     background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* IE10+ */
     background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* W3C */
     font-size: 1.4rem;
     line-height: 2;
     text-align: center;
     display: block;
     margin: 1px;
     color: #666;
     font-weight: bold;
     padding: 2px 4px;
  }
  .mobileQuickMenu a span {
     color: inherit;
     font-size: inherit;
  }
  .mobileQuickMenu img { float: left; }
  li.phoneIcon{display:none}
 
}
@media only screen and (max-width: 600px){
  header .phone, header .mapLink{
    background: url('') no-repeat 6px center #ccc;   
    padding: 4px 10px 2px 40px;
    border-radius: 6px;
    display: block;
    border: 1px solid #999;   
    margin: 0 12% 8px;
  }
  header .phone{background-image: url('https://s3.amazonaws.com/dom-cms/Site/ef57e369-f582-40d2-9f6e-033b5d5474b5/icons/icon-phone.png')}
  header .mapLink{background-image: url('https://s3.amazonaws.com/dom-cms/Site/ef57e369-f582-40d2-9f6e-033b5d5474b5/icons/icon-directions.png')}
  .hdrContact span.divider{display:none}
  .hdrContact .addrLine2{display:block}
  h1{font-size:2.4rem}
  h2{font-size:2rem}
  p{font-size: 1.6rem}
}
@media only screen and (max-width: 520px){
  li.phoneIcon{display:inline-block}
  .mobileQuickMenu li{width:24%}
  .hide-on-phones{display:none}
}
@media only screen and (max-width: 480px){
  .makeLogo{display:none}
  .row .dealerLogo.columns{width: 100% !important; margin: 10px 0;}
  .dealerLogo img{width: 90%}
}
@media only screen and (max-width: 360px){
  .mobileQuickMenu li{width:23%}
   .mobileQuickMenu a span { display: none; }
   .mobileQuickMenu img { float: none; }  
  header .phone, header .mapLink{margin: 0 4% 8px}
  footer .row .phone-two{width: 100% !important; text-align: center; margin-bottom: 10px}
}
