#page-footer {
    width: 100%;
    background: url('../images/bg1.jpg');
    padding-bottom: 30px;
}

.footer-nav > ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer-logo {
    padding-top: 20px;
}

.footer-logo > h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.9em;
    letter-spacing: 3px;
}

.footer-nav {
    padding-top: 25px;
}

.footer-payments {
  width: 100%;
  background: rgb(255,255,255);
  border-bottom: 10px solid #fff;
  display: flex;
  justify-content: center;
}

.footNav > li {
    margin: 20px 35px;
}

.footNav li > a {
    text-transform: uppercase;
    color: #acacac;
    font-size: 1.4em;
    font-weight: 700;
}

.footNav > li:hover a {
    text-decoration: none;
    color: #eed936;
}

.footer-copy {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.footer-copy > div {
    margin: 0 25px;
}

.over {
    width: 39px;
    height: 39px;
    background: url('../images/over18.png')no-repeat;
    
}

.CN-foot {
    width: 51px;
    height: 39px;
    background: url('../images/CN-foot.png')no-repeat;
}

.EN-foot {
    width: 51px;
    height: 39px;
    background: url('../images/EN-foot.png')no-repeat;
}

.lang-foot:hover {
    cursor:pointer;
    transform: scale(1.02);
}

.footer-text > p {
    color: #acacac;
    font-size: 1.2em;
    text-transform: uppercase;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) { 

    .footer-nav {
        display: none;
    }


    .footer-logo {
        padding-top: 30px;
    }

    .footer-text > p {
        font-size: 0.80em;
    }

}