:root{
    --button-social-color:#ca1f26;

}




.ctc i {
    position: relative;

}

.ctc {
    position: relative;
    min-height: 20px;
    text-align: center;
    z-index: 9999;
}
.ctc a{
    position: relative;
    left:25px;
}
.cc-user-info{
    background: #fff;
    border-radius: 0 15px 15px 0; 
	box-shadow: 0px 0px 10px #ccc;
    height:50px;
    width:175px;
    display: flex;
    align-items: center;
    flex-direction: column;
     opacity:0; 
}
.cc-user-name{
    font-size: 14px;
    position: relative;
    top: 9px;
    left:6px;
}
.cc-user-info p{
    position: relative;
    bottom:3px;
    font-size: 11px;
    left:6px;
    color:#ccc;
}
.ctc ul {
    padding-top: 1px; 
    list-style: none;
    display: inline-grid;
    
    
}
.ctc li{
    display: inline-flex;
    margin: 5px 0;
}
.ctc ul li{
    position: fixed;
    right: -150px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.ctc ul li a {
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;

    border-radius: 0 10px 0 10px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.ctc ul li:hover a {
    border-radius: 50%;


    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.ctc ul li:hover{
     right:0;
        
}
.ctc-visible{
    opacity: 1;
}
.ctc-1{
    top: 150px;
}
.ctc-1 a{
    background: var(--button-social-color);
}
.ctc-2{
    
    top: 205px;
}
.ctc-2 a{
    background: var(--button-social-color);
}
.ctc-3{
    top: 260px;
}
.ctc-3 a{
    background: var(--button-social-color);
}
.ctc-4{
    top: 315px;
}
.ctc-4 a{
    background: #0A66C2;
}
.ctc-5{
    top: 370px;
}
.ctc-5 a{
    background: var(--button-social-color);
}