.backpage-header, .topTemplateButtons{display:none} 
section{ padding: 0}
.topPhones a{
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
}

/*** Slideshow ***/

.flexslider{background:none; border:none;}
.flexslider .slides img{margin: 0 auto; width: 100% !important}
.flexslider .slides > li{text-align:center; margin-bottom: 0}
.slideshowBox {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 980px){
  .slideshowFade {
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(20%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
  }
}

/*** Top Buttons ***/
.topBtns li {
    float: left;
    width: 19%;
    text-align: center;
    margin: 0 .5% 20px;
}
.topBtns a {
    border-radius: 8px;
    display: block;
    background: #4498bc;
    background: -moz-linear-gradient(top,  #4498bc 10%, #10676e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4498bc), color-stop(100%,#10676e));
    background: -webkit-linear-gradient(top,  #4498bc 10%,#10676e 100%);
    background: -o-linear-gradient(top,  #4498bc 10%,#10676e 100%);
    background: -ms-linear-gradient(top,  #4498bc 10%,#10676e 100%);
    background: linear-gradient(to bottom,  #4498bc 10%,#10676e 100%);
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.75);
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    border: 2px solid #fc9;
    box-shadow: 0 0 15px #fc9;
    line-height: 80px;
}
.topBtns a:hover{background: #93C9EB}
li.creditBtnCircle {
    position: relative;
    margin: -66px 0 -30px;
  z-index: 100;
}
.creditBtnCircle a, .creditBtnCircle a:hover {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
}
.creditBtn a, .creditBtn a:hover{
    background: url('../images/home/credit-bulls-eye.jpg') no-repeat 100px center #fff;
    color: #000;
    border-color: #C00;
}
.creditBtn span {
    display: block;
    margin: 13px 10px;
    text-align: left;
    text-shadow: none;
    line-height: 28px;
}
.creditBtn a:hover span {
    color: #C00;
    text-shadow: 2px 2px 0 #999;
}
li.creditBtn{display:none}

/*** Welcome Banner ***/
.number1Banner {clear: both;}
.number1Banner div{display:none}

/*** Mini Images ***/
h2.miniImages{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}
/* Colors */
div.miniImages{background: #fff;}
.ca-item a{color: #000}
.ca-item a:hover{color: #C00; background: #dadada;}
.ca-nav span{background: #ccc; color: #999;}

/* Structure */
div.miniImages, .ca-item a, .ca-nav span { height: 110px }  /* Change line-height of .ca-nav span to match */
#pageContent div.miniImages{overflow:hidden;} /* hides mini images in Content Editor */
div.miniImages {
   margin: 0 auto 20px;
   position: relative;
   width: 94%;
}
.ca-wrapper {
   height: 100%;
   position: relative;
}
.ca-item {
   text-align: center;
   width: 150px;
   font-size: 14px;
   font-size: 1.4rem;
  font-weight:bold;
}
.ca-item a {
   padding: 0 10px;
   display: block;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -ms-transition: all .35s ease-in-out;
   -o-transition: all .35s ease-in-out;
   transition: all .35s ease-in-out;
}
.ca-item img {width: 100%; margin-bottom: 6px;}
.ca-nav span {
   cursor: pointer;
   left: -3%;
   position: absolute;
   width: 3%;
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: bold;
   text-align: center;
   line-height: 110px;
}
.ca-nav span.ca-nav-next {left: auto; right: -3%;}

/*** Car Buttons ***/
.carBtns img {
    border: 1px solid #fff;
    width: 100%;
}

/*** Ads and Video ***/
.ads > div {
    float: left;
    position: relative;
}
.adsVideo {
    left: 31.5%;
    width: 35%;
}
.adsImg {
    width: 28%;
}
.adLeft {
    right: 37%;
}
.ads .adRight {
    float: right;
}
.adsImg img {
    width: 100%;
}

/* Media Queries */
@media only screen and (max-width: 979px){
  section{width: 100%}
  .carBtns { width: 94%;}
} 
@media only screen and (max-width: 920px){
  .creditBtn a{background-position: 60px center;}
  .topBtns a{font-size:2rem}
}
@media only screen and (max-width: 767px){
  .carBtns{width:100%}
  .carBtns .columns, .carBtns .columns:last-child {
    width: 30% !important;
    float: left;
    margin: 0 0 0 2.5%;
  }
}
@media only screen and (max-width: 700px){
  .topBtns li {
    margin: 0 0 10px 2%;
    width: 47%;
  }
  .topBtns a {
    box-shadow: none;
    font-size: 2.4rem;
    line-height: 2.5;
  }
  li.creditBtnCircle{display:none}
  li.creditBtn {
    width: 70%;
    margin: 0 15% 10px;
    display:block;
  }
  .creditBtn a {background-position: right center;}
  .creditBtn span {margin-left: 30px;}
  .number1Banner div{display:block}
  .number1Banner img{display:none}

  .miniImages{display:none}
  
  div.adsVideo {
    float: none;
    width: 96%;
    left: 2%;
  }
  .adsImg {
    width: 46%;
    right: 0;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 600px){
  .slideshowBox{display:none}
  .backpage-header{display:block}
  .carBtns .columns, .carBtns .columns:last-child {
    width: 80% !important;
    float: none;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 420px){
  .adsImg{width: 92%; margin: 0 4% 10px}
}
@media only screen and (max-width: 360px){
  .topBtns li, li.creditBtn{width: 96%; margin: 0 2% 8px}
  .carBtns .columns, .carBtns .columns:last-child {
    width: 96% !important;
  }
}
