.buttonicon {
    display: inline-block;
    font-family: 'Lao UI';
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding: .6em 1em;
    background: #000000;
    border: none;
    color: white;
    transition: .2s;
    text-align: left;
    font-weight: bold;
    font-size: 10.21px;
    margin-top: 5px;
    min-width: 156px;
}

    .buttonicon:before,
    .buttonicon:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: inherit;
        padding-bottom: inherit;
        width: 2.8em;
        content: "\00a0";
        font-family: 'FontAwesome', sans-serif;
        text-align: center;
        transition: .2s;
    }

    .buttonicon:before {
        background: rgba(0, 0, 0, 0.1);
    }

    .buttonicon:hover {
        background: #da2828;
    }



.plus:active,
.plus:focus {
    background: #b90c01;
}

.plus:after {
    content: "\F067";
    background: #da2828;
}

.plus:hover:after {
    content: "\F067";
    background: #B30000;
}

.buttonblack {
    min-width: 110px;
    font-size: 14px;
    background-color: #252525;
    color: #ffffff;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

    .buttonblack:hover {
        background-color: #555555;
    }


.buttongray {
    min-width: 110px;
    font-size: 14px;
    background-color: #777777;
    color: #ffffff;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

    .buttongray:hover {
        background-color: #555555;
    }



.buttonspecial {
    min-width: 110px;
    font-size: 14px;
    background-color: #F8BB00;
    color: #ffffff;
    border: none;
    padding-top: 13px;
    padding-bottom: 13px;
}

    .buttonspecial:hover {
        background-color: #F7A31D;
    }



.buttonredghost {
    background: rgba(0, 0, 0, 0);
    font-size: 16px;
    padding: 20px 50px 20px 50px;
    color: #ffffff;
    box-shadow: none;
    border: solid 2px #DA2828;
}

    .buttonredghost:hover {
        background: #DA2828;
    }

    .buttonredghost:focus {
        outline: 0;
    }


.buttonwhiteghost {
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 15px 30px 15px 30px;
    color: #ffffff;
    box-shadow: none;
    border: solid 2px #ffffff;
}

    .buttonwhiteghost:hover {
        border-color: #DA2828;
        color: #DA2828;
    }

    .buttonwhiteghost:focus {
        outline: 0;
    }



    .buttongrayghost {
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 15px 30px 15px 30px;
    color: #777777;
    box-shadow: none;
    border: solid 2px #777777;
}

    .buttongrayghost:hover {
        border-color: #555555;
        color: #555555;
    }

    .buttongrayghost:focus {
        outline: 0;
    }

.buttonpumpkin { /*Added Sept 30*/
        background: #f7941d;
        font-size: 12px;
        color: #fff;
        box-shadow: none;
        height: 34px;
        width: 139px;
        border: 1px solid #f7921d;
        transition: 250ms;
  }

    .buttonpumpkin:hover {
        color: #f7921d;
        background-color: #fff;
    }

    .buttonpumpkin:focus {
        outline: 0;
    }

  .buttonsky { /*Added Sept 30*/
        background: #0d9dda;
        font-size: 12px;
        color: #fff;
        box-shadow: none;
        height: 36px;
        width: 182px;
        border: 1px solid #0d9dda;
        transition: 250ms;
  }

    .buttonsky:hover {
        color: #0d9dda;
        background-color: #fff;
    }

    .buttonsky:focus {
        outline: 0;
    }

    .buttonmarble { /*Added Sept 30*/
          background: #777;
          font-size: 12px;
          color: #fff;
          box-shadow: none;
          height: 36px;
          width: 182px;
          border: 1px solid #777;
          transition: 250ms;
    }

      .buttonmarble:hover {
          color: #777;
          background-color: #fff;
      }

      .buttonmarble:focus {
          outline: 0;
      }
