
footer {position:relative}
.footer {color: #aaa; border-top: 3px solid rgba(0,0,0,.1)}
.footer h4 {margin-bottom: 15px}
.footer, .footer p, .footer h4, .footer li, .footer a, .footer a:hover, .footer a:focus {color:#000;}
.footer a, .copyright a, .footer a:hover, .copyright a:hover {color: #000!important}
.footer p {font-size: 16px;}

.footer .copyright {background: #ccc; padding: 7px 0 15px; margin-top:15px; color:#000;}
/* Custom */
footer {background:#ccc; padding-top:25px}
.footer {border-top:none; margin-top:-1px}

/********* footer-wave ***********/
.footer-wave {width:100%; height:30px; position:relative; overflow:hidden}
.footer-wave-svg {width:200%; height:100%; display:block; position:absolute; -webkit-animation:move 12s linear infinite; animation:move 12s linear infinite; -webkit-animation-delay:-2s; animation-delay:-2s}
@keyframes move {
    0% {transform:translate(-50%,0%)}
    100% {transform:translate(0%,0%)}
}