/* stylelint-disable */
/* stylelint-disable */
/*
  FontFaces

  Styleguide 1.7
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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




    .choices__list--dropdown .choices__list div:nth-of-type(1) {

      padding: 15px 15px 15px 60px;
      background-position: left 10px center;
      background-repeat: no-repeat;
      text-align: left;
      /* background-image: url(images/console3d-win.png); */
      background-size: 20px;
      background-position: 17.5px;
      }

      .choices__list--dropdown .choices__list div:nth-of-type(2) {

        padding: 15px 15px 15px 60px;
        background-position: left 10px center;
        background-repeat: no-repeat;
        text-align: left;
        /* background-image: url(images/console3d-ps.png); */
        background-size: 22.5px;
        background-position: 17.5px;
        }
 
          .choices__list--dropdown .choices__list div:nth-of-type(3) {

            padding: 15px 15px 15px 60px;
            background-position: left 10px center;
            background-repeat: no-repeat;
            text-align: left;
            /* background-image: url(images/console3d-ns.png); */
            background-size: 32.5px;
            background-position: 12.5px;
            }
            .choices__list--dropdown .choices__list div:nth-of-type(4) {

              padding: 15px 15px 15px 60px;
              background-position: left 10px center;
              background-repeat: no-repeat;
              text-align: left;
              /* background-image: url(images/console3d-xb.png); */
              background-size: 32.5px;
              background-position: 13.5px;
              }



.particles {

  color: blue !important;
}



body {
  margin: 6em 0em 0;
  background: #000000;
  color: aliceblue;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 1.7;
  
 }

#particle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }


  #___plusone_0 {

  vertical-align: bottom !important;

  }

    .fb-share-button {
        margin-left: 64px;
    }

  iframe#twitter-widget-0 {
      vertical-align: bottom;
  }

    span.share {
      display: inline-block;
      line-height: 2;
      color: #f7b23a;
      text-transform: uppercase;
    font-family: Ubuntu,Helvetica,Arial;
    font-size: 12px;
    text-shadow: 1px 1px 2px #000;
    margin: 0 0 10px;
      text-align: center;
}

header > h1 > img {

  vertical-align: middle;
}
.mytext {

  font-weight: bold;
  color: #faee0e;

}

  .read-more-state {
    display: none;
  }

  .read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
  }

  .read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
  }

  .read-more-state ~ .read-more-trigger:before {
    content: 'Read More';
  }

  .read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show Less';
  }

  .read-more-trigger {

    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    line-height: 2;
    color: #FF3760;
  }




  a:link {
      color: #faee0e;
      text-decoration: none;
  }

  /* visited link */
  a:visited {
      color: #faee0e;
      text-decoration: none;
  }

  /* mouse over link */
  a:hover {
      color: #ffe39f;
      text-decoration: none;
  }

  /* selected link */
  a:active {
      color: #eaa456;
      text-decoration: none;
  }



  .activity-flag-img {
    width: 30px;
    height: 20px;
    vertical-align: top;
  }

  .item {

    height: 20px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: top;
  }
  .activity-username {


    font-weight: bold;
  }
  .activity-platform {

    color: #fff;
    font-weight: bold;
  }
  .activity-generated-amount {


    /*color: sandybrown;*/
    color: gold;
    font-weight: bold;
  }

  .activity-generated-amount1 {


    /*color: sandybrown;*/
    color: silver;
    font-weight: bold;
  }



    .alert-info_blue {


      background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
      background-repeat: repeat-x;
      border-color: #9acfea;
      background-color: #d9edf7;
      color: #31708f;
      position: relative;
      margin: 0 auto 20px;
      max-width: 420px;
      padding: 15px;
      border: 1px solid #82b6d6;;
      border-radius: 4px;
      font-size: 14px;
    }

    .alert-info_red {
        background-image: linear-gradient(to bottom, #e21616 0, #ff4d4d 100%);
        background-repeat: repeat-x;
        border-color: #e20000;
        background-color: #e21616;
        color: #5d0d0d;
        position: relative;
        margin: 0 auto 20px;
        max-width: 420px;
        padding: 15px;
        border: 1px solid #920101;
        border-radius: 4px;
        font-size: 14px;
    }


    .alert-info_orange {
        background-image: linear-gradient(to bottom, #e2c016 0, #ffd84d 100%);
        background-repeat: repeat-x;
        border-color: #e2c300;
        background-color: #e2c016;
        color: #5d500d;
        position: relative;
        margin: 0 auto 20px;
        max-width: 420px;
        padding: 15px;
        border: 1px solid #927b01;
        border-radius: 4px;
        font-size: 14px;
    }

    .update_text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    font-weight: bold;
    }

    .alert-info_white {
      display: block;
      padding: 9.5px;
      margin: 0 0 10px;
      font-size: 14px;
      line-height: 1.42857143;
      word-break: break-all;
      word-wrap: break-word;
      color: #333;
      background-color: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 4px;
      position: relative;
      margin: 0 auto 20px;
      max-width: 420px;
      z-index: 1;
    /*  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; */
    }




span.label {
  font-size: 70%;
  display: inline-block;
  margin: 0 0 0.4em; }


.success {
  background: rgba(39, 179, 59, 0.85);
  border-color: transparent; }

.input-group {
  position: relative;
  margin: 0 0 1em; }
  .input-group > .icon {
    position: absolute;
    right: 4%;
    top: 13px;
    display: none; }
  .input-group > .spinner {
    display: none; }
    .input-group > .spinner:before {
      right: 4%; }

input {
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-family: Arial;
  border-radius: 3px;
  border: 1px solid #000000;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  line-height: 44px;
  padding: 0 10px;
  color: floralwhite;
  letter-spacing: 0.5px; }
  input.error {
    border-color: tomato; }

  input.successful {
      border-color: limegreen; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.77); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.77); }

