#zx-package {
  max-width: 975px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem; }
  @media (max-width: 1185px) {
    #zx-package {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #zx-package .zx-package {
    margin: 1.5rem; }
    #zx-package .zx-package-box {
      -webkit-box-shadow: 0px 0px 9px 3px rgba(204, 204, 204, 0.38);
      box-shadow: 0px 0px 9px 3px rgba(204, 204, 204, 0.38);
      background-color: #fbfbfb;
      margin: auto;
      color: #252a34;
      height: 100%;
      max-height: 275px;
      min-height: 275px;
      max-width: 275px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      cursor: pointer;
      font-family: 'Muli', sans-serif;
      text-transform: uppercase; }
      #zx-package .zx-package-box:hover {
        color: white; }
      #zx-package .zx-package-box__light {
        width: 100%;
        height: 190px;
        min-height: 190px;
        max-height: 190px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
      #zx-package .zx-package-box__dark {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        background-color: #323739;
        -webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.35);
        color: white;
        height: 85px;
        padding: 20px; }
      #zx-package .zx-package-box:hover {
        background-color: #323739; }
    #zx-package .zx-package-title-header {
      position: relative;
      padding-bottom: .5rem;
      width: 100%;
      display: block;
      font-size: 38px;
      font-weight: 500;
      line-height: 95%; }
      #zx-package .zx-package-title-header::after {
        content: '';
        width: 120px;
        height: 1px;
        position: absolute;
        border: 0.01em solid darkgrey;
        top: 100%;
        left: calc(50% - 60px); }
      @media (max-width: 530px) {
        #zx-package .zx-package-title-header {
          font-size: 30px; } }
    #zx-package .zx-package-trial-header {
      width: 100%;
      font-size: 15px;
      font-weight: 300;
      display: block;
      min-height: 20px; }
    #zx-package .zx-package-duration {
      font-size: 17px;
      font-weight: 300;
      padding-top: .5rem;
      letter-spacing: 2px;
      white-space: pre-line;
      line-height: 105%; }
    #zx-package .zx-package-price-header {
      display: block;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 2px; }
    #zx-package .zx-package-price-value {
      display: block;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 2px;
      color: #969696; }
      @media (max-width: 530px) {
        #zx-package .zx-package-price-value {
          font-size: 12px; } }

.zx-cart-braintree {
  max-width: 975px;
  margin: auto; }

#zx-cart {
  background-color: #fbfbfc;
  color: #252a34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 40px;
  text-align: center;
  width: 100%;
  max-width: 1050px;
  margin: auto;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 2rem; }
  @media (max-width: 830px) {
    #zx-cart {
      font-size: 14px; } }
  @media (max-width: 530px) {
    #zx-cart {
      font-size: 12px;
      padding: 25px 15px 50px; } }
  @media (max-width: 768px) {
    #zx-cart .zx-cart-pointer__mobile-padding {
      padding-right: 0 !important; } }
  #zx-cart .zx-cart-header {
    width: 100%;
    font-size: 3em;
    font-weight: 500;
    display: block;
    margin-bottom: 25px;
    letter-spacing: 5px;
    color: #222222; }
    @media (max-width: 530px) {
      #zx-cart .zx-cart-header {
        font-size: 2em; } }
  #zx-cart .zx-cart-sub-header {
    font-size: 1.15em;
    font-weight: 300;
    margin: 15px auto;
    width: 100%;
    display: block;
    letter-spacing: 2px;
    color: #252a34; }
  #zx-cart .zx-cart-order-overview-header {
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #zx-cart .zx-cart-order-overview-header.fa {
      width: 100%;
      display: block;
      font-size: 1.1em;
      text-align: left;
      color: #252a34;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 3rem 0 2rem 4.5rem; }
      @media (max-width: 768px) {
        #zx-cart .zx-cart-order-overview-header.fa {
          padding: 1.5rem 1rem; } }
  #zx-cart .zx-cart-table {
    width: 100%; }
  #zx-cart .zx-cart-table__header {
    width: 100%;
    margin: auto; }
    @media (max-width: 768px) {
      #zx-cart .zx-cart-table__header {
        display: none; } }
  #zx-cart .zx-cart-table__header-text {
    color: #969696;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 15px; }
    #zx-cart .zx-cart-table__header-text__mobile {
      display: none; }
      @media (max-width: 768px) {
        #zx-cart .zx-cart-table__header-text__mobile {
          display: inline-block;
          margin-right: auto; } }
  #zx-cart .zx-cart-close {
    content: url(../../images/arrows/delete.svg);
    background-image: none;
    cursor: pointer; }
  #zx-cart .zx-cart-table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 1rem; }
    @media (max-width: 768px) {
      #zx-cart .zx-cart-table__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  #zx-cart .zx-cart-table__row-text {
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #zx-cart .zx-cart-table__row-text i.fa {
      padding: 0 1rem; }
    #zx-cart .zx-cart-table__row-text-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #zx-cart .zx-cart-table__row-text-left i {
        padding-right: 2rem; }
    #zx-cart .zx-cart-table__row-text-center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #zx-cart .zx-cart-table__row-text-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    @media (max-width: 768px) {
      #zx-cart .zx-cart-table__row-text__mobile-spaced {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  #zx-cart .zx-cart-table__summary-row {
    text-align: right;
    font-size: 1.1em;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 1rem 0;
    margin-bottom: 0; }
    #zx-cart .zx-cart-table__summary-row b {
      padding-right: 1rem; }
  #zx-cart .zx-cart-table__summary-row__gift {
    color: green; }
  #zx-cart .zx-credit-cards-list {
    display: block;
    width: 100%; }
    #zx-cart .zx-credit-cards-list i {
      color: #969696; }
  #zx-cart .zx-promocode-input-group {
    width: 100%;
    max-width: 650px;
    margin: auto;
    margin: 1rem auto; }
    #zx-cart .zx-promocode-input-group input:not([type="submit"]).zx-promocode-input,
    #zx-cart .zx-promocode-input-group input[type='text'].zx-promocode-input {
      height: 42px !important;
      margin-bottom: 0 !important;
      border-color: #ccc; }
    #zx-cart .zx-promocode-input-group .btn {
      height: 42px;
      border-radius: 0px;
      border-color: #323739;
      padding: 0 50px; }
      @media (max-width: 530px) {
        #zx-cart .zx-promocode-input-group .btn {
          padding: 0 20px; } }
  #zx-cart .zx-promocode-errors {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: initial; }
    #zx-cart .zx-promocode-errors__invalid {
      color: #ff5b57; }
    #zx-cart .zx-promocode-errors__valid {
      color: green; }

