.cd-stretchy-nav {
    position: fixed;
    z-index: 2;
    bottom: 15%;
    right: 0%;
}
.cd-nav-trigger {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: -10px;
    height: auto;
    width: auto;
    border: 0px solid rgba(52, 54, 66, 0.08);
padding: 14px;
text-align: center;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
}
}
@-webkit-keyframes argh-my-eyes {
    0%   { background-color: #f2ef0b; }
    49% { background-color: #f2ef0b; }
    50% { background-color: #1567b7; }
    99% { background-color: #1567b7; }
    100% { background-color: #f2ef0b; }
  }
  @-moz-keyframes argh-my-eyes {
    0%   { background-color: #f2ef0b; }
    49% { background-color: #f2ef0b; }
    50% { background-color: #1567b7; }
    99% { background-color: #1567b7; }
    100% { background-color: #f2ef0b; }
  }
  @keyframes argh-my-eyes {
    0%   { background-color: #f2ef0b; }
    49% { background-color: #f2ef0b; }
    50% { background-color: #1567b7; }
    99% { background-color: #1567b7; }
    100% { background-color: #f2ef0b; }
  }
  .cd-nav-trigger {
  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation:    argh-my-eyes 1s infinite;
  animation:         argh-my-eyes 1s infinite;
}