::placeholder {
  color: rgba(255, 255, 255, 0.77); }

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }

.choices[data-type*="select-one"] .choices__inner {
  /* padding-bottom: 7.5px;  */
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #000000;
  margin: 0; }

.choices[data-type*="select-one"] .choices__button {
  background-image: url("../../icons/cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5; }

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1; }

.choices[data-type*="select-one"] .choices__button:focus {
  -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
  box-shadow: 0px 0px 0px 2px #00BCD4; }

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #f8ae54 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #f8ae54 transparent;
  margin-top: -7.5px; }

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../../icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #000000;
  /* padding: 7.5px 1px 3.75px; */
  border: 1px solid #000000;
  border-radius: 2.5px;
  font-size: 16px;
  color: aliceblue;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #000000; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }



  .choices__list--single {
    display: inline-block;
    padding: 12px 60px 15px 60px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: #000000;
  border: 1px solid #000000;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }

.choices__list--dropdown.is-active {
  display: block; }

.is-open .choices__list--dropdown {
  border-color: #000000; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  /* max-height: 300px; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 16px;
  color: aliceblue; }

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #062235; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

  .choices__item--selectable > img {
    height: 26px;
    width: auto;
    vertical-align: middle;
    left: 18px;
    position: absolute;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

  button#button2 {
      position: relative;
      margin: 0 !important;
      margin-top: 10px !important;
margin-bottom: 16px !important;
  }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Ubuntu,Helvetica,Arial;
  font-weight: 700;
  line-height: normal;
  margin: 0.5em 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0.75em 1.5em 0.8125em;
  font-size: 110%;
  background-color: #adc708;
  border-color: #829606;
  color: white;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  border-radius: 3px;
  z-index: 1;
}

.button.full {
  width: 100%; }

.button.orange {
  background: #fd0404;
  border-color: #fd0404;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 6px;
  font-size: 13px !important; }

.button[disabled], .button:disabled, .button.disabled {
  cursor: not-allowed;
  opacity: .5;
  pointer-events: none;
  background-color: #ddd !important; }

.pulse.button {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }

.pulse-alt.button {
  -webkit-animation-name: orangePulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes greenPulse {
  from {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #91bd09;
    -webkit-box-shadow: 0 0 18px #91bd09; }
  to {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; } }

@keyframes greenPulse {
  from {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; }
  50% {
    background-color: #91bd09;
    -webkit-box-shadow: 0 0 18px #91bd09; }
  to {
    background-color: #749a02;
    -webkit-box-shadow: 0 0 9px #333; } }

    @-webkit-keyframes orangePulse {
      from {
        background-color: #fd9804;
        -webkit-box-shadow: 0 0 9px #333; }
      50% {
        background-color: #fda018;
        -webkit-box-shadow: 0 0 18px #fda018; }
      to {
        background-color: #fd9804;
        -webkit-box-shadow: 0 0 9px #333; } }

    @keyframes orangePulse {
      from {
        background-color: #fd9804;
        -webkit-box-shadow: 0 0 9px #333; }
      50% {
        background-color: #fda018;
        -webkit-box-shadow: 0 0 18px #fda018; }
      to {
        background-color: #fd9804;
        -webkit-box-shadow: 0 0 9px #333; } }


canvas.particles-js-canvas-el {

  z-index: 0;

        }

.container {
  position: relative;
  margin: 0 auto 20px;
  padding: 1em;
  max-width: 420px;
  background: #1c1c1c;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
 }
  .container > header {
    text-align: center; }
    .container > header > img {
        width: 100%;
        height: auto;
        display: block;
        margin: -40px auto 0;
    }
    .container > header > h1 {
      text-transform: uppercase;
      font-family: Ubuntu,Helvetica,Arial;
      font-size: 14px;
      text-shadow: 1px 1px 2px #000;
      margin: 10px 0 20px; }
    .container > header p {
      font-size: 80%;
      margin: 0 0 0em; }

      #recent-activity {
        opacity: 1;
        -webkit-transition: opacity 2s;
        transition: opacity 2s; }

      #recent-activity.hidden {
          opacity: 0; }

          .recent-activity {
            max-width: 356px;
            font-size: 80%; }
            .recent-activity > img {
              height: 24px;
              width: auto;
              vertical-align: middle;
              margin: 0 4px; }
            .recent-activity > .spinner-alt:before {
              right: 4%; }









.jigglelogo {
  -webkit-animation: jiggle 3.5s linear infinite;
  animation: jiggle 3.5s linear infinite;
 }

.jiggle {
      -webkit-animation: jiggle 3.5s linear;
      animation: jiggle 3.5s linear;
      animation-iteration-count: 1;
}

.jelly {
    -webkit-animation: jelly 2s linear infinite;
    animation: jelly 2s linear infinite;
}
.bounce {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s linear infinite;
}
.zoom {
    -webkit-animation: zoom 2s linear infinite;
    animation: zoom 2s linear infinite;
}
.float {
    -webkit-animation: float 5s linear infinite;
    animation: float 5s linear infinite;
}


.bounceInfinity {
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: bounceInfinite;
    animation-name: bounceInfinite;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes jiggle {
  0%, 14% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  2% {
    -webkit-transform: scale(1, 0.9);
            transform: scale(1, 0.9); }
  8% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px); }
  11% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px); } }
@keyframes jiggle {
  0%, 14% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  2% {
    -webkit-transform: scale(1, 0.9);
            transform: scale(1, 0.9); }
  8% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
            transform: scale(0.9, 1.1) translate(0, -5px); }
  11% {
    -webkit-transform: scale(1, 1) translate(0, -3px);
            transform: scale(1, 1) translate(0, -3px); } }

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          z-index: 1;
          
          }
  50% {
    -webkit-transform: matrix3d(1.0593, 0, -0.1, 0.00025, 0, 0.9603, 0.1, -0.0001, 0.1, -0.1, 0.9801, 0, 0, -3, 0, 1);
            transform: matrix3d(1.0593, 0, -0.1, 0.00025, 0, 0.9603, 0.1, -0.0001, 0.1, -0.1, 0.9801, 0, 0, -3, 0, 1);
            z-index: 1;
          }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            z-index: 1;
          
          } }

@keyframes jelly {
  0% {
    z-index: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    z-index: 1;
    -webkit-transform: matrix3d(1.0593, 0, -0.1, 0.00025, 0, 0.9603, 0.1, -0.0001, 0.1, -0.1, 0.9801, 0, 0, -3, 0, 1);
            transform: matrix3d(1.0593, 0, -0.1, 0.00025, 0, 0.9603, 0.1, -0.0001, 0.1, -0.1, 0.9801, 0, 0, -3, 0, 1); }
  100% {
    z-index: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em); }
  50% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em); }
  100% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em); }
  50% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em); }
  100% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em); } }

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-50%);
            transform: scale(0.9) translateY(-50%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-50%);
            transform: scale(0.9) translateY(-50%); }
  50% {
    -webkit-transform: scale(1.03) translateY(-50%);
            transform: scale(1.03) translateY(-50%); }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%); } }

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-50%);
            transform: scale(0.9) translateY(-50%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-50%);
            transform: scale(0.9) translateY(-50%); }
  50% {
    -webkit-transform: scale(1.03) translateY(-50%);
            transform: scale(1.03) translateY(-50%); }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%); } }

