#cv-footer{
    padding: 50px 0px 0px 0px;
    margin: auto;
    position: relative;
}
#cv-footer > div{
    width: 50%;
    text-align: left;
    float: left;
    padding: 0px 4%;
    box-sizing: border-box;
}
#cv-footer > div:nth-of-type(2){
    float: right;
    text-align: right;
}
#cv-footer img{
    width: 30px;
}
#cv-footer .facebook{
    padding-right: 20px;
    border-right: 2px solid rgb(223, 223, 223);
}
#cv-footer .twitter{
    padding-left: 17px;
}
#cv-footer .lang{
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: inherit;
    text-align: right;
}
#cv-footer .lang select{
    border: none;
    width: 75px;
}
@media screen and (max-width: 800px) {
    #cv-footer p{
        font-size: 85%;
    }
}