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

#socialside {
	float:right;
    position: fixed;
    top: 10px;
    right: 0;
	z-index:999999;
}
.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: -145px;
    right:42px;
    cursor: pointer;
	margin-bottom:3px;
}

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

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