@-webkit-keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 2em);
            transform: translate(0, 2em); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

@keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 2em);
            transform: translate(0, 2em); }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

            @-webkit-keyframes bounceInfinite {
                from,
                to {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }
                50% {
                    -webkit-transform: scale3d(.9, .9, .9);
                    transform: scale3d(.9, .9, .9);
                }
            }

            @keyframes bounceInfinite {
                from,
                to {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }
                50% {
                    -webkit-transform: scale3d(.9, .9, .9);
                    transform: scale3d(.9, .9, .9);
                }
            }



#resourcearea1 {
  margin: 0 0 1em;
  z-index: 1;
}


#resourcedisplayamountarea {

display:inline-block;
background: #000000;
    border-radius: 3px;
    width: 100%;
    height: 54px;
    vertical-align: middle;
    font-size: 16px;
    color: aliceblue;
    z-index: 1;

}







@media screen and (max-width: 420px) {

  .alert-info_white {

    border-radius: 0;
  }

  .container {

    border-radius: 0;
  }

  /* #resourcedisplayamountarea {

      width: 70.27%;

  } */


  /* .resource1-loadbar {
      width: 245px !important;
    } */
}

@media screen and (max-width: 400px) {



/* 
  #resourcedisplayamountarea {

      width: 69.98%;

  }


  .resource1-loadbar {
      width: 215px !important;
    } */
    img#resourcegen1 {

      right: -30% !important;
    }


}




