
.social li {
    padding: 0;
}
.social li a{
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 15px 20px!important;
}
.social li a:hover{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #fff;
    background: #00c4ff!important;
}
.social-icon-footer {
    margin-top: 10px;
}
.social__item_footer a{
    color: #454242;
}
.social__link_footer{
    font-size: 20px;
    float: left;
    margin: 0 7px;
}
.social__link_footer:hover{
    color: #BB9D6B;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social__item{
    float: left;
    margin-left: 1px;
    padding: 0 !important;
}
.social__link{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    display: block;
}
.social__link:hover, .social__link:focus{
    color: #d2d2d2;
}
.social__link i{
    font-size: 25px;
    width: 50px;
}