table.ridesSummaryCart tr td, table.ridesSummaryCart tr th {
  border-width: 0;
  padding: 4px;
  text-align: right;
  text-transform: uppercase;
  font-size: 2rem; }

table.ridesSummaryCart th.orderOverviewHeader {
  text-align: center;
  -webkit-padding-after: 16px;
  padding-block-end: 16px;
  font-size: 4rem; }

table.ridesSummaryCart tbody {
  border-block: 1px solid black; }

table.ridesSummaryCart tfoot tr td {
  font-weight: 900; }

#calendar {
  width: 100%;
  clear: both;
  padding-bottom: 35px; }

#calendar * {
  -webkit-transition: 250ms linear all;
  transition: 250ms linear all; }

#calendar .day {
  float: left;
  width: 14.285714%;
  padding: 0.3em 0 60px 0; }

#calendar .dayNavigator {
  display: none;
  color: black; }

#calendar .day .inner {
  min-height: 200px;
  position: relative;
  top: 0;
  border-left: 1px solid #ddd; }

#calendar .day .heading {
  margin-bottom: 15px;
  padding: 30px 0; }

#calendar .no-classes-event {
  background-color: white;
  border-width: 1px 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
  height: 111px;
  line-height: 111px; }

#calendar .event {
  background-color: white;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-width: 1px 0;
  width: 100%;
  position: absolute;
  top: 4em;
  text-align: center;
  font-size: 0.8em;
  height: 200px;
  line-height: 200px;
  color: #000;
  padding: .25rem .7rem; }

#calendar .event.waitlistable {
  padding-top: 7px; }

#calendar .event:hover {
  border-color: #ddd; }

#calendar .event .text {
  line-height: 14px;
  text-align: left;
  width: 100%;
  font-weight: 500; }

#calendar .event.compact * {
  line-height: 1em; }

#calendar .event .time,
#calendar .event .duration,
#calendar .event .instructor {
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 5px; }

#calendar .event .duration,
#calendar .event .instructor {
  font-style: italic; }

#calendar .event .class {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 3px;
  display: block;
  width: 100%; }

#calendar .event .btn {
  color: white;
  text-transform: lowercase;
  background-color: #dd0000;
  padding: 0.3em 1.7em !important;
  margin-right: 0;
  font-size: 1.1em;
  max-width: 100%; }

#calendar .event .btn:hover {
  border: none; }

#calendar .event.past .btn-book,
#calendar .event .btn-waitlist,
#calendar .event.unbookable .btn-book {
  display: none; }

#calendar .event.waitlistable .btn-waitlist {
  display: block; }

#calendar .event.waitlistable.past .btn-waitlist {
  display: none; }

#calendar .event.past,
#calendar .event.unbookable:not(.waitlistable) {
  cursor: not-allowed;
  border-color: white;
  color: rgba(0, 0, 0, 0.35); }

#calendar .event.waitlistable {
  cursor: default;
  border-color: white;
  color: rgba(0, 0, 0, 0.35); }

#calendar .event .link-waitlist {
  margin-top: 1em;
  color: #dd0000 !important; }

