@import url(https://fonts.googleapis.com/css?family=Archivo+Black); /* Archivo Black */

#socialside {
    position: fixed;
    top: 200px;
    left: 0;
    z-index:100;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli {
    position: relative;
    width: 182px;
    list-style: none;
    border-radius: 0;
    margin-left: -142px;
    left:0;
    cursor: pointer;
}

.scli img {

    height: 32px;
    position: absolute;
    right: 4px;
    top:4px;
}

.scli li {

    height: 40px;
    line-height: 40px;
    margin: 1px 0;
    padding-right: 50px;
    font-family: "arial";
    color: #fff;
}