
.push {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  position: relative;
  display: inline-block;
  line-height: 33px;
  padding: 0 20px;
  text-align: center;
  border: 2px solid #911208;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 1px #ff6c00 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px #ff6c00 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px #ff6c00 inset, 0 2px 3px rgba(0, 0, 0, 0.2);
  background: #eb4924;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb4924 0%, #e83525 50%, #dd290d 51%, #b8170b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb4924), color-stop(50%, #e83525), color-stop(51%, #dd290d), color-stop(100%, #b8170b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb4924 0%, #e83525 50%, #dd290d 51%, #b8170b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb4924 0%, #e83525 50%, #dd290d 51%, #b8170b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb4924 0%, #e83525 50%, #dd290d 51%, #b8170b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eb4924 0%, #e83525 50%, #dd290d 51%, #b8170b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4924', endColorstr='#b8170b',GradientType=0 );
  /* IE6-9 */
  margin-right: 20px;
}
/* line 40, ../sass/main.scss */
.push:before {
  height: 32px;
  color:white;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b3250f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3250f), color-stop(100%, #e55136));
  background-image: -webkit-linear-gradient(top, #b3250f 0%, #e55136 100%);
  background-image: -moz-linear-gradient(top, #b3250f 0%, #e55136 100%);
  background-image: -ms-linear-gradient(top, #b3250f 0%, #e55136 100%);
  background-image: -o-linear-gradient(top, #b3250f 0%, #e55136 100%);
  background-image: linear-gradient(top, #b3250f, #e55136);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$startColor, EndColorStr=$endColor);*/
  /*background: linear-gradient(to bottom, $startColor $startPer,$endColor $endPer); /* W3C */
  padding: 5px;
  left: -5px;
  top: -5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 52, ../sass/main.scss */
.push.pushed, .push:active, .push:focus {
  color:white;
  background-color: #a50402;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a50402), color-stop(100%, #e54221));
  background-image: -webkit-linear-gradient(top, #a50402 0%, #e54221 100%);
  background-image: -moz-linear-gradient(top, #a50402 0%, #e54221 100%);
  background-image: -ms-linear-gradient(top, #a50402 0%, #e54221 100%);
  background-image: -o-linear-gradient(top, #a50402 0%, #e54221 100%);
  background-image: linear-gradient(top, #a50402, #e54221);
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$startColor, EndColorStr=$endColor);*/
  /*background: linear-gradient(to bottom, $startColor $startPer,$endColor $endPer); /* W3C */
  -webkit-box-shadow: 0px 2px 1px #ff6c00 inset;
  -moz-box-shadow: 0px 2px 1px #ff6c00 inset;
  box-shadow: 0px 2px 1px #ff6c00 inset;
}
