/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
/* promobar */
.promobar {
  color: #4C4E56;
  background: #d2ccc5; }

@-webkit-keyframes promobar {
  0% {
    background: #d2ccc5; }
  50% {
    background: #C76C3D; }
  100% {
    background: #d2ccc5; } }

@keyframes promobar {
  0% {
    background: #d2ccc5; }
  50% {
    background: #C76C3D; }
  100% {
    background: #d2ccc5; } }

@-webkit-keyframes promo-slide-out {
  0% {
    background: #d2ccc5; }
  100% {
    background: #C76C3D; } }

@keyframes promo-slide-out {
  0% {
    background: #d2ccc5; }
  100% {
    background: #C76C3D; } }
