
.socialAnimation{
    width: 655px;
    height: 469px;
    margin: 20px auto;
    position: relative;
}
.socialAnimation li{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    list-style-type: none;
}
@-webkit-keyframes scaleLi {
    0% { 
        -webkit-transform: scale(1);
    }
    45% { 
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    75% { 
        -webkit-transform: scale(1);
    }
    100% { 
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleLi {
    0% { 
        -moz-transform: scale(1);
    }
    45% { 
        -moz-transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.2);
    }
    75% { 
        -moz-transform: scale(1);
    }
    100% { 
        -moz-transform: scale(1);
    }
}
@-o-keyframes scaleLi {
    0% { 
        -o-transform: scale(1);
    }
    45% { 
        -o-transform: scale(1);
    }
    60% {
        -o-transform: scale(1.2);
    }
    75% { 
        -o-transform: scale(1);
    }
    100% { 
        -o-transform: scale(1);
    }
}
@-ms-keyframes scaleLi {
    0% { 
        -ms-transform: scale(1);
    }
    45% { 
        -ms-transform: scale(1);
    }
    60% {
        -ms-transform: scale(1.2);
    }
    75% { 
        -ms-transform: scale(1);
    }
    100% { 
        -ms-transform: scale(1);
    }
}
@keyframes scaleLi {
    0% { 
        transform: scale(1);
    }
    45% { 
        transform: scale(1);
    }
    60% {
        transform: scale(1.2);
    }
    75% { 
        transform: scale(1);
    }
    100% { 
        transform: scale(1);
    }
}

.socialAnimation .person{
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 20px;
    margin: 164px 0 0 290px;
    z-index: 9;
    border:none;
    background: #3270bd;
    color: #fff;
    text-indent: 0;
}

.socialAnimation li div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
}
.socialAnimation li div.connector span{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: -5px 0 0 0;
    position: absolute;
    -webkit-animation: connections 4s ease-in-out infinite;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite;

}
.socialAnimation li div.connector span.two{
    -webkit-animation: connections 4s ease-in-out infinite 1s;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite 1s;
}

@-webkit-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-moz-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-o-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-ms-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}

.socialAnimation li .containerImg{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
    z-index: 10;
    background-repeat: no-repeat;
}

.socialAnimation .facebook{
    width: 133px;
    height: 133px;
    left:170px;
    top:32px;
}
.socialAnimation li .wbk{
    width:114px;
    height:21px;
    background: #fff;
    position: absolute;
}
.socialAnimation .facebook .wbk{
    left:10px;
    top:56px;
    transform:rotate(130deg); 
    -webkit-transform:rotate(130deg); 
    -moz-transform:rotate(130deg); 
    -ms-transform:rotate(130deg); 
    -o-transform:rotate(130deg); 

}
.socialAnimation .googlePlus .wbk{
    width:97px;
    left:10px;
    top:44px;
    transform:rotate(60deg); 
    -webkit-transform:rotate(60deg); 
    -moz-transform:rotate(60deg); 
    -ms-transform:rotate(60deg); 
    -o-transform:rotate(60deg); 

}
.socialAnimation .twitter .wbk{
    left:10px;
    top:56px;
    transform:rotate(130deg); 
    -webkit-transform:rotate(130deg); 
    -moz-transform:rotate(130deg); 
    -ms-transform:rotate(130deg); 
    -o-transform:rotate(130deg); 

}
.socialAnimation .linkedin .wbk{
    width:97px;
    left:6px;
    top:56px;
    transform:rotate(10deg); 
    -webkit-transform:rotate(10deg); 
    -moz-transform:rotate(10deg); 
    -ms-transform:rotate(10deg); 
    -o-transform:rotate(10deg); 

}
.socialAnimation .yt .wbk{
    left:10px;
    top:57px;
    transform:rotate(60deg); 
    -webkit-transform:rotate(60deg); 
    -moz-transform:rotate(60deg); 
    -ms-transform:rotate(60deg); 
    -o-transform:rotate(60deg); 

}
.socialAnimation .rgzn .wbk{
    width:97px;
    left:10px;
    top:45px;
    transform:rotate(100deg); 
    -webkit-transform:rotate(100deg); 
    -moz-transform:rotate(100deg); 
    -ms-transform:rotate(100deg); 
    -o-transform:rotate(100deg);
}
.socialAnimation .wlaq .wbk{
    width:97px;
    left:10px;
    top:43px;
    transform:rotate(40deg); 
    -webkit-transform:rotate(40deg); 
    -moz-transform:rotate(40deg); 
    -ms-transform:rotate(40deg); 
    -o-transform:rotate(40deg);
}
.socialAnimation .facebook .nborder{
    width: 111px;
    height: 111px;
    margin:11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    list-style-type: none;
}



.socialAnimation .facebook .containerImg{
    width: 101px;
    height: 75px;
    margin:5px;
    padding-top: 26px;
    line-height: 24px;
    color:#a5a5a5;
    cursor: pointer;
}
.socialAnimation .facebook div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 42px;
    top:136px;
    left:100px;

    transform:rotate(-135deg); 
    -webkit-transform:rotate(-135deg); 
    -moz-transform:rotate(-135deg); 
    -ms-transform:rotate(-135deg); 
    -o-transform:rotate(-135deg); 

}


