body > section#bottom {
  padding: 16px 0;
  padding-bottom: 30px;
}
.CSfooterTop {
  background-color: rgb(230,230,230);
}
.CSfooterTop a:not(.btn) {
  color: #6d6e71;
}
.CSfooterTop a:not(.btn):hover {
  color: #d9534f;
}
.CSfooterBot {
  background-color: rgb(230,230,230);
}
#bottom .creditcards .container {
  max-width:400px;
}

#bottom .footerCreditCard {
  margin-bottom: 20px;
  margin-top: 5px;
  height:50px;
}
#bottom .bottom-container{
  width: 100%;
}
#bottom .footerSocial {
  height:76px;
  margin-right: 8px;
}
#bottom ul.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom {
  color: #6d6e71;
  font-size: 1.4em;
  padding-top:50px;
}
#bottom hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0 1em 0;
    padding: 0;
    color: #d7d8d9;
}
#bottom .footerBot {
  font-size:.8em;
  padding-bottom:1em;
}
#bottom h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-size: 1.4em;
}
#bottom a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
  outline: none;
}