@media screen and (max-width: 380px) {


  /* #resourcedisplayamountarea {

      width: 69.98%;

  }


  .resource1-loadbar {
      width: 200px !important;
    } */
}


@media screen and (max-width: 360px) {

/* 
  #resourcedisplayamountarea {

      width: 69.7%;

  }


  .resource1-loadbar {
      width: 196px !important;
    } */


    img#resourcegen1 {

      right: -27% !important;
    }


}



@media screen and (max-width: 340px) {

  #buttonincrease1 {

    left: 85% !important;

}

#buttondecrease1 {

  right: 85% !important;

}
  /* #resourcedisplayamountarea {

    width: 69.607%;

  }


  .resource1-loadbar {
      width: 192px !important;
    } */




}







@media screen and (max-width: 320px) {


  /* #resourcedisplayamountarea {

    width: 69.607%;

  } */


  /* .resource1-loadbar {
      width: 184px !important;
    } */

    img#resourcegen1 {

      right: -24% !important;
    }



}


@media screen and (max-width: 280px) {


 
  img#resourcegen1 {

    right: -20% !important;
  }
   



}

@media screen and (max-width: 240px) {

  #buttonincrease1 {

    left: 82.5% !important;

}

#buttondecrease1 {

  right: 82.5% !important;

}
img#resourcegen1 {

  right: -15% !important;
}




}


#resourceamount1 {
  /* position: relative; */
  /* font-family: Luckiest Guy,Ubuntu,Helvetica,Arial; */
  margin-top: 13px;
  font-size: 17px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  z-index: 1;
}

#currencyamount {
    font-size: 17px;
    color: #ceaf5c;
    font-weight: bold;
    /* font-family: Luckiest Guy,Ubuntu,Helvetica,Arial; */
}