#calendar-container .calendar-header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-size: 1.3em;
  border: 1px solid #ddd;
  color: #565656;
  border-width: 1px 0;
  padding: 0.5em;
  margin: 1em 0;
  clear: both;
  text-transform: uppercase; }
  #calendar-container .calendar-header a {
    min-width: 135px; }
  #calendar-container .calendar-header span {
    margin: auto; }
  #calendar-container .calendar-header .date-margin--left {
    padding-left: 135px; }
  #calendar-container .calendar-header .date-margin--right {
    padding-right: 135px; }
  @media (min-width: 993px) {
    #calendar-container .calendar-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

#calendar-container .calendar-header .button-prev,
#calendar-container .calendar-header .button-next {
  text-align: left;
  float: left;
  font-size: 0.75em;
  padding: 0.25em;
  color: #565656 !important;
  cursor: pointer; }

#calendar-container .calendar-header .button-next {
  float: right;
  text-align: right; }

@media (max-width: 992px) {
  #calendar .button:not(.btn-waitlist) {
    display: inline-block !important;
    margin-top: 20px; }
  #calendar .unbookable .button {
    display: none !important; }
  #calendar .day {
    width: 100%;
    float: none; }
  #calendar .day .inner {
    min-height: auto;
    min-height: 2em !important; }
  #calendar .event {
    position: static;
    border: 0;
    height: auto !important;
    padding-bottom: 0;
    vertical-align: bottom;
    padding-top: 1em; }
  #calendar .event .text {
    vertical-align: bottom;
    font-weight: 500; }
  #calendar .event .btn {
    border-radius: 0;
    width: 100%;
    padding: 0em;
    display: block;
    margin-top: 2em;
    margin-bottom: 0;
    height: 4em;
    line-height: 3em; }
  #calendar .event .duration,
  #calendar .event .time {
    float: none !important;
    /* margin: 12.5%; */
    font-size: 1em; }
  #calendar .waitlistable:not(.past) .btn-waitlist.button {
    display: inline-block !important;
    margin-top: 10px; }
  #calendar .custom-panel .heading {
    font-size: 1.3em;
    padding-bottom: 0; }
  .calendar-header {
    display: none; }
  #calendar .day .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #calendar .dayNavigator {
    border: none;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline;
    font-size: 30px;
    position: static;
    width: 80px;
    height: 50px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
  #calendar .dayNavigator.visible {
    opacity: 1;
    pointer-events: auto; }
  #calendar .event {
    display: block;
    border-bottom: 1px solid #ddd !important; }
  #calendar .event.past,
  #calendar .event.unbookable {
    border-color: #ddd; }
  #calendar .day .inner {
    border: 1px solid #ddd !important;
    border-bottom: 0; }
  .calendar tbody tr {
    display: none; }
  .calendar tbody tr.visible {
    display: block; }
  .calendar tbody tr {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
  #calendar .event.past .btn-book,
  #calendar .event .btn-waitlist,
  #calendar .event.unbookable .btn-book {
    display: none; }
  #calendar .event.waitlistable .btn-waitlist {
    display: block; }
  #calendar .event.unbookable .text {
    margin-bottom: 2em; }
  #calendar .event.unbookable.waitlistable .text {
    margin-bottom: 0em; } }

span.text.class-block {
  position: relative;
  display: block;
  padding-top: 0 !important; }

span.button.ng-binding {
  position: absolute;
  left: calc(50% - 45px);
  top: 0%;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  display: inline-block;
  padding: .7rem 2rem;
  opacity: 0; }
  @media (max-width: 992px) {
    span.button.ng-binding {
      opacity: 1;
      position: static;
      margin-top: 1rem !important; } }

@media (min-width: 992px) {
  .inner .event {
    cursor: pointer; } }

.class-block:hover .button {
  left: calc(50% - 45px);
  top: calc(50% - 18px);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
  font-size: .75rem;
  display: none; }
  @media (max-width: 992px) {
    .class-block:hover .button {
      display: block; } }

#calendar .no-classes-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  font-size: .75rem; }

#calendar .event .full-booked {
  color: #ff6b6b;
  text-transform: uppercase; }

#calendar .event.waitlistable .btn-waitlist {
  font-size: 1.2rem;
  display: block;
  padding: .75rem .75rem;
  left: 0;
  top: calc(50% - 33px);
  text-align: center;
  background-color: #ff6c6e; }
  @media (max-width: 992px) {
    #calendar .event.waitlistable .btn-waitlist {
      opacity: 1;
      top: calc(50% - 18px); } }

@media (max-width: 992px) {
  .account-summary__cancel-btn {
    letter-spacing: 0.3px;
    display: inline !important;
    padding: 9px 22px !important;
    background-color: #2d3234 !important;
    border-color: #0b1012 !important;
    font-weight: normal;
    font-size: 12.5px; } }

.account-summary__book-export-btn {
  padding: 9px 12px !important; }

