.sociau{
    padding: 5px 20px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.sociau a{    color: #fff;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #69a714;
    display: inline-block;
    text-align: center;
    line-height: 37px;}
.sociau  .fa{font-size:18px;transition:0.3s ease all;}
.sociau .fa:hover{color:#337ab7}

.footer {
    background: #e5e5e5;
    padding: 60px 10%;
    display: table;
    width: 100%;
    clear: both;
}

.copyright {
    font-size: 14px;
    font-family: roboto;
    font-weight: lighter;
    margin-top: 20px;
}



