/*******************************
 ************ footer **********
 ****************************/

footer {
    background: #292929;
    color: #969696;
    padding: 10px 0 0;
    text-align: left;
}

footer .container {
    padding-left: 3rem;
}

footer .container-footer{
    padding-bottom: 15px;
    text-align: center;
}

footer a {
    color: inherit;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

footer a:hover {
    opacity: .6;
}

.container-footer p {
    margin-bottom: 10px;
}

.copyright {
    font-size: 13px;
    color: #888888;
    padding: 12px 2rem;
    text-align: center;
    background: #1f1f1f;
}

.copyright a {
    color: #d2d2d2;
}

.copyright .fa {
    color: #ffffff;
    margin: 0 2px;
}

footer li {
    list-style-type: none;
    display: inline-block;
}

footer ul{
    margin-bottom: 0;
}

.icon{
    height: 25px;
}