.account-summary__info-email {
  overflow: hidden;
  text-overflow: ellipsis; }

.account-summary__transaction-history-btn {
  color: #fff !important; }

@media (max-width: 570px) {
  .account-summary__transaction-history-btn-container {
    margin-top: 8px !important; } }

@media (max-width: 1103px) {
  .account-summary__export-btn {
    display: none !important; } }

@media (min-width: 1104px) {
  .account-summary__calendar-icon-btn {
    display: none; } }

@media (min-width: 993px) {
  .account-summary__btn-box {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }

.account-summary__title--width {
  width: 100%; }
  @media (min-width: 993px) {
    .account-summary__title--width {
      width: 74%; } }

@media (max-width: 992px) {
  .account__text-center {
    text-align: center; } }

.payment-method span {
  min-width: 5em; }

.payment-method i {
  padding-right: 5px; }

.normalize-errors input {
  margin-bottom: 0 !important; }

.normalize-errors .error-response {
  position: static !important; }

.register-chechbox, #top label .confirm-checkbox {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid;
  position: relative;
  border-color: #a2a2a2 !important;
  right: 13px; }

.register-checkbox-thick, #top label .confirm-checkbox-thick {
  color: #000;
  font-size: 22px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  bottom: -4px;
  position: absolute;
  width: 20px; }

.register-old-checkbox {
  z-index: 1;
  opacity: 0; }

.register-thick-hidden {
  opacity: 0; }

#top label .confirm-checkbox {
  right: 0;
  margin-right: 0.5em;
  min-width: 20px; }
  #top label .confirm-checkbox-thick {
    bottom: 0; }
    #top label .confirm-checkbox-thick-hidden {
      opacity: 0; }

