/* Layout colors */
/* Black and white Colors */
/**
 * Grey colors
 */
/**
 * Background colors
 */
/**
*  Bright colors
*/
/* Layout colors */
/* Black and white Colors */
/**
 * Grey colors
 */
/**
 * Background colors
 */
/**
*  Bright colors
*/
.header-action-outer {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 32px;
  -webkit-transform: translate(0);
}
.header-action-outer .header-action {
  width: 100%;
  height: 32px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 6px 0 12px 0;
  -moz-box-shadow: inset 0 0 10px #f4e5e2;
  -webkit-box-shadow: inset 0 0 10px #f4e5e2;
  box-shadow: inset 0 0 10px #f4e5e2;
}
.header-action-outer .header-action a {
  color: #111111;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  height: 26px;
  display: block;
}
.header-action-outer .header-action a .header-action-btn {
  display: inline-block;
  padding: 5px 8px 3px 8px;
  border-radius: 2px;
  margin: 0 4px 0 0;
  background-color: #e14c28;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.header-action-outer .header-action .meter {
  display: block;
  height: 5px;
  width: 0;
  background: #e14c28;
}
.header-action-outer.fixto-fixed .header-action {
  background-color: #faf4f2;
  -moz-box-shadow: inset 0 0 10px #f4e5e2;
  -webkit-box-shadow: inset 0 0 10px #f4e5e2;
  box-shadow: inset 0 0 10px #f4e5e2;
}
.header-action-outer.fixto-fixed .header-action a .header-action-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 782px) {
  .header-action-outer .header-action a .header-action-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
