#soc_div {
  float: right;
}

.item-social-icons {
  border-radius: 50%;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 32px;
  position: relative;
}

.item-social-icons > a {
  background: #42a5f5;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: block;
  height: 32px;
  width: 32px;
  line-height: 28px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.item-social-icons > a > .fa,
.item-social-icons > a > .micon {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  width: 100%;
}
.item-social-icons > a > .fa {
  margin-top: 7px;
  text-indent: 4px;
}
.item-social-icons > a:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.item-social-icons > a:nth-child(3) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.item-social-icons > a:nth-child(4) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.item-social-icons > a:nth-child(5) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -ms-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}
.item-social-icons > a:nth-child(6) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.item-social-icons > a:nth-child(7) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .35s;
  -moz-transition-delay: .35s;
  -ms-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}
.item-social-icons > a:nth-child(8) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.item-social-icons > a:nth-child(9) {
  right: 0;
  top: 0;
  -webkit-transition-delay: .45s;
  -moz-transition-delay: .45s;
  -ms-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s;
}
.item-social-icons > a {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.item-social-icons > a:nth-child(1) {
  top: 0px;
  right: 8px;
}
.item-social-icons > a:nth-child(2) {
  top: 0px;
  right: 48px;
}
.item-social-icons > a:nth-child(3) {
  top: 0px;
  right: 88px;
}
.item-social-icons > a:nth-child(4) {
  top: 0px;
  right: 128px;
}
.item-social-icons > a:nth-child(5) {
  top: 0px;
  right: 168px;
}
.item-social-icons > a:nth-child(6) {
  top: 0px;
  right: 208px;
}
.item-social-icons > a:nth-child(7) {
  top: 0px;
  right: 248px;
}
.item-social-icons > a:nth-child(8) {
  top: 0px;
  right: 288px;
}
.item-social-icons > a:nth-child(9) {
  top: 0px;
  right: 328px;
}
.item-social-icons > a {
  background: #494949;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.item-social-icons > a.facebook:hover {
  background: #1565c0 !important;
}
.item-social-icons > a.twitter:hover {
  background: #42a5f5 !important;
}
.item-social-icons > a.google:hover {
  background: #e64a19 !important;
}
.item-social-icons > a.pinterest:hover {
  background: #ff1744 !important;
}
.item-social-icons > a.linkedin:hover {
  background: #448aff !important;
}
.item-social-icons > a.digg:hover {
  background: #0066cc !important;
}
.item-social-icons > a.stumbleupon:hover {
  background: #eb4924 !important;
}