@media (min-width: 992px) and (max-width: 1254px) {
  .login-btns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.password-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }
  @media (min-width: 992px) and (max-width: 1257px) {
    .password-btn-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 570px) {
    .password-btn-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.password-btn {
  padding: 10px 30px !important;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  background-color: #2c2c2c !important;
  border-color: #000 !important;
  border: 1px solid !important;
  margin: 3px 0;
  text-transform: uppercase;
  line-height: 1.2em; }
  @media (max-width: 570px) {
    .password-btn {
      width: 100%; } }

@media (max-width: 570px) {
  .password-link-btn {
    width: 100%;
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1257px) {
  .reset-btns-width {
    width: 100%; } }

@media (max-width: 570px) {
  .reset-btns-width {
    width: 100%; } }

@media (max-width: 570px) {
  .profile-information-save {
    font-size: 16px !important;
    padding: 10px 13px !important;
    margin-top: 6px !important; } }

.js-classes-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.js-classes-btn-book {
  margin-bottom: 1rem;
  width: 100% !important;
  margin-left: 0 !important; }

.js-classes-btn-export {
  width: 100%;
  text-align: center;
  margin-left: 0 !important; }

@media (max-width: 650px) and (min-width: 481px) {
  .modal__title {
    font-size: 29px !important;
    font-weight: bold !important; } }

#after_section_3 {
  z-index: 3; }

@media (max-width: 420px) {
  .atx-slider .ls-layers .ls-wrapper {
    width: 100% !important; } }

@media (max-width: 420px) {
  .ls-layer.atomix-layer-text,
  .ls-layer.atomix-layer-btn,
  .ls-layer.atomix-layer-header {
    width: 100% !important; } }

@media (max-width: 420px) {
  .ls-layer.atomix-layer-text {
    margin: 0 0 0 7px !important;
    max-width: calc(100% - 30px) !important; } }

@media (max-width: 420px) {
  .atomix-layer-btn .avia-button.avia-size-large {
    padding: 18px !important;
    font-size: 16px;
    width: calc(100% - 2rem);
    margin: auto 1rem; } }

html.html_boxed {
  background-color: #cccccc !important; }

.wp-bottommenu-overflow a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

td.uib-day,
td.uib-month,
td.uib-year {
  padding: 0; }

.main-login {
  position: relative;
  min-height: 100vh; }
  .main-login .ng-enter,
  .main-login .ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .main-login .ng-enter {
    opacity: 0;
    -webkit-transform: translate3d(1000px, 0, 0);
    transform: translate3d(1000px, 0, 0); }
  .main-login .ng-enter-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .main-login .ng-leave {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .main-login .ng-leave-active {
    opacity: 0;
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0); }

.col-sm-12 .ng-enter,
.col-sm-12 .ng-leave {
  position: static;
  left: 0;
  right: 0;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.col-sm-12 .ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.col-sm-12 .ng-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.col-sm-12 .ng-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.col-sm-12 .ng-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0px solid #ddd; }

#top .footer_color .input-text,
#top .footer_color input[type='text'],
#top .footer_color input[type='input'],
#top .footer_color input[type='password'],
#top .footer_color input[type='email'],
#top .footer_color input[type='number'],
#top .footer_color input[type='url'],
#top .footer_color input[type='tel'],
#top .footer_color input[type='search'],
#top .footer_color textarea,
#top .footer_color select {
  color: #010101 !important; }

#top #wrap_all div .main_color #forgottenFormContainer .button {
  font-size: 16px;
  white-space: nowrap; }

#top #footer.footer_color .input-text,
#top #footer.footer_color input[type='text'],
#top #footer.footer_color input[type='input'],
#top #footer.footer_color input[type='password'],
#top #footer.footer_color input[type='email'],
#top #footer.footer_color input[type='number'],
#top #footer.footer_color input[type='url'],
#top #footer.footer_color input[type='tel'],
#top #footer.footer_color input[type='search'],
#top #footer.footer_color textarea,
#top #footer.footer_color select #top #wrap_all #main .input-text,
#top #wrap_all #main input[type="text"],
#top #wrap_all #main input[type="input"],
#top #wrap_all #main input[type="password"],
#top #wrap_all #main input[type="email"],
#top #wrap_all #main input[type="number"],
#top #wrap_all #main input[type="url"],
#top #wrap_all #main input[type="tel"],
#top #wrap_all #main input[type="search"],
#top #wrap_all #main textarea,
#top #wrap_all #main select,
#top #wrap_all .main_color .input-text,
#top #wrap_all .main_color input[type='text'],
#top #wrap_all .main_color input[type='input'],
#top #wrap_all .main_color input[type='password'],
#top #wrap_all .main_color input[type='email'],
#top #wrap_all .main_color input[type='number'],
#top #wrap_all .main_color input[type='url'],
#top #wrap_all .main_color input[type='tel'],
#top #wrap_all .main_color input[type='search'],
#top #wrap_all .main_color textarea,
#top #wrap_all .main_color select {
  border: 1px solid #a2a2a2 !important;
  border-color: #a2a2a2;
  color: #010101;
  background-color: #FFF !important;
  font-family: "Muli", sans-serif !important;
  font-size: 13px !important;
  height: 40px;
  margin: 0 0 15px;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 200;
  letter-spacing: 2px; }
  #top #footer.footer_color .input-text::-webkit-input-placeholder, #top #footer.footer_color input[type='text']::-webkit-input-placeholder, #top #footer.footer_color input[type='input']::-webkit-input-placeholder, #top #footer.footer_color input[type='password']::-webkit-input-placeholder, #top #footer.footer_color input[type='email']::-webkit-input-placeholder, #top #footer.footer_color input[type='number']::-webkit-input-placeholder, #top #footer.footer_color input[type='url']::-webkit-input-placeholder, #top #footer.footer_color input[type='tel']::-webkit-input-placeholder, #top #footer.footer_color input[type='search']::-webkit-input-placeholder, #top #footer.footer_color textarea::-webkit-input-placeholder, #top #footer.footer_color select #top #wrap_all #main .input-text::-webkit-input-placeholder, #top #wrap_all #main input[type="text"]::-webkit-input-placeholder, #top #wrap_all #main input[type="input"]::-webkit-input-placeholder, #top #wrap_all #main input[type="password"]::-webkit-input-placeholder, #top #wrap_all #main input[type="email"]::-webkit-input-placeholder, #top #wrap_all #main input[type="number"]::-webkit-input-placeholder, #top #wrap_all #main input[type="url"]::-webkit-input-placeholder, #top #wrap_all #main input[type="tel"]::-webkit-input-placeholder, #top #wrap_all #main input[type="search"]::-webkit-input-placeholder, #top #wrap_all #main textarea::-webkit-input-placeholder, #top #wrap_all #main select::-webkit-input-placeholder, #top #wrap_all .main_color .input-text::-webkit-input-placeholder, #top #wrap_all .main_color input[type='text']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='input']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='password']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='email']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='number']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='url']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='tel']::-webkit-input-placeholder, #top #wrap_all .main_color input[type='search']::-webkit-input-placeholder, #top #wrap_all .main_color textarea::-webkit-input-placeholder, #top #wrap_all .main_color select::-webkit-input-placeholder {
    color: #a2a2a2 !important; }
  #top #footer.footer_color .input-text::-moz-placeholder, #top #footer.footer_color input[type='text']::-moz-placeholder, #top #footer.footer_color input[type='input']::-moz-placeholder, #top #footer.footer_color input[type='password']::-moz-placeholder, #top #footer.footer_color input[type='email']::-moz-placeholder, #top #footer.footer_color input[type='number']::-moz-placeholder, #top #footer.footer_color input[type='url']::-moz-placeholder, #top #footer.footer_color input[type='tel']::-moz-placeholder, #top #footer.footer_color input[type='search']::-moz-placeholder, #top #footer.footer_color textarea::-moz-placeholder, #top #footer.footer_color select #top #wrap_all #main .input-text::-moz-placeholder, #top #wrap_all #main input[type="text"]::-moz-placeholder, #top #wrap_all #main input[type="input"]::-moz-placeholder, #top #wrap_all #main input[type="password"]::-moz-placeholder, #top #wrap_all #main input[type="email"]::-moz-placeholder, #top #wrap_all #main input[type="number"]::-moz-placeholder, #top #wrap_all #main input[type="url"]::-moz-placeholder, #top #wrap_all #main input[type="tel"]::-moz-placeholder, #top #wrap_all #main input[type="search"]::-moz-placeholder, #top #wrap_all #main textarea::-moz-placeholder, #top #wrap_all #main select::-moz-placeholder, #top #wrap_all .main_color .input-text::-moz-placeholder, #top #wrap_all .main_color input[type='text']::-moz-placeholder, #top #wrap_all .main_color input[type='input']::-moz-placeholder, #top #wrap_all .main_color input[type='password']::-moz-placeholder, #top #wrap_all .main_color input[type='email']::-moz-placeholder, #top #wrap_all .main_color input[type='number']::-moz-placeholder, #top #wrap_all .main_color input[type='url']::-moz-placeholder, #top #wrap_all .main_color input[type='tel']::-moz-placeholder, #top #wrap_all .main_color input[type='search']::-moz-placeholder, #top #wrap_all .main_color textarea::-moz-placeholder, #top #wrap_all .main_color select::-moz-placeholder {
    color: #a2a2a2 !important; }
  #top #footer.footer_color .input-text:-ms-input-placeholder, #top #footer.footer_color input[type='text']:-ms-input-placeholder, #top #footer.footer_color input[type='input']:-ms-input-placeholder, #top #footer.footer_color input[type='password']:-ms-input-placeholder, #top #footer.footer_color input[type='email']:-ms-input-placeholder, #top #footer.footer_color input[type='number']:-ms-input-placeholder, #top #footer.footer_color input[type='url']:-ms-input-placeholder, #top #footer.footer_color input[type='tel']:-ms-input-placeholder, #top #footer.footer_color input[type='search']:-ms-input-placeholder, #top #footer.footer_color textarea:-ms-input-placeholder, #top #footer.footer_color select #top #wrap_all #main .input-text:-ms-input-placeholder, #top #wrap_all #main input[type="text"]:-ms-input-placeholder, #top #wrap_all #main input[type="input"]:-ms-input-placeholder, #top #wrap_all #main input[type="password"]:-ms-input-placeholder, #top #wrap_all #main input[type="email"]:-ms-input-placeholder, #top #wrap_all #main input[type="number"]:-ms-input-placeholder, #top #wrap_all #main input[type="url"]:-ms-input-placeholder, #top #wrap_all #main input[type="tel"]:-ms-input-placeholder, #top #wrap_all #main input[type="search"]:-ms-input-placeholder, #top #wrap_all #main textarea:-ms-input-placeholder, #top #wrap_all #main select:-ms-input-placeholder, #top #wrap_all .main_color .input-text:-ms-input-placeholder, #top #wrap_all .main_color input[type='text']:-ms-input-placeholder, #top #wrap_all .main_color input[type='input']:-ms-input-placeholder, #top #wrap_all .main_color input[type='password']:-ms-input-placeholder, #top #wrap_all .main_color input[type='email']:-ms-input-placeholder, #top #wrap_all .main_color input[type='number']:-ms-input-placeholder, #top #wrap_all .main_color input[type='url']:-ms-input-placeholder, #top #wrap_all .main_color input[type='tel']:-ms-input-placeholder, #top #wrap_all .main_color input[type='search']:-ms-input-placeholder, #top #wrap_all .main_color textarea:-ms-input-placeholder, #top #wrap_all .main_color select:-ms-input-placeholder {
    color: #a2a2a2 !important; }
  #top #footer.footer_color .input-text::-ms-input-placeholder, #top #footer.footer_color input[type='text']::-ms-input-placeholder, #top #footer.footer_color input[type='input']::-ms-input-placeholder, #top #footer.footer_color input[type='password']::-ms-input-placeholder, #top #footer.footer_color input[type='email']::-ms-input-placeholder, #top #footer.footer_color input[type='number']::-ms-input-placeholder, #top #footer.footer_color input[type='url']::-ms-input-placeholder, #top #footer.footer_color input[type='tel']::-ms-input-placeholder, #top #footer.footer_color input[type='search']::-ms-input-placeholder, #top #footer.footer_color textarea::-ms-input-placeholder, #top #footer.footer_color select #top #wrap_all #main .input-text::-ms-input-placeholder, #top #wrap_all #main input[type="text"]::-ms-input-placeholder, #top #wrap_all #main input[type="input"]::-ms-input-placeholder, #top #wrap_all #main input[type="password"]::-ms-input-placeholder, #top #wrap_all #main input[type="email"]::-ms-input-placeholder, #top #wrap_all #main input[type="number"]::-ms-input-placeholder, #top #wrap_all #main input[type="url"]::-ms-input-placeholder, #top #wrap_all #main input[type="tel"]::-ms-input-placeholder, #top #wrap_all #main input[type="search"]::-ms-input-placeholder, #top #wrap_all #main textarea::-ms-input-placeholder, #top #wrap_all #main select::-ms-input-placeholder, #top #wrap_all .main_color .input-text::-ms-input-placeholder, #top #wrap_all .main_color input[type='text']::-ms-input-placeholder, #top #wrap_all .main_color input[type='input']::-ms-input-placeholder, #top #wrap_all .main_color input[type='password']::-ms-input-placeholder, #top #wrap_all .main_color input[type='email']::-ms-input-placeholder, #top #wrap_all .main_color input[type='number']::-ms-input-placeholder, #top #wrap_all .main_color input[type='url']::-ms-input-placeholder, #top #wrap_all .main_color input[type='tel']::-ms-input-placeholder, #top #wrap_all .main_color input[type='search']::-ms-input-placeholder, #top #wrap_all .main_color textarea::-ms-input-placeholder, #top #wrap_all .main_color select::-ms-input-placeholder {
    color: #a2a2a2 !important; }
  #top #footer.footer_color .input-text::placeholder,
  #top #footer.footer_color input[type='text']::placeholder,
  #top #footer.footer_color input[type='input']::placeholder,
  #top #footer.footer_color input[type='password']::placeholder,
  #top #footer.footer_color input[type='email']::placeholder,
  #top #footer.footer_color input[type='number']::placeholder,
  #top #footer.footer_color input[type='url']::placeholder,
  #top #footer.footer_color input[type='tel']::placeholder,
  #top #footer.footer_color input[type='search']::placeholder,
  #top #footer.footer_color textarea::placeholder,
  #top #footer.footer_color select #top #wrap_all #main .input-text::placeholder,
  #top #wrap_all #main input[type="text"]::placeholder,
  #top #wrap_all #main input[type="input"]::placeholder,
  #top #wrap_all #main input[type="password"]::placeholder,
  #top #wrap_all #main input[type="email"]::placeholder,
  #top #wrap_all #main input[type="number"]::placeholder,
  #top #wrap_all #main input[type="url"]::placeholder,
  #top #wrap_all #main input[type="tel"]::placeholder,
  #top #wrap_all #main input[type="search"]::placeholder,
  #top #wrap_all #main textarea::placeholder,
  #top #wrap_all #main select::placeholder,
  #top #wrap_all .main_color .input-text::placeholder,
  #top #wrap_all .main_color input[type='text']::placeholder,
  #top #wrap_all .main_color input[type='input']::placeholder,
  #top #wrap_all .main_color input[type='password']::placeholder,
  #top #wrap_all .main_color input[type='email']::placeholder,
  #top #wrap_all .main_color input[type='number']::placeholder,
  #top #wrap_all .main_color input[type='url']::placeholder,
  #top #wrap_all .main_color input[type='tel']::placeholder,
  #top #wrap_all .main_color input[type='search']::placeholder,
  #top #wrap_all .main_color textarea::placeholder,
  #top #wrap_all .main_color select::placeholder {
    color: #a2a2a2 !important; }
  @media (max-width: 1280px) {
    #top #footer.footer_color .input-text h2.text-uppercase,
    #top #footer.footer_color input[type='text'] h2.text-uppercase,
    #top #footer.footer_color input[type='input'] h2.text-uppercase,
    #top #footer.footer_color input[type='password'] h2.text-uppercase,
    #top #footer.footer_color input[type='email'] h2.text-uppercase,
    #top #footer.footer_color input[type='number'] h2.text-uppercase,
    #top #footer.footer_color input[type='url'] h2.text-uppercase,
    #top #footer.footer_color input[type='tel'] h2.text-uppercase,
    #top #footer.footer_color input[type='search'] h2.text-uppercase,
    #top #footer.footer_color textarea h2.text-uppercase,
    #top #footer.footer_color select #top #wrap_all #main .input-text h2.text-uppercase,
    #top #wrap_all #main input[type="text"] h2.text-uppercase,
    #top #wrap_all #main input[type="input"] h2.text-uppercase,
    #top #wrap_all #main input[type="password"] h2.text-uppercase,
    #top #wrap_all #main input[type="email"] h2.text-uppercase,
    #top #wrap_all #main input[type="number"] h2.text-uppercase,
    #top #wrap_all #main input[type="url"] h2.text-uppercase,
    #top #wrap_all #main input[type="tel"] h2.text-uppercase,
    #top #wrap_all #main input[type="search"] h2.text-uppercase,
    #top #wrap_all #main textarea h2.text-uppercase,
    #top #wrap_all #main select h2.text-uppercase,
    #top #wrap_all .main_color .input-text h2.text-uppercase,
    #top #wrap_all .main_color input[type='text'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='input'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='password'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='email'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='number'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='url'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='tel'] h2.text-uppercase,
    #top #wrap_all .main_color input[type='search'] h2.text-uppercase,
    #top #wrap_all .main_color textarea h2.text-uppercase,
    #top #wrap_all .main_color select h2.text-uppercase {
      font-size: 2rem !important;
      margin-top: 1rem; } }