#buttonincrease1 {
  margin: 0;
  padding: 0.3em 0.6em 0.3em 0.6em;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f8ae54;
  vertical-align: middle;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: absolute;
  left: 90%;
  bottom: 107px;
  z-index: 2;
}

#buttonincrease1:hover {

    color: limegreen;
}

#buttonincrease1[disabled], #buttonincrease1:disabled, #buttonincrease1.disabled, #buttondecrease1[disabled], #buttondecrease1:disabled, #buttondecrease1.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
    color: #fff;
    background-color: transparent !important;
}

#buttondecrease1 {
  margin: 0;
  padding: 0.3em 0.6em 0.3em 0.6em;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f8ae54;
  vertical-align: middle;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  position: absolute;
  right: 90%;
  bottom: 107px;
  z-index: 1;
}

#buttondecrease1:hover {

    color: tomato;
}


@media screen and (max-width: 360px) {
	.panel-nav-item {
		min-height: 60px;
		padding: 9px 5px 0 5px;
	}
	.panel-nav-icon {
		max-height: 20px;
	}
	.current-r-amount img {
		left: 10px;
		top: 14px;
		max-width: 50px;
	}
	.current-r-amount {
		padding: 0 0 0 70px;
		font-size: 2.2em;
	}
}













.resource1-loadbar {
  position: relative;
  width: 100%;
  height: 5px;
  background: #000000;
  border-radius: 1px;
  bottom: -7.5px;
  z-index: 1;
}



.resource1-loadbar div {
  border-radius: 1px;
  float: left;
  font-size: 15x;
  height: 5px;
  text-align: right;
  text-indent: 9999px;
  overflow: hidden;
  background: #c69e30;


  }



  .resource1-loadbargeneratorinside {
    position: relative;
    width: 110px;
    height: 10px;
    background: #2a2d32;
    border-radius: 3px;
    display: flex;
    overflow: hidden;
  }



  .resource1-loadbargeneratorinside div {
    border-radius: 3px;
    float: left;
    font-size: 15x;
    height: 10px;
    text-align: right;
    text-indent: 9999px;
    overflow: hidden;
    background: #ceaf5c;
        background: -moz-linear-gradient(top, #ceaf5c 0%, #ceaf5c 50%, #b9a55d 50%, #b9a55d 100%);
        background: -webkit-linear-gradient(top, #ceaf5c 0%,#ceaf5c 50%,#b9a55d 50%,#b9a55d 100%);
        background: linear-gradient(to bottom, #ceaf5c 0%,#ceaf5c 50%,#b9a55d 50%,#b9a55d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceaf5c', endColorstr='#b9a55d',GradientType=0 );


    }

    .resource1-loadbargeneratorinside:after {
        content: '';
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 220px;
        position: absolute;
        animation: slide 1.35s infinite;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
    }


    @-webkit-keyframes slide {
    	0% {transform:translateX(-100%);}
    	50% {transform:translateX(100%);}
    }


    @keyframes slide {
    	0% {transform:translateX(-100%);}
    	50% {transform:translateX(100%);}
    }







.console-loadbar {
 position: relative;
 top: 100%;
 height: 10px;
 background: #5d5d70;
 /*-webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;*/
}



.console-loadbar div {

  font-size: 15x;
  height: 10px;
  text-align: right;
  text-indent: 9999px;
  overflow: hidden;
  background: #c0fe34;
  background: -moz-linear-gradient(top, #c0fe34 0%, #c0fe34 50%, #b4ee31 50%, #b4ee31 100%);
  background: -webkit-linear-gradient(top, #c0fe34 0%,#c0fe34 50%,#b4ee31 50%,#b4ee31 100%);
  background: linear-gradient(to bottom, #c0fe34 0%,#c0fe34 50%,#b4ee31 50%,#b4ee31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0fe34', endColorstr='#b4ee31',GradientType=0 );
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;*/

  }




  #resourcestab {
      width: 155px;
      height: 151px;
      position: relative;
      font-size: 12px;
      font-family: Ubuntu,Helvetica,Arial;
      color: #fff;
      margin: 0 auto;
      margin-top: 60px;
      display: none;



  }


#lastmessageheader {

  font-family: Ubuntu,Helvetica,Arial;
font-weight: 700;
/* text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 2px 0 #000; */
text-align: center;
padding-top: 10px;
    font-size: 16.5px;
}

#lastmessagetext {
text-align: center;
font-family: Ubuntu, Arial, Helvetica;
font-size: 11px;
margin-top: 5px;
padding: 16px 12px;
}



#searchplayertab {
    width: 155px;
    position: relative;
    font-size: 12px;
    font-family: Ubuntu,Helvetica,Arial;
    color: #fff;
    margin: 0 auto;
    margin-top: 60px;
    display: none;



}

#progressbarblue {


  -webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;

}



#progressbarresource1 {


  -webkit-transition:4000ms linear;
	-moz-transition:4000ms linear;
	-o-transition:4000ms linear;
	-ms-transition:4000ms linear;
	transition:4000ms linear;

}


