.tabs.primary li a:before {
  background-image: url("../svg/arrow-right-big.svg"); }

/*
#user-login,
#user-pass {
  .form-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
    float: left;
    max-width: 300px;
    margin-right: 20px;

    &:after {
      content: '';
      display: block;
      width: 100%;
      height: 5px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      @include transition(transform 300ms $ease-out-expo);
      @include transform(translateX(-100%));
    }

    input[type=text],
    input[type=password] {
      border: none;
      border-bottom: 1px solid #bbb;
      width: 100%;
      padding: 10px 0;
      font-size: 16px;
      margin: 0;
      color: #000;

      &:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
      }

      &:focus {
        outline: none;
      }
    }

    label {
      position: relative;
      display: block;
      @include transition(all 300ms $ease-out-expo);
      @include transform(translate3d(0, 30px, 0));
      @include transform-origin(left bottom);
      pointer-events: none;
      -webkit-font-smoothing: antialiased !important;
    }

    .description {
      display: none;
    }

    &.focus,
    &.has-content {

      &:after {
        @include transform(translateX(0));
      }
      label {
        @include transform(translate3d(0, 0, 0) scale(0.75) perspective(1px));
        //color: #999;
      }
    }
  }

  input[type=submit] {
    background-color: transparent;
    border: 1px solid #bbb;
    color: #000;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    @include transition(all 300ms $ease-out-expo);
    float: left;
    clear: both;

    &:hover {
      color: #fff;
      background-color: #000;
      border-color: #000;
    }
  }
}
*/
.tabs.primary {
  list-style: none;
  padding: 0;
  background-color: #ffffff;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 80px;
  float: left;
  width: 100%; }
  .tabs.primary li.active {
    display: none; }
  .tabs.primary li:last-child {
    margin-right: 0; }
  .tabs.primary li.focus, .tabs.primary li.has-content {
    display: none; }
  .tabs.primary li a {
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: "akzidenz-grotesk-condensed", "Impact", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding-right: 34px; }
    .tabs.primary li a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 24px;
      height: 100%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: left center; }
    .no-touch .tabs.primary li a:before {
      -webkit-transition: right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: right 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-touch .tabs.primary li a:hover:before {
      right: -10px; }
  .front .tabs.primary {
    margin-bottom: 0px;
    margin-top: 140px; }

.messages {
  margin-left: 25.42373% !important;
  position: relative;
  z-index: 10;
  background-color: #fff !important;
  background-image: none !important;
  border-color: transparent !important;
  padding: 10px 0 !important;
  color: #000000 !important; }
  @media (max-width: 800px) {
    .messages {
      margin-left: 0 !important; } }
  .messages.error {
    color: #FF5050 !important; }
  .messages li {
    margin: 5px 0; }
  .messages a {
    color: #000 !important; }

.toolbar {
  box-shadow: none !important; }

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