#top #wrap_all .main_color textarea {
  min-height: 200px; }

#top atomix-app #staticPageContainer ui-view select,
#top atomix-app #staticPageContainer ui-view input:not([type="submit"]) {
  border: 1px solid #a2a2a2 !important;
  border-color: #a2a2a2;
  color: #010101;
  background-color: #FFF !important;
  font-family: "Muli", sans-serif !important;
  font-size: 13px !important;
  height: 40px;
  margin: 0 0 15px;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 200;
  letter-spacing: 2px; }
  #top atomix-app #staticPageContainer ui-view select::-webkit-input-placeholder, #top atomix-app #staticPageContainer ui-view input:not([type="submit"])::-webkit-input-placeholder {
    color: #a2a2a2 !important; }
  #top atomix-app #staticPageContainer ui-view select::-moz-placeholder, #top atomix-app #staticPageContainer ui-view input:not([type="submit"])::-moz-placeholder {
    color: #a2a2a2 !important; }
  #top atomix-app #staticPageContainer ui-view select:-ms-input-placeholder, #top atomix-app #staticPageContainer ui-view input:not([type="submit"]):-ms-input-placeholder {
    color: #a2a2a2 !important; }
  #top atomix-app #staticPageContainer ui-view select::-ms-input-placeholder, #top atomix-app #staticPageContainer ui-view input:not([type="submit"])::-ms-input-placeholder {
    color: #a2a2a2 !important; }
  #top atomix-app #staticPageContainer ui-view select::placeholder,
  #top atomix-app #staticPageContainer ui-view input:not([type="submit"])::placeholder {
    color: #a2a2a2 !important; }

