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

#register {
    position: fixed;
    right: 33px;
    top: 25%;
    z-index: 2000;
}

#socialside {
    position: fixed;
    top: 45%;
    right: 33px;
    z-index: 2000;
}


.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli {
    position: relative;
    width: 125px;
    list-style: none;
    border-radius: 8px 0 0 8px;
    margin-right: -140px;
    right:0;
    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-right: 10px;
    font-family: "Archivo Black";
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.main {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.reg {
    position: relative;
    width: 145px;
    list-style: none;
    border-radius: 10px 0 0 10px;
    margin-right: -124px;
    right:0;
    cursor: pointer;
    
}

.reg img {
    background-color: #ad0905;
    border-radius: 12px 0 0 12px;
    height: 50px;
    position: absolute;
    left: 0;
    top:0;
}

.reg li {
    height: 50px;
    line-height: 60px;
    margin: 15px 0;
    padding-right: 10px;
    font-size: 16px;
    font-family: "Archivo Black";
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
