/* SLIDESHOW */
.flex-control-nav {
  bottom: 12px;  
  right: 0;
  width: auto;
  background-color: white;
  padding: 8px 0 0 8px;
  border-radius: 12px 0 0;
}
.flex-control-nav li a{
  background: #999;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}
.flex-control-nav li a.active{background:#C71444;}
.flexslider {
    background: none;
    border: none;
    border-radius: 0;
}
.flexslider .slides img{margin: 0 auto}
.flexslider .slides > li{text-align:center}

/* FOOTER BUTTONS */
.homeBtns li {
    float: left;
    margin: 0 0 20px 1% !important;
    background: #000;
  width: 100%;
}
.homeBtns li:first-child {margin-left: 0;}
.homeBtns a {color: #fff;}
.homeBtns a:hover {color: #C71444;}
.homeBtns span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
}
.homeBtns br {display: none;}
.homeBtns img{width:100%}
.homeBtns a:hover img {
    opacity: .6;
    vertical-align: top;
}

@media only screen and (max-width:940px){
  .commercial span{font-size:1.2rem}  
}
@media only screen and (max-width:830px){
  .homeBtns li{
    width:49%;
    margin: 0 0 10px 2%;
  }
  .homeBtns li:nth-child(odd){margin-left:0}
  .homeBtns span{font-size:2rem}
}
@media only screen and (max-width:700px){
  .commercial span{font-size:1.6rem}  
}
@media only screen and (max-width:550px){
  .commercial span{font-size:1.4rem; line-height:2.8}  
}
@media only screen and (max-width:480px){
  .homeBtns li{
    margin: 0 0 10px;
    width: 100%;
  }
  .homeBtns span, .commercial span{
    float:left;  
    line-height: 1.2;
    display:inline;
    margin-top:6%;
    width:50%;
    font-size:2.4rem;
  }
  .commercial span{margin-top:3%}
  .homeBtns img{
    float:right; 
    width: 50%;
  }
}
@media only screen and (max-width:340px){
  .flexslider{display:none} 
  .homeBtns{margin-bottom: 20px}
  .homeBtns li{margin-bottom:4px; float:none}
  .homeBtns span, .commercial span{
    float:none;
    width:100%;
    font-size:1.6rem;
    display:block;
    text-align:center;
    margin-top:0;
    line-height:4;
  }
  .homeBtns img{display:none}
}