@media (max-width: 1280px) {
  #top atomix-app #staticPageContainer ui-view h2.text-uppercase {
    font-size: 2rem !important;
    margin-top: 1rem; } }

.datepicker-sx button {
  margin-bottom: 0 !important;
  width: 100% !important; }

.datepicker-sx .uib-daypicker {
  outline: none; }

.datepicker-sx .entry-content-wrapper div li,
.datepicker-sx .uib-datepicker-popup li {
  margin: 0;
  padding: 0; }

.datepicker-sx th {
  padding: 0; }

.datepicker-sx .btn-group-sm > .btn,
.datepicker-sx .btn-sm {
  padding: 5px 7px; }

.datepicker-sx .uib-button-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .datepicker-sx .uib-button-bar .btn-group.pull-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .25rem .25rem 0; }
  .datepicker-sx .uib-button-bar .btn.uib-close {
    margin: .25rem; }

@media (min-width: 998px) {
  .datepicker-sx .uib-datepicker-popup.dropdown-menu {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    max-width: 300px; } }

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
  margin-top: 1.2rem; }

.gritter-close {
  top: 15px; }

.gritter-timezone-info .glyphicon {
  margin-right: 0.25em; }

.gritter-timezone-info .gritter-item {
  background-color: #f65464 !important; }

.gritter-timezone-info .gritter-close {
  top: 0;
  right: 0; }

.html_main_nav_header.html_logo_left #top .main_menu .menu > li:last-child > a {
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: 2.6px; }
  .html_main_nav_header.html_logo_left #top .main_menu .menu > li:last-child > a span {
    color: rgba(182, 196, 216, 0.5) !important; }

@media (max-width: 1073px) {
  #home-btns-section h6 {
    min-height: 58px !important; } }

@media (max-width: 992px) {
  .hidden-below-993 {
    display: none !important; } }

@media (min-width: 993px) {
  .hidden-above-993 {
    display: none !important; } }

.forgot-error {
  bottom: -25px !important; }
  @media (min-width: 992px) {
    .forgot-error {
      bottom: -10px !important; } }

.atomix-form abbr {
  text-decoration: none !important; }

.atomix-form label {
  font-weight: 300 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 30px;
  margin: 0.85em 0; }

.avia_ajax_form .button,
.avia_ajax_form .form_element .button {
  padding: 10px 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  background-color: #2c2c2c !important;
  border-color: #000 !important;
  border: 1px solid;
  margin: 3px 0;
  text-transform: uppercase;
  border-radius: 0 !important;
  line-height: 1.2em; }

#top #wrap_all #main .first_form.form_element.form_fullwidth.error input.text_input,
#top #wrap_all #main .first_form.form_element.form_fullwidth.error textarea {
  border: 1px solid red !important; }
