/*-----social media for IN-----*/

.copyright ul {
    float: right;
    list-style: none;
    margin: -30px 0 0;
}

.copyright ul li {
    display: block;
    float: left;
    margin: 0 2px;
    width: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.copyright ul li a {
    text-decoration: none;
    text-align: center;
    color: #716d6d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.copyright ul li a:hover:after {
    display: none;
}

.copyright ul li.footer_fb:hover{
    background-color: #3a5a98;
}

.copyright ul li.footer_tw:hover {
    background-color: #0079ba;
}

.copyright ul li.footer_weibo:hover {
    background-color: #e6162d;
}

.copyright ul li.footer_weixin:hover {
    background-color: #44b035;
}

.copyright ul li.footer_in:hover {
    background-color: #32a7e0;
}

.copyright ul li.footer_yt:hover{
    background-color: #da1725;
}

.copyright ul li.footer_youku:hover{
    background-color: #2796ff;
}

.copyright ul li.footer_co:hover{
    background-color: #d50032;
}

.copyright ul li img {
    width: 100%;
    height: auto;
}


/*-----PAD-----*/

@media screen and (max-width: 768px) {}


/*-----PHONE-----*/

@media screen and (max-width: 640px) {
    .copyright ul {
        float: none;
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 15px 0 0;
    }
}