.row .col-xs-6:first-child {
  padding-right: 5px; }
.row .col-xs-6:last-child {
  padding-left: 5px; }

button, .button-style {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0;
  border-width: 0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  display: block;
  margin: auto;
  margin-top: 10px; }
  button:focus, .button-style:focus {
    outline: 0 !important; }

.lion-wrap .button-style, .button-style-alt {
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding-top: 14px;
  color: #ffffff; }
  .lion-wrap .button-style:hover, .button-style-alt:hover {
    text-decoration: none; }

.lion-wrap .btn-primary, .button-style {
  color: #ffffff;
  background: #f2a900; }
  .lion-wrap .btn-primary:hover, .button-style:hover {
    background: #f2a900;
    color: #ffffff; }
  .lion-wrap .btn-primary:disabled, .button-style:disabled {
    background: #f2a900; }
  .lion-wrap .btn-primary:active, .button-style:active {
    background: #f2a900; }
  .lion-wrap .btn-primary:focus, .button-style:focus {
    background: #f2a900; }
  .lion-wrap .btn-primary:active:focus, .button-style:active:focus {
    background: #f2a900;
    color: #ffffff; }

.btn-primary[disabled]:hover {
  background: #f2a900 !important; }

.footer {
  display: block;
  width: 100%;
  background-color: #3b3d40;
  text-align: center;
  margin-top: 33px; }
  .footer .terms {
    display: inline-block;
    /* Tablets Plus */ }
    @media (min-width: 768px) {
      .footer .terms {
        padding: 0 25px; } }
  .footer .terms p {
    font-weight: 500;
    color: #919191; }
  .footer .drinkwise {
    display: inline-block;
    padding: 0 50px; }
    @media (min-width: 768px) {
      .footer .drinkwise {
        padding: 0 25px; } }
  .footer ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .footer ul {
        padding: 0 25px; } }
  .footer ul li {
    list-style: none;
    display: inline-block;
    color: #919191; }
  .footer ul li span {
    padding-left: 5px;
    padding-right: 5px; }
  .footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #919191;
    padding-top: 5px;
    padding-bottom: 3px;
    cursor: pointer;
    font-weight: 400; }
    .footer ul li a:hover {
      color: #919191;
      text-decoration: none; }
    .footer ul li a:visited {
      color: #919191;
      text-decoration: none; }
    .footer ul li a:focus {
      color: #919191;
      text-decoration: none; }
    .footer ul li a.active {
      color: #919191;
      text-decoration: none; }

body {
  background: #3b3d40; }

.alert-danger {
  color: #3b3d40;
  background-color: #ffffff;
  border-color: #a94442;
  border-width: 2px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  /* Tablets Plus */ }
  @media (min-width: 768px) {
    .alert-danger {
      width: 510px; } }
  .alert-danger .close {
    top: 0;
    right: 0; }

.lion-wrap {
  max-width: 500px;
  margin: auto; }
  .lion-wrap .container {
    padding-right: 0px;
    padding-left: 0; }
  .lion-wrap .content-area {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%; }
  .lion-wrap .col-md-12 {
    margin-left: 10px;
    margin-right: 10px; }
  .lion-wrap .title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 20px; }
  .lion-wrap a {
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    text-decoration: underline; }
    .lion-wrap a:hover {
      color: #919191; }
  .lion-wrap p {
    font-size: 14px;
    color: #ffffff;
    text-align: center; }
  .lion-wrap .home-images {
    text-align: center; }
    .lion-wrap .home-images .hero-logo {
      width: 176px;
      margin-top: 20px;
      margin-bottom: 0;
      /* Tablets Plus */ }
      @media (min-width: 768px) {
        .lion-wrap .home-images .hero-logo {
          height: auto; } }
  .lion-wrap .form-group label {
    display: none; }
  .lion-wrap .form-group select {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #b8b8b8;
    background: #ffffff;
    color: #919191;
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/lion/ico-dropdown.png) 94%/10px no-repeat #ffffff; }
    @media (min-width: 768px) {
      .lion-wrap .form-group select {
        background: url(../../img/lion/ico-dropdown.png) 96%/10px no-repeat #ffffff; } }
  .lion-wrap .error {
    color: #f2a900; }
  .lion-wrap .form-group select:focus {
    color: #333333; }
  .lion-wrap input.error,
  .lion-wrap select.error {
    border: 1px solid #f2a900;
    color: #f2a900; }
  .lion-wrap input:focus.error,
  .lion-wrap select:focus.error {
    border: 1px solid #f2a900;
    color: #f2a900; }

/*# sourceMappingURL=styles.css.map */
