/*------------------------- footer -------------------------*/
footer {
    width: 100%;
    height: 60px;
/*    position:relative;*/
/*    margin: 0px;*/
    overflow: hidden;
    text-align: center;
    background-color: black;/*-- 改footer background 顏色 --*/
}

footer a,
footer a:link {
    text-decoration: none;
}

.copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    line-height: 28px;
    color:#fff;
    display:none;
}

footer .logo {
    font-size: 28px;
    line-height: 60px;
    vertical-align: middle;color: #fff
}
@media screen and (min-width:768px){
    
    .copyright{display: inline-block;}
    
}
/*-- 改footer logo顏色 --*/
footer .logo.icon-elle-logo {
    color:#fff;
}
