.anim-start .ball {
  /*opacity: 1;*/
  /*transform: none;*/
  /*transition-duration: .3s;*/
}

.msg-count, .logout, .collection-trigger, .user-list-trigger { 
  z-index: 2;
}

.anim-start .ball .msg-count {
  opacity: 1;
  transform: none;
  transition-duration: .3s;
  display: none;
}

.authorized .msg-count { display: block !important; }

.ball .msg-count .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.ball .msg-count {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  border: 3px solid #FFF;
  background: #E80202;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  /*opacity: 0;
  transform: scale(0);*/
  transition-timing-function: cubic-bezier(0.005, 0.95, 0.135, 1.205);
  cursor: pointer;
  display:none;
}

.ball .msg-count:hover { background: #F98686; }
.ball .user-list-trigger:hover { background: #F98686; }
.ball .logout:hover { background: #F98686; }
.ball .collection-trigger:hover { background: #F912B3; }

.ball .halo {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6)
}

.ball > .halo:hover + div.avatar:after { display: block;}
.avatar:hover:after { display: block; }


.ball .avatar:after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: " ";
  border-radius: 1000px;
  opacity: 0.3;
}

.anim-start .ball .halo {
  opacity: 0;
  transform: none;
  transition-duration: .6s;
  transition-delay: 0.5s;
}
.anim-start .ball .notif {
  display: none;
  opacity: 1;
  transition-duration: .2s;
  transition-delay: 1.6s;
}
.ball .notif {
  position: absolute;
  top: -50px;
  left: -45px;
  width: 183px;
  opacity: 0;
}

.anim-start .ball .notif .bar {
  width: 100%;
  transition-duration: .6s;
  transition-delay: 1.6s;
}
.ball .notif .bar {
  position: relative;
  border-radius: 1000px;
  background: #FFF;
  height: 30px;
  line-height: 30px;
  width: 0;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

.ball .notif .bar .text {
  position: absolute;
  margin: 0;
  font-size: 12px;
  color: #555;
  width: 175px;
  z-index: 1;
}
.ball .notif .bar .action {
  position: relative;
  z-index: 2;
  height: 20px;
  width: 20px;
  background: #BABABA;
  float: right;
  margin-top: 5px;
  border-radius: 100px;
  box-shadow: 10px 0 0 0 #FFF, -10px 0 10px 0 #FFF, inset 0 0 0 1px #FFF;
  border: 1px solid #BABABA;
}
.ball .notif .bar .action::after {
  content: '';
  border-left: 5px solid #FFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: block;
  margin-left: 7px;
  margin-top: 4px;
}
.anim-start .ball .notif .arrow {
  transform: none;
  transition-delay: 1.6s;
  transition-duration: .3s;
}
.ball .notif .arrow {
  top: 30px;
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  margin: 0 auto;
  transform-origin: top;
  transform: scale(0);
}

.ball .logout {
  position: absolute;
  bottom: -16px;
  left: 34%;
  color: #FFF;
  border: 3px solid #FFF;
  background: #E80202;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  display: none;
}

.ball .collection-trigger {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  border: 3px solid #FFF;
  background: #E801A2;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

.ball .user-list-trigger {
  position: absolute;
  top: -12px;
  left: 30px;
  color: #FFF;
  border: 3px solid #FFF;
  background: #E801A2;
  height: 25px;
  width: 25px;
  border-radius: 1000px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

.authorized .ball .logout { display: block; }

.logout .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
  display: block;
}

.ball .collection-trigger .text, .user-list-trigger .text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.authorized .collection-trigger { display: block; }


.ball .icon-button2 {
  left: 85%;
  top: 67%;
  z-index: 1;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  display: none;
}

.ball .icon-button2 i {
  line-height: 1.5rem;
}

.icon-button2 {
  background-color: white;
  border-radius: 1.4rem;
  cursor: pointer;
  display: block;
  font-size: 0.7rem;
  height: 1.4rem;
  width: 1.4rem;
  line-height: 1.4rem;
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.icon-button2 span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button2:hover span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.4rem;
  margin: 0rem;
}

.icon-button2 i {
  background: none;
  color: white;
  height: 100%;
  left: 0;
  line-height: 1.4rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 100%;
  z-index: 10;
}


.facebook span {
  background-color: #3B5998;
}

.google-plus span {
  background-color: #db5a3c;
}

.icon-button2 .icon-facebook {
  color: #3B5998;
}

.icon-button2 .icon-google-plus {
  color: #db5a3c;
}



.icon-button2:hover .icon-facebook,
.icon-button2:hover .icon-google-plus {
  color: white;
}


.icon-button2 .icon-facebook:before {
    content: "\f09a";
}

.icon-button2 .icon-google-plus:before {
    content: "\f0d5";
}

[class^="icon-button2"]:before, [class*=" icon-"]:before {
    display: inline-block;
    speak: none;
}

[class^="icon-button2"], [class*=" icon-button2"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}