/* Minification failed. Returning unminified contents.
(1583,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2252,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2280,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2675,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2688,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2853,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3039,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3051,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3657,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3668,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3681,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3689,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3728,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("/content/js/vendor/intlTelInput/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("/content/js/vendor/intlTelInput/flags@2x.png");
    } }

.iti-flag.np {
  background-color: transparent; }

html {
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #fff;
  	box-sizing: border-box;
	height:100%;
	background-color: #5e8e19;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.button-icon {
    align-self: center;
    padding: 5px;
    border: 1px solid #dddddd;
	background: #e7edec;
    border-radius: 5%;
    margin: 0 15px;
	color:gray;
    cursor: pointer;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0 0 50px;
	/*max-width: 1100px;*/
	/* background-image: url(/content/images/liv/bg.png); */
	background-color: #5e8e19;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height:100%;
}

@media screen and (min-width: 768px) {
	body {
		background-position: 0 0;
	}
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
}

h4,
h5,
h6 {
    font-size: 14px;
    margin: 0 0 20px 0;
}

p {
	margin: 0 0 20px;
}

b,
strong {
    font-weight: bold;
}

img {
	max-width: 100%;
	border: 0;
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 20px 0;
    padding: 0;
}

.head {
    position: relative;
    background: #216408;
    width: 100%;
}

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

@media (min-width: 767px) {
    .head {
		margin-bottom: 10px;
    }
}

.logo {
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	height: 42px;
}

@media (max-width: 1049px) {
    .logo {
        height: 32px;
    }
}

.foot {
	text-align: center;
}

.foot a {
	display: block;
}

@media screen and (min-width: 768px) {
	.foot a {
		display: inline;
		margin: 0 10px;
	}
	
	#ot-sdk-btn.ot-sdk-show-settings.cookie__settings {
		margin: 0 10px;
	}
}

.browser-check-message {
	display: none;
}


.ad-leaderboard .ad-small {
	max-width: 300px;
	margin: 0 auto;
}

.ad-leaderboard .ad-large {
	max-width: 724px;
	margin: 0 auto;
}

.ad-large {
	display: none;
}

.ad-image {
	background-repeat: no-repeat;
	background-position: 50%;
	height: 0;
}

.ad-small .ad-image {
	padding-top: 16.66666666666667%;
}

.ad-large .ad-image {
	padding-top: 12.43093922651934%;
}

@media screen and (min-width: 768px) {
	.ad-small {
		display: none;
	}
	.ad-large {
		display: block;
	}
}

.c1 {
	color: #216408;
}



.foot {
	text-align: center;
	padding-bottom: 5rem;
}
.footer-container {
	display: flex;
    justify-content: space-around;
	color: lightgray;
	flex-direction: column;
    align-items: flex-start;
    padding: 0px 15px;
    text-align: start;
    text-align: justify;
}

.footer-container a {
	color: lightgray;
}

.footer-container a:visited{
	color: lightgray;
}

#ot-sdk-btn.ot-sdk-show-settings.cookie__settings {
    border: none;
    background: transparent;    
	color: #d3d3d3;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
	font-size: 12px;
}

#ot-sdk-btn.ot-sdk-show-settings.cookie__settings:hover {
    background: transparent;
    color: #d3d3d3;
    text-decoration: underline;
}

