#footer {
    color: #fff;
    width:100%;
    height:378px;
    background:#1c1c1c;
    overflow:hidden;
}
#footer .social-icons {
    text-align: center;
    margin-top: 15px;
}
#footer .social-icons ul{
    display:inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .social-icons ul li {
    float: left;
    margin: 5px 7px;
}
#footer .social-icons ul li a {
    background-color: transparent;
    border-radius: 4px;
    line-height: 33px;
}
#footer .social-icons ul li a:hover {
    color: #fff
}
#footer .footer-share{
    width:100%;
    height:60px;
    margin-top:120px;
}
#footer .footer-share ul{
    width:270px;
    height:60px;
    margin:0 auto;
}
#footer .footer-share ul li a{
    display:block;
    position:relative;
    border-color:#fff;
    width:50px;
    height:50px;
    line-height:66px;
    text-align:center;
    margin:0 11px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
#footer .footer-share ul li a:hover{
    background:#fff!important;
}
#footer .footer-share ul li a:hover i{
    color:#1c1c1c!important;
}
#footer .footer-share ul li:nth-of-type(3) a i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -12px;
    font-size:26px;
    color:#fff;
}
#footer .footer-share ul li:nth-of-type(2) a i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -10px;
    font-size:26px;
    color:#fff;
}
#footer .footer-share ul li:nth-of-type(1) a i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -8px;
    font-size:26px;
    color:#fff;
}
#footer p{
    width:100%;
    text-align:center;
    margin-top:20px;
}

/*response fixed*/
@media (max-width: 768px) {

    #footer{
        width:100%;
        height:189px;
        background:#1c1c1c;
        overflow:hidden;
    }
    #footer .footer-share{
        width:100%;
        height:40px;
        margin-top:30px;
    }
    #footer .footer-share ul{
        width:210px;
        height:40px;
        margin:0 auto;
        display:flex;
        justify-content:space-around;
    }
    #footer .social-icons ul li {
        float: left;
        margin: 5px 5px;
    }
    #footer .footer-share ul li a{
        position:relative;
        border-color:#fff;
        width:40px;
        height:40px;
        line-height:40px;
        text-align:center;
        margin:0 10px;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        border-radius:50%;
    }
    #footer .footer-share ul li:nth-of-type(3) a i{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: -10px;
        font-size:20px;
        color:#fff;
    }
    #footer .footer-share ul li:nth-of-type(2) a i{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: -9px;
        font-size: 20px;
        color: #fff;
    }
    #footer .footer-share ul li:nth-of-type(1) a i{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: -6px;
        font-size: 20px;
        color: #fff;
    }
    #footer p{
        width:100%;
        text-align:center;
        margin-top:20px;
        font-size:12px;
    }

}