
#socialside {
    position: absolute;
    right:-152px;
    z-index:99999;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

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

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

.scli li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    text-align:center;
	font-family: 'Lobster', cursive;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size:18px;
}

@media (min-width: 991px) {
		#socialside {
    position: absolute;
    right:-152px;
}

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

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

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

.scli li {
    height: 50px;
    line-height: 50px;
    margin: 5px 0;
    text-align:center;
	font-family: 'Lobster', cursive;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
        font-size:18px;

}
	}
