@charset "utf-8";
/* CSS Document */
footer {background: #222222;padding: 50px 0;}
footer .ft-logo{max-width: 300px;margin: 0 auto;}
footer > a{font-size: 16px;color: #fff!important;display: block;margin: 15px auto 0;text-align: center;}
footer a:hover{color: #FFF000!important;}

@media only screen and (max-width:450px){
    footer {background: #222222;padding: 30px 15px;}
    footer p{font-size: 14px;}
}