.foot a {
	display: block;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.foot a {
		display: inline;
		margin: 0 10px;
	}
}
form {
	margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.form-label-checkbox.form-label-checkbox--no-margin {
	margin-bottom:0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
	box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    *height: 13px;
    *width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.form-label {
	display: block;
	margin: 0 0 10px;
	word-wrap: break-word;
}

.form-label-checkbox {
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
}

.form-label-checkbox.isReadonly {
	pointer-events: none;
}

.form-field {
	width: 100%;
	display: block;
	background: #fff;
	color: #000;
	height: 42px;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #bcbcbc;
	font-size: 16px;
}

.form-field[disabled] {
    opacity: .5;
}

.form-field.is-invalid {
	border: 2px solid #216408;
}

.form-field-checkbox-box {
	width: 1.071428571428571em;
	height: 1.071428571428571em;
	font-size: 14px;
	display: inline-block;
	box-sizing: border-box;
	color: #333;
	background: #fff;
	border: 1px solid #bcbcbc;
	vertical-align: top;
	margin: 0 10px 0 0;
	position: relative;
}

.form-field-checkbox {
	position: absolute;
	z-index: -1;
	left: -9999px;
}

.form-field-checkbox.is-invalid + .form-field-checkbox-box {
	border: 2px solid #123E63;
}

.form-field-checkbox:checked + .form-field-checkbox-box:before {
	content: "\2714";
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1;
	text-align: center;
}

.form-field-checkbox[readonly] + .form-field-checkbox-box {
	background: #8A8A88;
	color: #575756;
	cursor: default;
}

.form-actions:before,
.form-actions:after {
    content: " ";
    display: table;
}

.form-actions:after {
    clear: both;
}

.form-actions {
    *zoom: 1;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: white;
}

.form-button-container {
    display: flex;
    flex-flow: row-reverse;
    padding: 15px;
    padding-top: 0;
}

.form-actions-btn {
    display: block;
    flex-shrink: 0;
    margin: 15px 0px 0px 0px;
	margin-left:15px;
}

.form-actions-link {
	display: block;
	text-align: center;
	margin: 15px 0 0;
	flex-grow: 1;
    flex-shrink: 0;
    align-self: center;
}

.form-required {
	color: #f00;
}

.form-error {
	display: none;
	background: red;
	color: #fff;
	padding: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.form-value {
	font-weight: bold;
	margin: 0 0 20px;
	display: block;
}

.spacer {
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
.form-actions {
		text-align: right;
		line-height: unset;
		bottom: 0;
		position: fixed;
		width: 100%;
		padding-top: 20px;
	}

	.form-actions-btn {
		width: auto;
		display: inline-block;
		float: right;
		margin: 0px 0px 0px 20px;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.form-actions-link {
		display: inline-block;
		margin: unset;
		flex-grow: unset;
		flex-shrink: unset;
		margin: 0;
		flex-grow: 0;
		flex-shrink: 0;
		}
}

.form-footer {
	background: #216408;
	z-index: 9;
}
.grid:before,
.grid:after {
    content: " ";
    display: table;
}

.grid:after {
    clear: both;
}

.grid {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}

[class*="grid-"] {
	padding: 10px 15px;
	width: 100%;
	position: relative;
}

@media screen and (min-width: 768px) {
	[class*="grid-"] {
		float: left;
	}

	.grid-1 {
		width: 33.33333%;
	}

	.grid-2 {
		width: 50%;
	}

	.grid-3 {
		width: 66.66667%;
	}

	.grid-4 {
		width: 100%;
	}
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #064460;
}

a:visited {
	color: #064460;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
	text-decoration: underline;
}

.login-link {
	margin-top: 20px;
	display: block;
	text-align: center;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.login-link {
		float: right;
		clear: both;
	}
}

.btn-1,
a.btn-1 {
	color: #fff;
	background-color: #ff4e2d;
	padding: 0 20px;
	font-weight: bold;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 1;
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
}

.btn-1:hover,
.btn-1:active {
	text-decoration: underline;
}

.btn-arrow-right:after {
	// content: " ";
	height: 0;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 10px;
	margin: 0 0 0 15px;
}

.link-back {
	position: relative;
	color:white;
}
.link-back:visited {
	position: relative;
	color:white;
}

.link-back:before {
	content: " ";
	height: 0;
	width: 0;
	display: inline-block;
	vertical-align: middle;
	border: solid transparent;
	border-right-color: white;
	border-width: 10px;
	margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .head-nav {
        padding: 10px 15px 10px 85px;
		background: linear-gradient(#216408 50%, #5e8e19 50%);
        position: relative;
		text-align: end;
    }
}

.nav-container {
    width: 100%;
    position: relative;
    padding: 10px 15px;
}


@media (min-width: 768px) {
    .head-nav {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 190px;
        right: 15px;
        bottom: 0;
        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;
    }
}

@media (min-width: 1050px) {
    .head-nav {
        left: 245px;
    }
}

@media (max-width: 767px) {
    .head-nav-link {
        text-transform: uppercase;
        color: #fff;
        display: none;
    }

    a.head-nav-link {
        color: #fff;
    }

    .head-nav-link.is-selected {
        display: block;
        font-size: 16px;
    }
	
	.nav-container {
		padding: unset;
	}

        .head-nav-link.is-selected:hover {
            text-decoration: none;
        }

    .head-nav-link.is-disabled,
    a.head-nav-link.is-disabled {
        pointer-events: none;
		color: black;
        cursor: default;
    }

    .head-nav-link.is-selected + .head-nav-link {
        display: block;
        margin-top: 5px;
    }

    .head-nav-link.is-selected + a.head-nav-link {
		font-weight: unset;
	}

    .head-nav-link.is-selected + .head-nav-link:before {
        content: attr(data-nav-nexttext) ': ';
        text-transform: none;
    }
}

@media (min-width: 768px) {
    .head-nav-link {
        text-transform: uppercase;
        color: #fff;
        font-size: 11px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 52px;
        padding: 0 8px;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
        flex: 1 1 100px;
        text-align: center;
    }

    a.head-nav-link {
        color: #fff;
    }

    .head-nav-link.is-selected {
        background: #216408;
        margin: 0;
        overflow: visible;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

        .head-nav-link.is-selected:hover {
            text-decoration: none;
        }

    .head-nav-link.is-disabled,
    a.head-nav-link.is-disabled {
        pointer-events: none;
        cursor: default;
    }
    
    .head-nav-link.is-selected:before,
    .head-nav-link.is-selected ~ .head-nav-link.is-disabled:before {
        display: none;
    }
}

@media (min-width: 1050px) {
    .head-nav-link {
        padding: 0 15px;
        line-height: 62px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .head-nav-progress {
        width: 45px;
        height: 45px;
        position: absolute;
        z-index: 0;
        top: 7px;
        left: 25px;
        opacity: 0;
        transition: opacity .3s;
    }

    .head-nav-progress-content {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: 52px;
        height: 52px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background: #216408;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .head-nav-progress-content-current {
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }

    .head-nav-progress-content-total {
        margin-top: 2px;
        font-size: 14px;
        color: #edf3f4;
    }

    .head-nav-progress-ring {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        -webkit-transform: rotate(-90deg) translate(50%, -50%);
        transform: rotate(-90deg) translate(50%, -50%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        overflow: visible;
    }

    .head-nav-progress-ring-bar {
        stroke-dasharray: 175.929 175.929;
        stroke-dashoffset: 175.929;
        -webkit-transition: stroke-dashoffset 0.3s;
        transition: stroke-dashoffset 0.3s;
    }
}

@media (min-width: 768px) {
    .head-nav-progress {
        display: none;
    }
}

.timerContain {
    display: none;    
}

.timer {
    background: rgba(255,255,255,0.9);
    font-weight: bold;
    line-height: 1.4;
    font-size: 16px;
    color: #216408;
    border: 1px solid #216408;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 1020px;
    position: relative;
    z-index: 2;
}

.nav-hidden {
	display:none;
}

.timer.isFixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc((100%) - 30px);
}
.box-1 {
	background: #216408;
	color: #fff;
	padding: 20px;
}

.box-2 {
	background: #216408;
	color: #fff;
	padding: 20px;
}
.order-title {
	margin: 0;
	padding: 0;
}

.order-cat {
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

.order-list-item {
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 15px;
}


.order-attr-item {
	margin-top: 2px;
	width: 50%;
	flex-grow: 1;
}

.order-attr-item:first-child {
	margin-top: 0;
}

.order-list-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.order-content .order-list-item:first-child {
	padding-top: 15px;
}

.order-list-item-label,
.order-list-item-value {
	display: block;
}

.order-list-item-label {
	font-weight: bold;
	margin-bottom: 5px;
}

.order-list-item-value {
	margin-top: 5px;
}

.order-list-item-value:first-child {
	margin-top: 0;
}

.order-list-item-gap {
	margin-top: 15px;
}

.order-list-item-gap:first-child {
	display: none;
}

.order-showings {	
	padding-bottom: 20px;
	font-size: 16px;
}

.order-content .order-showings {
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.order-content .order-showings .order-list-item {
	border-top: none;
	margin-top: 0;
}

.order-attr {
    font-size: 12px;
    display: flex;
	margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.order-attr--confirmation {
	font-size: 12px;
    display: flex;
	margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background: #e7edec;
    border: 1px solid #dddddd;
	padding: 10px;
    border-radius: 1ch;
}

.order-attr-head {
	font-size: inherit;
	margin-bottom: 10px;
}

.order-attr-item {
	margin-top: 2px;
}

.order-attr-item:first-child {
	margin-top: 0;
}

.order-attr-item-image {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	width: 16px;
}

.order-attr-item-copy {
	vertical-align: middle;
	display: inline-block;
}

.order-subtotal:before,
.order-subtotal:after,
.order-total:before,
.order-total:after {
    content: " ";
    display: table;
}

.order-subtotal:after,
.order-total:after {
    clear: both;
}

.order-subtotal {
    *zoom: 1;
}

.order {
    border-radius: 1ch 1ch 0 0;
    background: #216408;
    padding: 10px 10px;
}

.is-hidden > .order {
    border-radius: 1ch;
}

.order-info-container {
    background: #216408;
    border-radius: 0 0 1ch 1ch;
}

.order-top {
    display: flex;
}

.order-image {
    width: 100%;
    max-width: 75px;
	max-height: 110px;
	margin-right: 10px;
}

.order-additional-info {
    display: flex;
    flex-direction: column;
    place-content: space-between;
}

@media screen and (min-width: 768px) {
	.is-hidden > .order {
		border-radius: 0ch;
	}
	.order-info-container {
		background: #216408;
		border-radius: 0;
	}
	.order-top {
		flex-direction: column-reverse;
	}
	
	.order-image {
		max-width: none;
		max-height: 30rem;
		margin-right: 0;
		margin-left: 10px;
	}
	
	.order-additional-info {
		margin-bottom: 10px;
		margin-left: 10px;
	}
}

.order-tickets-amount {
    text-align: end;
}

.order-data {
    display: flex;
    justify-content: space-between;
}

.order-container {
	padding: 0 15px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.order-spacer {
	width: 100%;
}
.order-total {
	*zoom: 1;
	margin: 5px 0 0;
	font-size: 18px;
}

.order-subtotal-label,
.order-total-label {
	float: left;
	width: 50%;
	font-weight: bold;
}

.order-subtotal-value,
.order-total-value {
	float: right;
	text-align: right;
	width: 50%;
}

.order-con {
	margin-top: 20px;
}
.tickets-top:before,
.tickets-top:after {
    content: " ";
    display: table;
}

.tickets-top:after {
    clear: both;
}

.tickets-top {
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    color: #216408;
}
.tickets-list-item-label--consession-item {
	display: flex;
    justify-content: space-between;

}

.voucher-subheader {
	margin:0;
}

.tickets-list-item.tickets-list-item--voucher:first-child {
	padding:0;
}

.consession-item__image {
	height:45px;
	border-radius: 1ch;
}
.tickets-list-item-label-title--consession {
	flex: 1;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.tickets-list-title--consession-subtitle {
    font-size: 14px;
    font-weight: normal;
}

.tickets-list-item-label-price.tickets-list-item-label-price--consession-item {
	margin-top: 0;
	margin:auto;
	position: relative;

}
.tickets-list-item-label-image--consession {
		flex:1;
		place-self: center;
	}

@media screen and (min-width: 950px) {
	
	.consession-item__image {
		height: 100px;
	}
}

.tickets-list-item-quantity--consession {
	width: 100px;
    align-self: center;
}

.tickets-top-left {
	float: left;
	width: 50%;
}

.tickets-top-right {
	float: right;
	width: 50%;
	text-align: right;
}

.tickets-list {
}

.ticket-price {
    white-space: nowrap;
    margin-bottom: 2ch;
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 2ch;
}

.ticket-info {
    grid-area: ticketItems;
    white-space: nowrap;
    font-weight: 100;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: self-start;
    align-self: center;
    margin-top: 20px;
}


.tickets-list-item {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
	position: relative;
	padding: 20px 0 0;
	min-height: 42px;
}

.tickets-list-item.isSoldOut {
	color: white;
    pointer-events: none;
}

.tickets-list-item:first-child {
	border-top: none;
	margin-top: 0;
}

.tickets-foot-label {
	margin: 0 115px 0 0;
}

.tickets-list-item-label-title {
	font-size: 18px;
	font-weight: bold;
	flex: 3;
	margin: auto;
}

.tickets-list-item-label-price {
	font-weight: bold;
	//margin-top: 5px;
	font-size: 18px;
	margin: auto;
}

.tickets-list-item.voucher-list-item {
	padding-top: 20px;
}

@media (min-width: 769px) {
    .tickets-list-item-label-price {
        line-height: 28px;
    }
	
	.ticket-info {
		margin-top: 0px;
	}
}

.tickets-list-item-label-date {
	font-weight: bold;
	margin-top: 15px;
	font-size: 16px;
}

.tickets-list-item-quantity {
	position: relative;
	z-index: 0;
	//top: 12px;
	margin: auto;
	right: 0;
	width: 100px;
}

.tickets-list-item-quantity-field {
	width: 70px;
    min-height: 42px;
	margin: 0 0 0 30px;
}

.tickets-list-item-quantity-info {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	display: block;
	background: none;
	width: 100%;
	border: none;
	color: inherit;
}

@media (min-width: 769px) {
    .tickets-list-item-quantity-info {
        line-height: 42px;
        height: 42px;
    }
}


.tickets-list-item-quantity-info .form-field-checkbox-box {
	margin: 0;
	font-size: 20px;
}

.tickets-list-item-soldouttext {
    color: #ff4e2d;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    display: block;
    width: 100%;
}

@media (min-width: 769px) {
	.tickets-list-item-soldouttext {
		line-height: 42px;
	}
}

.tickets-foot {
	position: relative;
	border-top: 1px solid #dddddd;
	padding: 40px 0;
	margin-top: 20px;
}

.tickets-foot-row {
	position: relative;
	font-size: 16px;
}

.tickets-foot-label {
	text-align: right;
	text-transform: uppercase;
}

.tickets-foot-field {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	width: 70px;
	text-align: right;
	font-weight: bold;
}

.tickets-voucher {
    position: relative;
}

.tickets-voucher-input {
	width: 100%;
	margin: 0 0 20px;
}

.tickets-voucher-button {
	width: 100%;
}

.tickets-voucher-list-item:before,
.tickets-voucher-list-item:after {
    content: " ";
    display: table;
}

.tickets-voucher-list-item:after {
    clear: both;
}

.tickets-voucher-list-item {
    *zoom: 1;
	display: block;
	margin: 20px 0 0;
}

.tickets-voucher-list {
	margin-top: 10px;
	border-radius: 1ch;
}

.tickets-voucher-list-item-label {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

.tickets-voucher-list-item-value {
	display: block;
	font-size: 16px;
	vertical-align: middle;
}

.tickets-voucher-remove,
.tickets-voucher-list-item-remove {
	background: none;
	border: none;
	font-weight: bold;
	color: #f00;
	padding: 0;
}

.tickets-voucher-remove {
	margin: 5px 0 0 0;
	text-align: right;
	width: 100%;
}

.tickets-voucher-list-item-remove {
	float: right;
}

.tickets-voucher-remove:hover,
.tickets-voucher-remove:active,
.tickets-voucher-list-item-remove:hover,
.tickets-voucher-list-item-remove:active {
	text-decoration: underline;
}

.tickets-voucher-item .tickets-list-item:not([style="display: none;"]) {
	border-top: none;
	margin-top: 0;
}

.tickets-voucher-item .tickets-list-item:not([style="display: none;"]) ~ .tickets-list-item:not([style="display: none;"]) {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
} 

.tickets-voucher-error {
	margin-top: 0;
}


.tickets-voucher-item {
    margin-bottom: 10px;
	background: #e8eded;
    padding: 20px;
    border-radius: 2ch;
}

.tickets-voucher-item:last-child {
    margin-bottom: 0px;
}
.tickets-voucher-item:first-child {
    margin-top: 10px;
}

.tickets-voucher-item-foot {
    padding: 20px 0 0;
    text-align: right;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

.tickets-voucher-item-cancel {
    color: #216408;
    margin: 0 20px 0 0;
    padding: 0;
    background: none;
    border: none;
    font-weight: bold;
    display: inline-block;
}

.tickets-voucher-item-cancel:before {
    content: " ";
    height: 0;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    border: solid transparent;
    border-right-color: #216408;
    border-width: 10px;
    margin: 0 10px 0 0;
}

.tickets-voucher-item-cancel:hover,
.tickets-voucher-item-cancel:active {
    text-decoration: underline;
}

.tickets-voucher-item-confirm {
    color: #fff;
    background: #216408;
    padding: 0 20px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    line-height: 1;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
}

.tickets-voucher-item-confirm:hover,
.tickets-voucher-item-confirm:active {
    text-decoration: underline;
}

.tickets-voucher-input {
	width: 100%;
	margin: 0 0 0;
	grid-area: input;
}

.tickets-voucher-wrapper-fixed {
    grid-area: actions;
}

.tickets-voucher-button {
	width: 100%;
}

.tickets-voucher-item-edit {
	border: none;
	background: none;
	color: #216408;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.tickets-voucher-item-edit:before {
	content: "";
	width: 15px;
	height: 15px;
	vertical-align: baseline;
	display: inline-block;
	background: url("/content/images/liv/icon-edit.png") no-repeat 0 0;
	margin-right: 5px;
}

.tickets-voucher-item-edit:hover {
	text-decoration: underline;
}

.increment {
	text-align: right;
}

[data-increment="1"] .increment-down,
[data-increment="1"] .increment-up {
	display: none;
}

.increment-down,
.increment-up {
	color: #63cffa;
	background: none;
	border: none;
	padding: 0;
	display: inline-block;
	font-size: 24px;
	width: 24px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid transparent;
	vertical-align: middle;
	border-radius: 5px;
}

.increment-down:hover,
.increment-down:active,
.increment-up:hover,
.increment-up:active {
	border-color: #63cffa;
}

.increment-down.is-disabled,
.increment-up.is-disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}

.increment-input {
	display: inline-block;
	width: 40px;
	text-align: right;
	margin: 0 0 10px;
}

[data-increment="1"] .increment-input {
	padding: 0;
	background: none;
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	height: auto;
}

.voucher-load {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #222;
	background: rgba(0,0,0,.6);
}

.voucher-load.is-active {
	display: block;
}

@-webkit-keyframes load-spinner-rotate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes load-spinner-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes load-spinner-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.voucher-load-spinner {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	margin-top: -.25em;
	margin-left: -.25em;	
	opacity: .8;
	display: block;
	border-radius: 50%;

	font-size: 60px;
	width: .25em;
	height: .25em;

	box-shadow:
	0 -.4em       0 0 rgba(255,255,255,1),
	-.28em -.28em 0 0 rgba(255,255,255,.75),
	-.4em 0       0 0 rgba(255,255,255,.50),
	-.28em .28em  0 0 rgba(255,255,255,.25)
	;

	-webkit-animation: .85s load-spinner-rotate steps(8) infinite;
	-moz-animation: .85s load-spinner-rotate steps(8) infinite;
	animation: .85s load-spinner-rotate steps(8) infinite;
}

.tickets-list-item-label-desc {
	font-size: initial;
	font-weight: 100;
}

@media screen and (min-width: 769px) {	
	.tickets-list-item-label {
		//padding-right: 130px;
		position: relative;
	}

	.tickets-list-item-label-title {
		font-size: 24px;
	}
	.tickets-list-item-label-price {
		position: relative;
		z-index: 0;
		top: 0;
		right: 0;
		text-align: right;
		//margin-top: 0;
		width: 100px;
	}


	.tickets-list-item-label-date {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		text-align: left;
		margin-top: 0;
		width: 100px;
	}

	.tickets-voucher-input {
		margin: 0;
	}

	.tickets-voucher-button {
		width: auto;
	}

	.tickets-voucher .link-info-wrapper {
		display: inline-block;
	}

	.tickets-voucher-list-item-value {
		display: inline-block;
	}

	.tickets-voucher-wrapper {
		display: table;
		width: 100%;
	}

	.tickets-list-item .tickets-voucher-wrapper {
		max-width: 510px;
	}

	.tickets-voucher-wrapper-expand {
		display: table-cell;
		width: 100%;
		vertical-align: top;
	}
	
	.tickets-voucher-wrapper-fixed {
		display: table-cell;
		width: 1px;
		white-space: nowrap;
		padding-left: 10px;
		vertical-align: top;
	}

}

.input-container {
	position: relative;
}

.bar-scanner-button {
    width: 30px;
    position: absolute;
	margin-bottom: 10px;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
					
.scanner {
    display: none;
    grid-template-areas:
        'close'
        'reader';
}

.scanner--shown {
    display: grid;
}		
.scanner-button {
    grid-area: close;
    width: max-content;
    justify-self: flex-end;
}

@media (min-width: 769px) {
	.tickets-list-item-soldouttext {
		line-height: 42px;
	}
	
	.tickets-foot {
	border-top: 1px solid #dddddd;
	padding: 20px 0;
	margin-top: 20px;
	}
}

.tickets-voucher-wrapper {
    display: grid;
    grid-template-areas: 'input . actions';
	grid-template-columns: auto 8px max-content;
}

.button-icon--qr-scanner {
    margin: 0;
    width: 42px;
}


.video-overlay {
    position: relative;
}

#reader {
    margin: 15px 0;
    grid-area: reader;
}

.scanner-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas:
        'top top top'
        'left . right'
        'bottom bottom bottom';
    grid-template-columns: auto 50.5% auto;
    grid-template-rows: auto 50% auto;
    border-color: white;
    padding: 15px 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
}

.top {
  grid-area: top;
  border-color: inherit;
  
}

.left {
  grid-area: left;
  border-right: 5px solid;
  border-color: inherit;
}

.right {
  grid-area: right;
  
  border-left: 5px solid;
  border-color: inherit;
}

.bottom {
  grid-area: bottom;
  border-color: inherit;
}

@media screen and (min-width: 950px) {
	.tickets-list-item-label {
		//padding-right: 170px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.tickets-foot-label {
		margin: 0 160px 0 0;
	}
}


.bottom-scanner {
  border-top: 5px solid;
  border-color: inherit;
  width: 52%;
  position: relative;
  left: 24%;
  right: 24%;
}

.tickets-voucher {
	border-radius: 1ch;
	margin-top: 10px;
}

.top-scanner {
  border-bottom: 5px solid;
  border-color: inherit;
  height:100%;
  width: 52%;
  position: relative;
  left: 24%;
  right: 24%;
}
.is-disabled {
    opacity: .5;
    pointer-events: none;
}



	.tickets-list-item-price--consession {
		display: flex;
		flex: 2;
	}
	
	.tickets-list-item-price-consession-container {
		display: flex;
	}

.tickets-list-item-label--consession {
	flex-direction: row;
	display: flex;
	width: 100%;
}

.tickets-list-item-label-image--consession {
		flex:1.7;
		place-self: center;
	}
	
	
	
	.tickets-list-item-label-desc {
		font-size: initial;
		font-weight: 100;
	}
	
	
.price-title-container {
	display: flex;
	flex-direction: row;
	width:100%;
}
@media (max-width: 769px) {
	.tickets-list-item-label--consession-item {
		flex-direction: column;
		min-height:10rem;
	}
	
	.price-title-container {
		flex-direction: column;
	}
	.tickets-list-item-label {
		display: flex;
		margin: 0;
	}
	
	.tickets-list-item-label--consession-item {
		flex-direction: column;
	}
	.tickets-list-item-label-image--consession {
		flex:2;
		margin-left: 15px;
	}
	.tickets-list-item-label-title--consession {
		flex: 2;
		align-self:center;
	}
	.tickets-list-item-label-title,
	.tickets-list-item-label-price {
		margin-left:0;
		margin-top:5px;
	}
	.tickets-list-item-label-price {
		margin-top:5px;
	}
	
	.tickets-list-item-label--consession {
		min-height: 6rem;
		flex-direction: row-reverse;
		padding-bottom: 15px;
	}
	.consession-item__image {
		height: auto;
	}
	
	.tickets-list-item-label-desc {
		font-size: initial;
		font-weight: 100;
		overflow-wrap: anywhere;
	}
	
	.tickets-list-item-label-price.tickets-list-item-label-price--consession-item {
		margin-right: 0;
	}
}

.seats {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.seats.is-drag {
	overflow: hidden;
}

.seats-info {
    display: flex;
    justify-content: space-evenly;
}

@media screen and (min-width: 768px) {
	.seats {
		padding: 0 0 65%;
	}
}

.seating-container {
	padding: 0 15px;
}

.seats-screen {
    text-align: center;
    text-transform: uppercase;
    color: black;
    position: relative;
    /*top: 15px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    clear: both;
    /*background: #2b2b2b;*/
	border: solid 5px #2b2b2b;
	border-color: transparent transparent #2b2b2b transparent;
	border-radius: 80%/0 0 80px 80px;
	height: 30px;
    font-family: 'Montserrat', sans-serif;
}

.seats-screen:before {
    //content: "";
    width: 0;
    height: 0;
    border-top: 34px solid #fff;
    border-right: 34px solid transparent;
    position: absolute;
    z-index: 0;
    top: -1px;
    left: -1px;
}

.seats-screen:after {
    //content: "";
    width: 0;
    height: 0;
    border-top: 34px solid #fff;
    border-left: 34px solid transparent;
    position: absolute;
    z-index: 0;
    top: -1px;
    right: -1px;
}

.seats-container:before,
.seats-container:after {
    content: " ";
    display: table;
}

.seats-container:after {
    clear: both;
}

.seats-container {
    margin: 0;
    width: 100%;
    height: 432px;
    padding: 20px 84px 68px 20px;
    position: absolute;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: content-box;
}

.seats-labels,
.seats-theatre {
	float: left;
	position: relative;
	height: 100%;
}

.seats-labels {
	width: 27px;
}

.seats-label {
	position: absolute;
	z-index: 0;
}

.seats-label td {
    height: 27px;
    width: 27px;
    color: #000;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
}

.seats-labels ~ .seats-labels td {
    text-align: right;
}

.seats-area {
	position: absolute;
	z-index: 0;
	/*table-layout: fixed;*/
}

.seats-spacer {
	width: 27px;
	height: 27px;
}

[class*="seats-seat-"] {
	position: relative;
}

.seat-input {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

.seat-icon:hover {
	transform: scale(1.4);
}

.seat-icon {
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	cursor: pointer;
	display: block;
}

[class*="seats-seat-"][class*="sofa_left"] .seat-icon {
	background-position: 0 50%;
	float: left;
}

/*[class*="seats-seat-"][class*="sofa_middle"] .seat-icon {
	background-size: 27px 25px;
}*/

[class*="seats-seat-"][class*="sofa_right"] .seat-icon {
	background-position: 100% 50%;
	float: right;
}

.seating-title {
	text-align: center;
	margin: 0;
    margin-top: 10px;
}

.seat-key {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background: #5e8e19;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.seat-key li {
    display: block;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
}

@media screen and (min-width: 768px) {
	.seat-key li {
		display: inline-block;
		vertical-align: top;
	}
}

.seat-key-image {
    height: 20px;
    vertical-align: top;
}

.seat-key-copy {
    display: block;
    margin-top: -6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

.seats-zoom {
	position: absolute;
	z-index: 0;
	top: 20px;
	right: 0;
	display: none;
	padding: 0 20px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.h-db {
    display: block;
    top: 35%;
}

.seats-zoom-in,
.seats-zoom-out {
	width: 44px;
	height: 44px;
	line-height: 50px;
	text-indent: -99999px;
	display: block;
	color: #fff;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}

.seats-zoom-in {
	background-image: url(/content/images/liv/zoom-in.svg);
}

.seats-zoom-out {
	background-image: url(/content/images/liv/zoom-out.svg);
	margin-top: 5px;
}

.seats-zoom-in.is-disabled,
.seats-zoom-out.is-disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}

.seats-move {
	color: #888;
	font-weight: bold;
    align-self: center;
	margin: 0;
}

.seats-move-icon {
	position: relative;
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin: -6px 10px 0 0;
}

.seats-move-icon:before,
.seats-move-icon:after {
	position: absolute;
	z-index: 0;
	top: 0;
}

.seating-container {
	background: #5e8e19; 
}

.seats-move-icon:before {
	content: "\2194";
	left: 0;
}

.seats-move-icon:after {
	content: "\2195";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page-payment .form-row {
	margin: 10px 0;
}

.page-payment select.form-field {
	width: auto;
}

.method:before,
.method:after {
    content: " ";
    display: table;
}

.method:after {
    clear: both;
}

.page-payment {
	background: #5e8e19;
}

.method {
    *zoom: 1;
	max-width: 290px;
}

.method-list {
	margin: 0 -10px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.method {
		max-width: 440px;
	}
}

@media screen and (min-width: 950px) {
	.method {
		max-width: 590px;
	}
}	

.method-list-item {
	position: relative;
	float: left;
	padding: 0 0 10px 10px;
	cursor: pointer;
}

.method-list-item-input {
	position: absolute;
	left: -99999px;
}

.method-list-item-copy {	
	display: block;
	background: #fff;
	color: #000;
	/*padding: 95px 5px 20px;*/
    padding: 95px 5px 0;
	border: 5px solid #fff;
	text-align: center;
	width: 140px;
	/*height: 140px;*/
    height: 0;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

.method-list-item-copy img {
	position: absolute;
	z-index: 0;
	top: 40%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.method-list-item-input:checked + .method-list-item-copy {
	border: 5px solid #f00;
}

.method-btn {
	border: none;
	background: none;
	clear: both;
	float: right;
	display: none;
	color: #63cffa;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0;
}

.changedetails-link {
	display: block;
	margin: 20px 0 5px;
}

.changedetails-copy {
	margin: 0 0 20px;
}

.intl-tel-input {
    width: 100%;
}

.chckt-more-pm-button--shown {
    display: block;
	grid-area: expand;
}

/* adyen */
.chckt-input-field {
    border: 1px solid #bcbcbc;
    border-radius: 0;
    height: 42px;
    padding: 10px;
}

.chckt-input-field--error {
    border: 2px solid #216408;
}

.chckt-form-label__error-text {
    font-weight: bold;
    color: #216408;
}

.chckt-button {
    color: #fff;
    background-color: #ff4e2d;
    padding: 0 20px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: 1;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
	grid-area: continue;
}

    .chckt-button:hover {
        text-decoration: underline;
        color: #fff;
        background-color: #ff4e2d;
    }

    /*.chckt-button:after {
        content: " ";
        height: 0;
        width: 0;
        display: inline-block;
        vertical-align: middle;
        border: solid transparent;
        border-left-color: #fff;
        border-width: 10px;
        margin: 0 0 0 15px;
    }*/

@media (min-width:768px) {
    .chckt-button {
        width: auto;
        float: right;
    }
}

.chckt-button[disabled],
.chckt-button--disabled {
    opacity: .5;
}

.chckt-button-container:before,
.chckt-button-container:after {
    content: '';
    display: table;
}

.chckt-button-container:after {
    clear: both;
}

.chckt-form-label,
.chckt-form-label__text {
    font-family: inherit;
    font-size: inherit;
}

.chckt-form-label__text {
    padding-bottom: 10px;
}

.chckt-form-label--exp-date {
    width: 48%;
}

    .chckt-form-label--exp-date .chckt-input-field {
        max-width: 80px;
    }

.chckt-form-label--cvc {
    width: 48%;
}

.chckt-pm__pending-message.chckt-pm__error-message {
    background-color: #216408;
}

.chckt-button-container .custom-payment-backlink {
    float: right;
    margin: 20px;
    line-height: 42px;
    grid-area: return;
    color: white;
    text-align: left;
}

.custom-payment-backlink:before {
    border-right-color: white;
}

.chckt-button--submit {
    margin-top: 0;
    margin-left: 25px;
}

#inner-grid {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
    .chckt-button-container .custom-payment-backlink {
        width: 100%;
        margin-right: 0;
        line-height: inherit;
    }
	
	.chckt-button--submit {
		margin-top: 15px;
		margin-left: 25px;
		width: max-content;
		padding: 0 20px;
	}
}
#custom-payment {
    min-height: 72px;
}

.chckt-button-container {
    width: 100%;
}
.googlepay-container {
    box-sizing: border-box;
    float: left;
    padding: 20px 20px 20px 48px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    margin-bottom: 10px;
}

.confirm-item {
	margin-top: 20px;
}

.confirm-item:first-child {
	margin-top: 0;
}

.confirm-item-label {
	display: block;
	margin-bottom: 5px;
}

.confirm-item-value {
	display: block;
	margin-top: 5px;
}

.apple-wallet {
	cursor: pointer;
}

.confirm-table td:last-child {
    text-align: end;
}
.confirm-table th:last-child {
    text-align: end;
}

.confirm-item-value:first-child {
	margin-top: 0;
}

.confirmation-actions {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
    margin-bottom: 10px;
    place-content: center;
    align-items: center;
}

.confirm-item-qrcode {
	padding:5px;
	background:white;
	width: 150px;
}

.confirm-title {
	margin: 0;
}

.confirm-cat {
	margin-top: 5px;
	display: block;
}

.confirm-item-button {
	min-width: 215px;
	width: 100%;
	margin-top: 10px;
}

.confirm-item-button:first-child {
	margin-top: 0;
}

.confirm-table {
	width: 100%;
	margin: 0 0 20px;
}

.confirm-table-head {
	margin: 0;
	padding: 15px;
	line-height: 1;
}

.confirm-table thead {
	// display: none;
}

.confirm-table th {
	padding: 5px;
	text-align: start;
}

.confirm-table,
.confirm-table tbody,
.confirm-table tfoot {
	// display: block;
}

.confirm-table tbody tr {
    padding: 15px;
    border-top: 1px solid #dddddd;
}

.confirm-table tbody tr:nth-child(odd) {
    background: #e7edec;
}

.confirm-table td {
	// display: block;
	margin-top: 10px;
	padding: 5px;
	font-size: 13px;
    text-align: start;
}

.confirm-table td.confirm-table-spacer {
	// display: none;
}

.confirm-table td.confirm-table-spacer + td {
	padding: 5px;
}

.confirm-table td[data-th]:before {
	content: attr(data-th)":";
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.confirm-table td[data-th=""]:before {
    display: none;
}


.confirm-table-total:after {
    content: " ";
    display: table;
}

.confirm-table-total:after {
    clear: both;
}

.confirm-table-total {
    *zoom: 1;
	font-size: 16px;
}

.confirm-table tbody tr.confirm-table-total {
	padding: 0;
}

td.confirm-table-total-label,
td.confirm-table-total-value {
    // float: left;
    width: 20%;
    margin-top: 0;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
}

.confirm-table-total-label {
	font-weight: bold;
}

.confirmation-item {
   display: flex;
   flex-flow: wrap;
   
    border-radius: 1ch;
}

.confirmation-item td {
	width: 50%;
}
.confirmation-item td.row-data {
		width: 15%;
	}

@media screen and (min-width: 768px) {
	.confirm-item-button {
		width: auto;
	}

	.confirm-table {
		display: table;
	}

	.confirm-table-head {
		display: none;
	}
	
	.confirm-table thead {
		display: table-header-group;
	}

	.confirm-table tbody {
		display: table-row-group;
	}

	.confirm-table tfoot {
		display: table-footer-group;
	}

	.confirm-table tr {
		display: table-row;
	}

    .confirm-table th {
        text-align: left;
        padding: 15px;
        color: #216408;
        font-weight: normal;
    }

    .confirm-table td {
        display: table-cell;
        padding: 15px;
		font-size: 16px;

        line-height: 1;
    }

	.confirm-table td.confirm-table-spacer + td {
		padding: 15px;
	}
	
    .confirm-table th:last-child,
    .confirm-table td:last-child {
        text-align: right;
    }

	.confirm-table td.confirm-table-spacer {
		display: table-cell;
	}
	
	.confirm-table td[data-th]:before {
		display: none;
	}

	.confirm-table-total:before,
	.confirm-table-total:after {
		display: none;
	}

	.confirm-table tbody tr.confirm-table-total {
		background: none;
	}

    td.confirm-table-total-label,
    td.confirm-table-total-value {
        float: none;
        width: 100px;
    }
	.confirmation-item td {
		width: unset;
		border-radius: unset;
	}
	
	.confirmation-info {
    text-align: center;
    display: flex;
    place-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
	}
    
}

.confirmation-order div {
    background: white;
    color: black;
	border-radius: 1ch;
}

.confirmation-order div.showhide-trigger-icon-arrow {
    border-bottom-color: black;
}

.confirmation-order div.order-list-item {
	border-top: 1px solid black;
	border-radius: 0;
}

.confirmation-order div.order {
	border-radius: 1ch;
}

.confirmation-order {
    border: 1px solid black;
	border-radius: 1ch;
}

.confirmation-info {
    text-align: center;
}
.popup {
	background: rgba(0,0,0,.5);
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup-content {
	background: #216408;
	color: #fff;
	max-width: 95%;
	width: 500px;
	padding: 20px;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.popup-link {
	display: block;
	margin-top: 20px;
	width: 100%;
}

.popup-button {
	display: block;
	margin-top: 10px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.popup-link,
	.popup-button {
		width: auto;
		display: inline-block;
		float: left;
		clear: left;
	}
}

.popup-row .popup-button {
  margin-top: 20px;
}

.popup-row-label {
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .popup-row {
    display: table;
    width: 80%;
    margin: 20px auto 0;
  }
  
  .popup-row-field,
  .popup-row-label {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

  .popup-row .popup-button,
  .popup-row-label {
    margin: 0;
    width: 100%;
  }
}
.tooltip {
    background: #e6e6e6;
    color: #2e2e2a;
    padding: 30px 20px 40px;
    position: absolute;
    z-index: 100;
    text-align: left;
    /*box-shadow: 0 0 20px rgba(0,0,0,.1);*/
	font-size: 12px;
	max-width: 95%;
	width: 230px;
	box-sizing: border-box;
}

.tooltip:after
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
 
.tooltip.is-top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #e6e6e6;
    top: -20px;
    bottom: auto;
}
 
.tooltip.is-left:after
{
    left: 15px;
    margin: 0;
}
 
.tooltip.is-right:after
{
    right: 15px;
    left: auto;
    margin: 0;
}

.tooltip-close {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: none;
	border: none;
	margin: 0;
	padding: 10px;
	color: #979797;
}

.tooltip-link {
	position: absolute;
	z-index: 0;
	bottom: 15px;
	right: 20px;
}

.link-info-wrapper {
	position: relative;
	padding-right: 42px;
}

.link-info-wrapper h1,
.link-info-wrapper h2,
.link-info-wrapper h3 {
	display: inline-block;
}

.link-info {
	background: #1A63A1;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: none;
	border-radius: 100%;
	text-align: center;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
	position: absolute;
	z-index: 0;
}

.form-field + .link-info,
[class*="btn-"] + .link-info {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-field + .link-info {
	right: 0;
}

.link-info.is-active {
	background: #fff;
	color: #979797;
}
.showhide-trigger {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.showhide-trigger-icon {
	position: absolute;
	z-index: 0;
	top: 3px;
	right: 0;
}

.showhide-trigger-icon-arrow {
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 8px;
	margin: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform-origin: 50% 75%;
	-moz-transform-origin: 50% 75%;
	-ms-transform-origin: 50% 75%;
	-o-transform-origin: 50% 75%;
	transform-origin: 50% 75%;
}

.is-hidden .showhide-trigger-icon-arrow {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.showhide-target {
	/*max-height added through js*/
	overflow: hidden;
}

.is-hidden .showhide-target {
	max-height: 0;
}

.showhide-target [class*="box-"]:first-child {
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	.showhide-trigger {
		cursor: default;
	}
	
	.showhide-trigger-icon,
	.is-hidden .showhide-trigger-icon {
		display: none;
	}

	.showhide-target,
	.is-hidden .showhide-target {
		max-height: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}
@media print {
	html {
		background: #fff;
		color: #000;
	}

	body {
		background: none;
	}

	.print-hide {
		display: none;
	}

	.head {
		min-height: 0;
	}
	
	.logo {
		float: right;
	}

	.confirm-item-qrcode {
		width: 210px;
	}
	
	.form-footer {
		display: none;
	}
	.confirmation-order div {
		margin-left: 2px;
	}
	.confirmation-info {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.confirm-table {
		display: table;
        color: #000;
	}

	.confirm-table-head {
		display: none;
	}
	
	.confirm-table thead {
		display: table-header-group;
		border: 1px solid #000;
	}

	.confirm-table tbody {
		display: table-row-group;
	}

	.confirm-table tfoot {
		display: table-footer-group;
	}

	.confirm-table tr {
		display: table-row;
	}

	.confirm-table tbody tr {
		border: none;
	}

	.confirm-table tbody tr:nth-child(odd),
	.confirm-table tbody tr:nth-child(even) {
		background: none;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}

	.confirm-table th {
		text-align: left;
		padding: 20px;
	}

	.confirm-table td {
		display: table-cell;
		padding: 20px;
		line-height: 1;
	}

	.confirm-table td.confirm-table-spacer {
		display: table-cell;
	}
	
	.confirm-table td[data-th]:before {
		display: none;
	}

	.confirm-table-total:before,
	.confirm-table-total:after {
		display: none;
	}

	.confirm-table tbody tr.confirm-table-total {
		background: none;
		border-left: none;
		border-right: none;
		border-top: 1px solid #000;
	}

	td.confirm-table-total-label,
	td.confirm-table-total-value {
		float: none;
		width: auto;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}

	td.confirm-table-total-label {
		border-left: 1px solid #000;
	}

	.box-1,
	.box-2 {
		background: none;
		color: inherit;
		padding: 10px 0;
	}

	.form-field,
	.form-field-checkbox-box {
		border-color: #000;
	}

	.btn-1,
	a.btn-1 {
		background: none;
		color: #f00;
		border: 1px solid #f00;
	}

	.showhide-target,
	.is-hidden .showhide-target {
		max-height: none;
		overflow: visible;
	}

	.popup {
		background: none;
		position: static;
	}

	.popup-content {
		background: none;
		color: #000;
		border: 1px solid #000;
		position: static;
		margin: 0 auto;
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
}
.h-clearfix:before,
.h-clearfix:after {
    content: " ";
    display: table;
}

.h-clearfix:after {
    clear: both;
}

.h-clearfix {
    *zoom: 1;
}

.h-relative {
	position: relative;
}

.h-db {
	display: block;
}

.h-dn {
	display: none !important;
}
