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

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

.scli {
    position: relative;
    width: 132px;
    list-style: none;
    border-radius: 8px 0 0 8px;
    margin-right: -140px;
    right:42px;
    cursor: pointer;
    
}

.scli img {
    background-color: #333;
    border-radius: 5px 0 0 5px;
    height: 30px;
    position: absolute;
    left: 0;
    top:0;
}

.scli li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-left: 50px;
    font-family: "Archivo Black";
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

