section img{width:100%}
.homeMiddle{margin-bottom: 20px}
.homeMiddle.columns {width: 100%;}
.homeMiddle .columns {margin: 0;}
.homeMiddle .two {margin: 0 0 0 4%; width: 13%;}
#SiteContainer .homeMiddle .pull-five{float:left; right:0;margin-left:4%;}
.homeMiddle .push-two{float:right; left:0}


/* Location specific inventory big blue boxes */
a.btnTop {
    background: #039;
    background: -moz-linear-gradient(top,  #01265c 0%, #0066cc 65%, #023a7b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01265c), color-stop(65%,#0066cc), color-stop(100%,#023a7b));
    background: -webkit-linear-gradient(top,  #01265c 0%,#0066cc 65%,#023a7b 100%);
    background: -o-linear-gradient(top,  #01265c 0%,#0066cc 65%,#023a7b 100%);
    background: -ms-linear-gradient(top,  #01265c 0%,#0066cc 65%,#023a7b 100%);
    background: linear-gradient(to bottom,  #01265c 0%,#0066cc 65%,#023a7b 100%);
    border-radius: 6px;
    color: #FFF;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-bottom: 5%;
}
.btnTop:hover {
    background: #C00;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
    color: #FFF;
}
.btnTop span {display: block;}
.btnTop .city {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}
.btnTop .address {font-size: 14px; font-size:1.4rem;}
.btnTop img {
    border: 2px solid #FFF;
    height: auto;
    margin-top: 3%;
    width: 92%;
}
.btnTop br {clear: both;}
.homeTop .five:first-child .btnTop .make {margin-left: 36.75%;}
.btnTop .make {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
    margin-left: 2%;
    width: 25%;
}
.btnSuffolk img.make{margin-left:37%}
a.btnUsed {
    display: block;
    text-align: center;
    color: #fff;
    background: #c00;
    border-radius: 4px;
    border: 3px solid #999;
    line-height: 120%;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
   font-size:1.8rem;
}
.btnUsed:hover {
    color: #C00;
    background: #eaeaea;
    border-color: #039;
}
.btnPreapproved, .btnMilitary {
    margin-bottom: 10px;
    width: 80%;
    margin-left: 10%;
}
.btnMilitary {
    border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 0 3px 4px rgba(0,0,0,.5);
  width:80%
}
.socials {margin-left: 4%;}
.socials li {
  float: left;
  width: 20%;
  margin-right: 18%;
}
.socials li:last-child {margin-right: 0;}
.homeMiddle .five.columns.phone-two {
    position: relative;
}
a#extraUsedLink {
    position: absolute;
    display: block;
    background: #C00;
    top: 74%;
    right: 4%;
    color: #fff;
    padding: 4%;
    font-size: 1.8rem;
    text-align: center;
}
.btnSuffolk img.make {
    margin-left: -220px !important;
}

/* ===== SMALL GRAY BUTTONS ===== */
.grayBtns li {
    float: left;
    width: 48%;
    margin: 0 1% 2%;
}
.grayBtns a {
    color: #039;
    font-weight: bold;
    display: block;
    text-align: center;
    background: url('https://s3.amazonaws.com/dom-cms/Site/197a7a8e-583f-4b57-979f-b408b72f3b12/images/bkg-hdr.jpg') repeat-x #ddd;
    border: 1px solid #666;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}
.grayBtns a:hover {
    color: #fff;
    background: #C00;
}
.ie7 .btnUsed{margin-bottom:10px}
.ie7 .grayBtns li{width:47%}
.ie8 .socials li, .ie7 .socials li{margin-right:12%}

/* ===== MAKES LOGOS BOX ===== */
#makesPhone{display:none}
.makesBox {
    border: 1px solid #666;
    border-radius: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    margin: 40px auto;
    padding: 12px 0;
}
.makesBox h2 {
    color: #039;
    font-size: 1.6rem;
    line-height: 1;
    margin: -20px 0 10px;
    text-align: center;
}
.makesBox h2 span {
    background-color: #FFF;
    padding: 0 20px;
    
}
.makesBox li {
    float: left;
    margin: 10px 2%;
    width: 10%;
  
}
.makesBox li span{display:none}

/* ===== MEDIA QUERIES ===== */
@media only screen and (max-width: 960px){
  .btnTop .address{font-size:12px; font-size:1.2rem}
  .btnUsed{font-size:15px; font-size:1.5rem}
}
@media only screen and (max-width: 767px){
  a#extraUsedLink{display:none}
  .btnSuffolk img.make {
    margin-left: 0px !important;
}
}
@media only screen and (max-width: 600px){
  .btnTop .city{font-size:24px; font-size:2.4rem}
  .makesBox{
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;    
  }
  .makesBox h2{font-size:2rem}
  #makesPhone{
    width: 100%;
    font-size: 1.6rem;
    height: 30px;
    display:block; 
    float:none
  }
  .makesBox ul{display:none;}
  .topMiddleIcons > a {
    float: left;
    width: 40%;
    margin: 0;
  }
  .topMiddleIcons ul {
    float: left;
    width: 10%;
    margin: 0 0 0 4%;
  }
  .topMiddleIcons ul li {
    float: right;
    margin: 0 0 6px;
    width: 100%;
  }
  .topMiddleIcons br {display: none;}
  .btnUsed, .bannerBtn{margin-bottom: 10px;}
  .grayBtns a{font-size:1.8rem}
}

@media only screen and (max-width: 330px){
  .grayBtns li{float:none; width:100%}
}.html_item ul { list-style: none; margin: 0; }