

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_child{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 2.25px 0 0 0;width: 45px;max-width: 100%;
    background-color: transparent;
    border-style: solid;
    border-color: transparent;
    border-radius: 90px; ;
    overflow: hidden;
}

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_link{
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
     
}

#imHeader_pluginAppObj_11 #imHeader_pluginAppObj_11_icon {
    font-size:33.75px;;
    color: rgba(132, 162, 40, 1);
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_child.grow{
    -webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_child.grow:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_child.shrink{
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#imHeader_pluginAppObj_11 .imHeader_pluginAppObj_11_child.shrink:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* SHAKE */
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
