.slideShow{margin-top:10px}
.flexslider{background:none; border:none;}
.flexslider .slides img{margin: 0 auto}
.flexslider .slides > li{text-align:center}


/* Call to Action buttons */
.buttons li {
  background: #666; /* Old browsers */
  background: -moz-linear-gradient(top,  #4e4e4e 0%, #dbdbdb 25%, #eaeaea 40%, #7a7a7a 45%, #333333 55%, #4e4e4e 70%, #c4c4c4 90%, #333333 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(25%,#dbdbdb), color-stop(40%,#eaeaea), color-stop(45%,#7a7a7a), color-stop(55%,#333333), color-stop(70%,#4e4e4e), color-stop(90%,#c4c4c4), color-stop(100%,#333333)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4e4e4e 0%,#dbdbdb 25%,#eaeaea 40%,#7a7a7a 45%,#333333 55%,#4e4e4e 70%,#c4c4c4 90%,#333333 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 2px 2px rgba(0,0,0,.75);
  margin-bottom: 6px;
  overflow: hidden;
}
.buttons a {
    display: block;
    background: #006599;
    box-shadow: inset 0 0 5px rgba(0,0,0,.75);
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 4px;
    text-shadow: 0 2px 1px #000;
}
.buttons a:hover {
    background: #fff;
    box-shadow: inset 0 0 10px rgba(255,255,255,1);
    color: #242424;
    text-shadow: none;
    opacity: .9;
}
.ownerLink img {margin: 8px 0;}

.hpInvLinkList li {
list-style: none;
float: left;
width: 175px;
padding-left: 20px;
margin: 0 0 .3em 0;
}


@media only screen and (max-width: 890px) {
/* anything below 890px */
  
   .buttons{clear:both}
   .buttons li{background-image:none}
   .buttons a{
      font-size:16px; 
      font-size:1.6rem;
      background-image:none;
      text-decoration:none;
      background: #069;
      background: -moz-linear-gradient(top,  #006699 0%, #002255 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#002255));
      background: -webkit-linear-gradient(top,  #006699 0%,#002255 100%);
      background: -o-linear-gradient(top,  #006699 0%,#002255 100%);
      background: -ms-linear-gradient(top,  #006699 0%,#002255 100%);
      background: linear-gradient(top,  #006699 0%,#002255 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#002255',GradientType=0 );
      border:2px solid #CCC;
      margin-left:0; 
      text-indent:0;
      line-height:2;
   }
   .buttons a:hover{background-color:#09C}
}
@media only screen and (max-width: 768px) {
  p{font-size:16px; font-size:1.6rem; text-align:justify}
  .buttons li{margin-bottom:6px}
  .buttons a{
    font-size: 18x;
    font-size:1.8rem;
    line-height:3;
  }
}