.socialAnimation .googlePlus{
    width: 111px;
    height: 111px;
    top:156px;
    left:0;
}
.socialAnimation .googlePlus .nborder{
    width:93px;
    height:93px;
    margin:8px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
}
.socialAnimation .googlePlus .containerImg{
    width: 91px;
    height: 91px;
    line-height: 91px;
    text-align: center;
    color: #a5a5a5;
    cursor: pointer;
}
.socialAnimation .googlePlus div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 177px;
    top:65px;
    left:112px;

    transform:rotate(-180deg); 
    -webkit-transform:rotate(-180deg); 
    -moz-transform:rotate(-180deg); 
    -ms-transform:rotate(-180deg); 
    -o-transform:rotate(-180deg); 

}
.socialAnimation li .nborder{
    border-radius: 50%;
    border: 1px solid #cbcbcb;
}
.socialAnimation li .containerImg{
    text-align: center;
    color: #a5a5a5;
    cursor: pointer;
    text-indent: 0;
}
.socialAnimation li:hover .containerImg{
    color:#3270bd;
    transition: all 0.4s ease-in-out;
}
.socialAnimation li:hover,.socialAnimation li:hover div.nborder{
    border:1px solid #3270bd;
    transition: all 0.4s ease-in-out;
}
.socialAnimation li:hover div.connector{
    background-color: #3270bd;
    transition: all 0.4s ease-in-out;
}
.socialAnimation li.person:hover{border:none;}
.socialAnimation .twitter{
    width: 133px;
    height: 133px;
    bottom: 66px;
    left:106px;
}
.socialAnimation .twitter .nborder{
    width: 111px;
    height: 111px;
    margin: 11px;
}
.socialAnimation .twitter .containerImg{
    width: 109px;
    height: 109px;
    line-height: 109px;
}
.socialAnimation .twitter div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 90px;
    top:16px;
    left:122px;
    transform:rotate(143deg); 
    -webkit-transform:rotate(143deg); 
    -moz-transform:rotate(143deg); 
    -ms-transform:rotate(143deg); 
    -o-transform:rotate(143deg); 

}

.socialAnimation .linkedin{
    width: 111px;
    height: 111px;
    bottom:0;
    left:304px;
}
.socialAnimation .linkedin .nborder{
    width: 93px;
    height: 93px;
    margin:8px;
}
.socialAnimation .linkedin .containerImg{
    width: 91px;
    height: 91px;
    line-height: 91px;
}
.socialAnimation .linkedin div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 100px;
    bottom:161px;
    left:0px;
    transform:rotate(-85deg); 
    -webkit-transform:rotate(-85deg); 
    -moz-transform:rotate(-85deg); 
    -ms-transform:rotate(-85deg); 
    -o-transform:rotate(-85deg); 

}

.socialAnimation .yt{
    width: 133px;
    height: 133px;
    bottom: 108px;
    right:90px;
}
.socialAnimation .yt .nborder{
    width: 111px;
    height: 111px;
    margin: 11px;
}
.socialAnimation .yt .containerImg{
    width: 109px;
    height: 109px;
    line-height: 109px;
}
.socialAnimation .yt div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 47px;
    bottom:100px;
    right:125px;
    transform:rotate(25deg); 
    -webkit-transform:rotate(25deg); 
    -moz-transform:rotate(25deg); 
    -ms-transform:rotate(25deg); 
    -o-transform:rotate(25deg); 

}

.socialAnimation .rgzn{
    width: 111px;
    height: 111px;
    top: 72px;
    right:0;
}
.socialAnimation .rgzn .nborder{
    width: 93px;
    height: 93px;
    margin: 8px;
}
.socialAnimation .rgzn .containerImg{
    width: 91px;
    height: 91px;
    line-height: 91px;
}
.socialAnimation .rgzn div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 159px;
    bottom:6px;
    right:104px;
    transform:rotate(-18deg); 
    -webkit-transform:rotate(-18deg); 
    -moz-transform:rotate(-18deg); 
    -ms-transform:rotate(-18deg); 
    -o-transform:rotate(-18deg); 

}

.socialAnimation .wlaq{
    width: 111px;
    height: 111px;
    top: 0px;
    right:162px;
}
.socialAnimation .wlaq .nborder{
    width: 93px;
    height: 93px;
    margin: 8px;
}
.socialAnimation .wlaq .containerImg{
    width: 91px;
    height: 91px;
    line-height: 91px;
}
.socialAnimation .wlaq div.connector{
    position: absolute;
    background-color: #cbcbcb;
    height: 1px;
    width: 75px;
    top:138px;
    right:63px;
    transform:rotate(-58deg); 
    -webkit-transform:rotate(-58deg); 
    -moz-transform:rotate(-58deg); 
    -ms-transform:rotate(-58deg); 
    -o-transform:rotate(-58deg); 

}