/* 
Element Styles 
*/

.ae-footer-copyright {
    background-color: rgba(0,0,0,1);
    color: #fff;
    text-align: center;
    padding: 17px 0;
}

.ae-footer-copyright p {
    margin: 12px;
}

.ae-footer-copyright p.ae-tou a {
    /*text-decoration: underline;*/
}

.ae-footer-copyright a,
.ae-footer-copyright a:hover {
    color: #fff !important;
}

.ae-footer-copyright p.ae-tou a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Media Queries
----------------------------------------------- */
@media (min-width: 768px) {
    .ae-footer-copyright p {
        display: inline-block;
        margin: 0 8px;
    }
}