@charset "UTF-8";
#wrapper .btn-box-under-nav {
  margin-bottom: 3rem;
}
#wrapper .btn-box a.special {
  position: relative;
  font-weight: bold;
  line-height: 4.8rem;
  text-align: center;
  padding: 30px 50px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 0px 10px #27135e;
  font-size: 3.4rem;
  background: #ff4e5e;
  background: -webkit-linear-gradient(left, #ff4e5e 0%, #e15cd3 25%, #17cbdd 50%, #7bda76 75%, #ffdd14 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4e5e), color-stop(25%, #e15cd3), color-stop(50%, #17cbdd), color-stop(75%, #7bda76), to(#ffdd14));
  background: linear-gradient(to right, #ff4e5e 0%, #e15cd3 25%, #17cbdd 50%, #7bda76 75%, #ffdd14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff4e5e", endColorstr="#ffdd14",GradientType=1 );
  color: #ffffff;
  text-decoration: none;
  border-radius: 200px;
  margin: 0 auto;
  min-width: 760px;
  display: inline-block;
  margin-bottom: 3rem;
  border: 6px #ffffff outset;
  -webkit-box-shadow: inset 3px 3px 15px #25018a94, 0px 0px 40px #60fbfd;
  box-shadow: inset 3px 3px 15px #25018a94, 0px 0px 40px #60fbfd;
}
#wrapper .btn-box a.special:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 4.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  color: #ffffff;
}