.rs{position:fixed;left:0;top:50%;z-index:5;}

.rs li {display: flex;    width: 55px;    height: 54px;}

.rs .fb{
    background: url(/Files/App_002/images/fb.png)no-repeat;
    display: block; width: 55px;    height: 55px;opacity:0.65;

}
.rs .twitter{
    background: url(/Files/App_002/images/twitter.png)no-repeat;
    display: block; width: 55px;    height: 55px;opacity:0.65;
}
.rs .in{
    background: url(/Files/App_002/images/in.png)no-repeat;
    display: block; width: 55px;    height: 55px;opacity:0.65;

}
.rs .gplus{
    background: url(/Files/App_002/images/gplus.png)no-repeat;
    display: block; width: 55px;    height: 55px;opacity:0.65;

}
.rs .ytube{
    background: url(/Files/App_002/images/ytube.png)no-repeat;
    display: block; width: 55px;    height: 55px;opacity:0.65;

}

.fb:hover, .twitter:hover, .in:hover, .gplus:hover, .ytube:hover{opacity:1;} 


@media only screen and (max-width: 768px){
.rs{display:none;}
}



