/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 marker {
  padding: 0;
  background: transparent;
  /*background: linear-gradient(to left, #f0ad4e 50%,transparent  50%);*/
background: linear-gradient(to left, #f9ee11 50%,transparent  50%);

  
  background-position: left bottom;
  background-size: 200% 100%;
  transition: all 2.5s ease;
  /*color: #fff;*/
}

marker.animate {
  background-position: right bottom;
  /*color: #000;*/
}
