@charset "UTF-8";
  #wrapper .btn-box2 {
    text-align: center;
    text-decoration: none; }
    #wrapper .btn-box.inline a {
      display: inline-block; }
    #wrapper .btn-box2 a {
      position: relative;
      font-weight: bold;
      line-height: 30px;
      text-align: center;
      padding: 5px 50px;
      display: inline-block;
      background: #cd5196;
      color: #ffffff;
      text-decoration: none;
      border-radius: 100px; }

    #wrapper .btn-box2 a:after {
      content: '\f105';
      font-family: FontAwesome;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 2.1rem;
      position: absolute;
      top: 4px;
      right: 10px;
      color: #ffffff; }
    #wrapper .btn-box2.left {
      text-align: left; }
    #wrapper .btn-box2.right {
      text-align: right; }