#footer {
    background: #999 none repeat scroll 0 0;
    border-top: 4px solid white;
    color: #404040;    
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0 0;
}

#footer h2 {
    color: #333333;
}

#footer .footer-copyright {
    display:none;
    padding: 10px 0 0px;

}

@media (min-width: 992px) {
   .region-footer-1 {
       padding-left: 20px;
   }
   .region-footer-2 {
       padding-top: 20px;
   }
}