#progressbargreen {


  -webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;

}

.progress {
  position: relative;
  font-size: 80%;
  padding-top: 70px;
  text-align: center; }

  #progress1 {
      font-size: 13px;
      padding: 0px 12px;
      font-family: Ubuntu,Helvetica,Arial;
      position: relative;
      top: 40%;
      text-align: center !important;



        -webkit-transition:500ms linear;
      	-moz-transition:500ms linear;
      	-o-transition:500ms linear;
      	-ms-transition:500ms linear;
      	transition:500ms linear;
  }

#step2, #finalpartoffertimer {
  display: none; }

#step2 {

height: 305px;
padding-bottom: 10px;
    margin-top: 25px;

}

#step2 {
  background: #2a2d32;
  border-radius: 3px; }


#finalpartoffertimer {
  background: #2a2d32;
  padding: 16px 12px;
  border-radius: 3px;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
 }

#offer-list {
  display: none; }

.offers h2 {
  font-family: Ubuntu,Helvetica,Arial;
  font-weight: 700;
  /* text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 2px 0 #000; */
  font-size: 14px;
  margin: 0 0 8px; }

#timer {
  font-size: 16px;
  margin: 0 0 0.8em;
  text-align: center;
  font-family: Ubuntu, Arial, Helvetica;
 }
 #timer1 {
   font-size: 12px;
   margin: 0 0 0.8em;
   text-align: center;
   font-family: Ubuntu, Arial, Helvetica;
   display: none;
  }

.offers .button {
  font-size: 14px; }

.container.bg-alt {
  background: #1c1c1c;
min-height: 75px;
z-index: 1;
 }

.has-abs {
   margin-top: 10px;
  position: relative; }

.spinner:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid floralwhite;
  border-right: 2px solid transparent;
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite; }

.spinner.success:before {
  border-top-color: tomato; }

.spinner-alt:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #dd0000;
  border-bottom-color: #dd0000;
  -webkit-animation: spinner .8s ease infinite;
  animation: spinner .8s ease infinite; }

.spinner-alt2:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 69%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #000000;
  border-top-color: limegreen;
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite; }

.spinner-alt3:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #000000;
  border-top-color: orange;
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite; }



.check.icon {
  color: limegreen;
  position: absolute;
  margin-left: 3px;
  margin-top: 4px;
  width: 12px;
  height: 7px;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close.icon {
  color: tomato;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 12px;
  height: 12px; }

.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 12px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.help-tip {
  position: relative;
      text-align: center;
      float: right;
      top: 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      width: 16px;
      height: 16px;
      font-size: 11px;
      line-height: 16px;
      cursor: default;
      -webkit-font-smoothing: antialiased;
     }

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff; }

.help-tip:hover p {
  display: block;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

.help-tip p {
  display: none;
  text-align: left;
  background-color: #b8131a;;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -11px;
  color: #FFF;
  font-size: 13px;
  z-index: 1; }

.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #b8131a;;
  right: 13px;
  top: -10px; }

.help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0; }

.help-tip p img {
  max-width: 100%;
  height: auto; }



/*         */






.recent-activity  {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;



 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;

 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}

.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}









/*          */



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
