
/*smNAV Sidebar*/

.a2a_svg{
  background-repeat:no-repeat;
  display:block;
  overflow:hidden;
  height:32px;
  line-height:32px;
  padding:0;
  width:32px;
  cursor:pointer;
}

.a2a_kit a:hover .a2a_svg{
  opacity:.7;
}

.a2a_kit{
  left: -5px;
  top: 50px;
  background-color: transparent;
  line-height: 28px;
  background-color:rgba(5,195,249,0.7);
  border-radius:6px;
  position:fixed;
  animation:a2aFadeIn .2s ease-in;
  padding:6px;
  z-index:9999995;
}

.a2a_kit a{
  clear:left;
  display:block;
  overflow:hidden;
  padding:4px;
  text-decoration:none;
}

.a2a_s_twitter{
  background-color: rgb(85, 172, 238);
  width: 28px;
  line-height: 28px;
  height: 28px;
  background-size: 28px;
  border-radius: 4px;
}
.a2a_s_facebook{
  background-color: rgb(59, 89, 152);
  width: 28px;
  line-height: 28px;
  height: 28px;
  background-size: 28px;
  border-radius: 4px;
}
.a2a_s_google_plus{
  background-color: rgb(221, 75, 57);
  width: 28px;
  line-height: 28px;
  height: 28px;
  background-size: 28px;
  border-radius: 4px;
}
