* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0; }

html,
body {
  -webkit-text-size-adjust: none;
  background: #000000 no-repeat;
  font-family: Arial, Helvetica, freesans, sans-serif;
  color: white; }

h1 {
  color: white;
  font-size: 1em;
  text-align: center; }

.domLayer {
  pointer-events: none; }
  .domLayer * {
    pointer-events: fill; }

.fontLoader {
  color: black; }

#pushgame {
  top: 0;
  left: 0; }

canvas {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0; }

.scrollup {
  pointer-events: none;
  width: 100%;
  height: 600px;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  visibility: visible;
  margin: 0;
  padding: 0;
  overflow: scroll;
  -webkit-animation: visibility 0.3s both; }

.scrollup-uri {
  width: 100%;
  height: 100%;
  background: url(../assets/swipe.png) no-repeat center top;
  background-size: 132px 237px;
  visibility: hidden; }

#optimisation-container {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

#optimisation-message {
  color: #ffffff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#optimisation-button {
  cursor: pointer;
  position: relative;
  font-family: Arial;
  font-weight: normal;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  padding: 7px 14px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  color: #666666;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffffff;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff; }

#optimisation-button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background-color: #e9e9e9; }

#optimisation-button:active {
  top: 1px; }

#orientationWarning {
  z-index: 2; }

.modalContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  text-align: center; }

.modalMessage {
  width: 70%; }

.hidden {
  width: 0;
  height: 0;
  visibility: hidden; }

.l-verticalCenterContainer {
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: center; }

.l-verticalContainerContent {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center; }

.scrollable {
  scrollbar-base-color: rgba(0, 0, 0, 0.7);
  webkit-scrollbar: rgba(0, 0, 0, 0.7);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 99.5%; }

[am-position~="absolute"] {
  position: absolute; }

[am-position~="relative"] {
  position: relative; }

[am-position~="right"] {
  right: 0; }

[am-position~="left"] {
  left: 0; }

[am-position~="top"] {
  top: 0; }

[am-position~="below"] {
  top: 100%; }

[am-position~="verticalCentre"] {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

[am-position~="horizontalCentre"] {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

[am-position~="centre"] {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

[am-position~="centreJumps"] {
  position: fixed;
  margin: 7% 7% 0 7%; }

[am-position~="centrePopups"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52.3%, -52%);
      -ms-transform: translate(-52.3%, -52%);
          transform: translate(-52.3%, -52%); }

[am-position~="sideLeft"] {
  position: fixed;
  top: 35%;
  left: 2%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }

[am-size~="fullWidth"] {
  width: 100%; }

[am-size~="fullHeight"] {
  height: 100%; }

[am-size~="halfWidth"] {
  width: 50%; }

[am-size~="halfHeight"] {
  height: 50%; }

[am-display~="flex"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

[am-display~="column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

[am-display~="row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

[am-display~="grow"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

[am-display~="inlineblock"] {
  display: inline-block; }

[am-display~="none"] {
  display: none !important; }

[am-overflow~="hidden"] {
  overflow: hidden; }

[am-Button] {
  -webkit-appearance: none;
  outline: none;
  font-size: 2vw; }

[am-Button~="icon"] {
  padding: 0.5%; }
  [am-Button~="icon"] span {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0.26vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block; }

[am-Button~="image"] {
  height: 100%;
  width: 100%;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent; }

[push-button] {
  -webkit-appearance: none;
  outline: none;
  display: block;
  position: absolute;
  background: #e3de3e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
  background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
  background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
  -webkit-box-shadow: inset 0 0 8px 1px white;
          box-shadow: inset 0 0 8px 1px white;
  cursor: pointer; }
  [push-button]:hover, [push-button]:active {
    background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
    background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
    background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }

[push-bitmap~="container"] {
  display: block;
  position: absolute; }

[am-exitpanel~="buttons"] {
  text-align: center; }
  [am-exitpanel~="buttons"] [am-exitpanel~="button"] {
    width: 102px;
    height: 54px;
    display: inline-block;
    margin: 20px;
    border-radius: 7px;
    overflow: hidden; }
  [am-exitpanel~="buttons"] [am-Button] {
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
    background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    border: none;
    height: 100%;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: inset 0 0 8px 1px white;
            box-shadow: inset 0 0 8px 1px white; }
    [am-exitpanel~="buttons"] [am-Button]:hover, [am-exitpanel~="buttons"] [am-Button]:active {
      background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
      background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
      background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }
  [am-exitpanel~="buttons"] [am-Button~="invert"] {
    background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
    background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
    background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }
    [am-exitpanel~="buttons"] [am-Button~="invert"]:hover, [am-exitpanel~="buttons"] [am-Button~="invert"]:active {
      background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
      background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
      background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%); }

[am-exitpanel~="message"] {
  text-align: center;
  margin: 10px; }

[am-accountMenu~="container"] {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 20%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -webkit-linear-gradient(top, #222 0%, #000 100%);
  background: linear-gradient(to bottom, #222 0%, #000 100%);
  border: 0.4em solid #cecece;
  border-radius: 1.3em; }
  [am-accountMenu~="container"] [am-tabbedMenu~="tabs"] {
    height: 50%; }
  [am-accountMenu~="container"] [am-tabbedMenu~="content"] {
    height: 0; }
  [am-accountMenu~="container"] [am-Button~="icon"] span {
    height: 90%;
    width: 90%; }
  [am-accountMenu~="container"] [am-tabbedMenu~="tabs"] > div:first-of-type {
    margin-left: 0;
    border-top-left-radius: 0.8em;
    border-bottom-left-radius: 0.8em; }
    @media (max-width: 640px) {
      [am-accountMenu~="container"] [am-tabbedMenu~="tabs"] > div:first-of-type {
        border-top-left-radius: 0.4em;
        border-bottom-left-radius: 0.4em; } }
  [am-accountMenu~="container"] [am-tabbedMenu~="tabs"] > div:last-of-type {
    margin-right: 0;
    border-top-right-radius: 0.8em;
    border-bottom-right-radius: 0.8em; }
    @media (max-width: 640px) {
      [am-accountMenu~="container"] [am-tabbedMenu~="tabs"] > div:last-of-type {
        border-top-right-radius: 0.4em;
        border-bottom-right-radius: 0.4em; } }
  @media (max-width: 640px) {
    [am-accountMenu~="container"] {
      border: 0.2em solid #cecece;
      border-radius: 0.8em; } }

[am-htmlcontainer] {
  overflow: hidden;
  padding: 0 5px 5px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  [am-htmlcontainer] h1 {
    color: white;
    height: 18px; }
  [am-htmlcontainer] > div {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    [am-htmlcontainer] > div iframe {
      width: 100%; }

[am-menu~="container"] {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 86%;
  height: 73%;
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -webkit-linear-gradient(top, #222 0%, #000 100%);
  background: linear-gradient(to bottom, #222 0%, #000 100%);
  border: 0.4em solid #cecece;
  border-radius: 1.3em;
  overflow: hidden; }
  @media (max-width: 640px) {
    [am-menu~="container"] {
      border: 0.2em solid #cecece;
      border-radius: 0.8em; } }

[am-loadingbar~="container"] {
  position: fixed; }
  [am-loadingbar~="container"] > img {
    position: fixed;
    top: 55%;
    left: 50%;
    height: 5%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

[am-loadingscreen] {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

[am-loadingscreen~="inner"] {
  background-size: 60px;
  background-repeat: repeat; }

[am-loadingscreen~="inner"] > img {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.15; }

[am-loadingscreen~="logo"] {
  position: fixed; }
  [am-loadingscreen~="logo"] > img {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

[am-orientationmessage~="container"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  text-align: center;
  padding-top: 25%;
  outline: 1px solid transparent; }
  [am-orientationmessage~="container"] img {
    position: relative;
    height: 50%;
    padding-top: 5%;
    padding-bottom: 5%; }
  [am-orientationmessage~="container"] p {
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: 1.25em;
    font-size: 7vw;
    padding: 1vw; }
  [am-orientationmessage~="container"] .rotate {
    -webkit-animation: rotate 2.3s ease-in-out infinite;
    animation: rotate 2.3s ease-in-out infinite; }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-93deg); }
  75% {
    -webkit-transform: rotate(-89deg); }
  90% {
    -webkit-transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(-90deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-93deg);
    transform: rotate(-93deg); }
  75% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg); }
  90% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
[am-numericStepper~="label"] {
  width: 67%;
  color: white;
  vertical-align: middle;
  text-align: left;
  padding-left: 5%;
  display: inline-block;
  font-size: 0.75em;
  font-size: 1.5vw; }

[am-numericStepper~="container"] {
  width: 26%;
  height: 2em;
  height: 20%;
  height: 4vw;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  max-width: 100%; }
  [am-numericStepper~="container"] > [am-numericStepper="decButtonContainer"] {
    width: 20%; }
  [am-numericStepper~="container"] > [am-numericStepper="valueContainer"] {
    width: 55%;
    height: 98%; }
    [am-numericStepper~="container"] > [am-numericStepper="valueContainer"] > [am-numericStepper="value"] {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: absolute;
      vertical-align: middle;
      font-size: 0.9em;
      font-size: 2.25vw;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-35%);
          -ms-transform: translateY(-35%);
              transform: translateY(-35%); }
  [am-numericStepper~="container"] > [am-numericStepper="incButtonContainer"] {
    width: 20%; }
  [am-numericStepper~="container"] > div {
    display: inherit;
    position: relative;
    height: 100%; }
    [am-numericStepper~="container"] > div > img {
      width: 100%;
      height: 100%;
      height: 4.5vw; }

[am-paytableMenu~="container"] {
  height: 100%;
  padding: 0 3% 0% 3%; }
  [am-paytableMenu~="container"] h1, [am-paytableMenu~="container"] h2, [am-paytableMenu~="container"] h3 {
    font-family: "Helvetica Regular Bold";
    text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
    letter-spacing: 0.1em; }
  [am-paytableMenu~="container"] h1 {
    color: white;
    font-size: 1em;
    font-size: 2.5vw;
    margin-bottom: 2%;
    margin-top: 1%; }
  [am-paytableMenu~="container"] [am-paytableMenu~="menu"] {
    color: #fff;
    background: #121212;
    border-radius: 0.8em 0.8em 0 0;
    padding: 2% 0;
    font-family: "Helvetica Regular";
    text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] h2 {
      padding: 0;
      font-size: 1.2em;
      font-size: 2vw;
      margin-top: 0;
      margin-bottom: 3%;
      color: #FFF;
      text-align: center; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] h3 {
      margin-top: 0;
      margin-bottom: 1em;
      font-size: 1.0em;
      font-size: 1.5vw;
      text-align: left; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] p {
      font-size: 0.75em;
      font-size: 1.25vw; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section {
      display: block;
      margin-bottom: 4%;
      border-bottom: 0.25vw solid #999999; }
      [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section div.win {
        display: inline-block;
        width: 48%;
        padding: 0 0 5% 3%;
        vertical-align: top; }
        [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section div.win ul {
          float: left;
          list-style-type: none;
          padding: 2% 5% 0 0;
          margin: 0; }
          [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section div.win ul li {
            font-size: 1em;
            font-size: 1.75vw;
            padding-bottom: 0.5vw; }
        [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section div.win img {
          float: left;
          width: 50%;
          padding-right: 5%; }
        [am-paytableMenu~="container"] [am-paytableMenu~="menu"] section div.win p {
          float: right;
          width: 50%;
          padding-right: 5%; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] div#featuresContainer {
      padding-left: 3%;
      padding-right: 3%; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#features {
      width: 100%;
      height: 100%;
      border-width: 3px; }
      [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#features tr td {
        padding-bottom: 5%;
        font-size: 0.75em;
        font-size: 1.25vw;
        vertical-align: top; }
      [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#features img {
        width: 100%; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines {
      width: 100%; }
      [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tbody {
        display: table-row-group;
        vertical-align: middle !important;
        border-color: inherit; }
      [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td {
        height: 5px;
        height: 1vw;
        width: 5px;
        width: 1vw; }
        [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td table.winline {
          margin: 0 auto 0 auto;
          border-collapse: separate;
          border-spacing: 2px; }
          [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td table.winline tr {
            vertical-align: inherit !important; }
            [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td table.winline tr th {
              width: 2em;
              width: 5vw;
              font-size: 0.9em;
              font-size: 1.5vw;
              font-weight: normal;
              color: #999;
              padding: 0 10% 0 10%;
              display: table-cell;
              vertical-align: inherit !important; }
            [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td table.winline tr td {
              background: #333;
              padding: 0 1vw 0 0; }
            [am-paytableMenu~="container"] [am-paytableMenu~="menu"] table#winlines tr td table.winline tr td.w {
              background-color: #EEEEEE;
              border-bottom: 0.25vw solid #777777; }
    [am-paytableMenu~="container"] [am-paytableMenu~="menu"] span.dark {
      color: #999; }

[am-radiomenu] input {
  display: none; }
  [am-radiomenu] input:checked + label {
    background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
    background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
    background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }
[am-radiomenu] label {
  display: inline-block;
  width: 80px;
  height: 40px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
  background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
  background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%); }

[am-radiomenu~="label"] {
  width: 100%;
  text-align: center; }

[push-popup~="container"] {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
  background: -webkit-linear-gradient(top, #222 0%, #000 100%);
  background: linear-gradient(to bottom, #222 0%, #000 100%); }

[am-rulesMenu~="container"] {
  height: 100%;
  padding: 0 3% 0% 3%; }
  [am-rulesMenu~="container"] h1 {
    color: white;
    font-size: 1em;
    font-size: 2.5vw;
    margin-bottom: 2%;
    margin-top: 1%; }
  [am-rulesMenu~="container"] [am-rulesMenu~="menu"] {
    font-family: "Helvetica Regular";
    text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
    color: #fff;
    background: #121212;
    border-radius: 0.8em 0.8em 0 0;
    padding: 1%; }
    [am-rulesMenu~="container"] [am-rulesMenu~="menu"] h1, [am-rulesMenu~="container"] [am-rulesMenu~="menu"] h2, [am-rulesMenu~="container"] [am-rulesMenu~="menu"] h3 {
      font-family: "Helvetica Regular Bold";
      text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
      letter-spacing: 0.1em; }
    [am-rulesMenu~="container"] [am-rulesMenu~="menu"] h2 {
      padding: 0;
      font-size: 1.1em;
      font-size: 1.5vw;
      margin-top: 1em;
      margin-bottom: 0.5em;
      color: #FFF; }
    [am-rulesMenu~="container"] [am-rulesMenu~="menu"] p {
      font-size: 0.8em;
      font-size: 1.3vw;
      margin-left: 1em;
      margin-bottom: 2em; }

[am-scrollingrangeselector~="label"] {
  width: 49%;
  color: white;
  vertical-align: middle;
  height: 40px;
  text-align: left;
  padding-left: 5px;
  display: inline-block; }

[am-scrollingrangeselector~="container"] {
  width: 49%;
  height: 33.5px;
  display: inline-block;
  text-align: right; }
  [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="button"] {
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
    background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    border: none;
    display: inline-block;
    height: 33px;
    width: 31.5px;
    border-radius: 2.5px 0 0 2.5px;
    padding: 8px;
    vertical-align: top; }
    [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="button"][am-scrollingrangeselector~="right"] {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="button"]:hover, [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="button"]:active {
      background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
      background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
      background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }
  [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="rangeContainer"] {
    height: 100%;
    width: 81px;
    overflow: hidden;
    position: relative;
    display: inline-block; }
  [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="range"] {
    white-space: nowrap;
    left: 0;
    width: 100%;
    -webkit-transition: left 0.5s;
            transition: left 0.5s; }
    [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="range"][am-state~="swiping"] {
      -webkit-transition: none;
              transition: none; }
    [am-scrollingrangeselector~="container"] [am-scrollingrangeselector~="range"] span {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 0 -2px; }

[am-settingsMenu~="container"] {
  height: 100%;
  padding: 0 3% 0 3%; }
  [am-settingsMenu~="container"] h1 {
    color: white;
    font-size: 1em;
    font-size: 2.5vw;
    margin-bottom: 2%;
    margin-top: 1%;
    font-family: "Helvetica Regular Bold";
    text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
    letter-spacing: 0.1em; }
  [am-settingsMenu~="container"] [am-settingsMenu~="menu"] {
    height: 100%;
    text-align: center; }
    [am-settingsMenu~="container"] [am-settingsMenu~="menu"] H2 {
      font-family: "Helvetica Regular Bold";
      text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
      letter-spacing: 0.1em;
      font-size: 1em;
      font-size: 2vw;
      margin: 1%;
      text-align: left; }
    [am-settingsMenu~="container"] [am-settingsMenu~="menu"] [am-settingsmenu~="setting"] {
      height: 100%;
      margin-bottom: 1.5%; }
    [am-settingsMenu~="container"] [am-settingsMenu~="menu"] [am-settingsmenu~="setting"] :before {
      background-color: rgba(40, 40, 40, 0.5);
      border: solid rgba(40, 40, 40, 0.5);
      border-radius: 0.7vw; }
    [am-settingsMenu~="container"] [am-settingsMenu~="menu"] [am-settingsMenu~="autoPlay"] {
      margin-bottom: 2%; }

[am-stepper~="label"] {
  width: 67%;
  color: white;
  vertical-align: middle;
  text-align: left;
  padding-left: 5%;
  display: inline-block;
  font-size: 0.75em;
  font-size: 1.5vw; }

[am-stepper~="container"] {
  width: 40%;
  height: 2em;
  height: 100px;
  height: 4vw;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  max-width: 100%; }
  [am-stepper~="container"] > [am-stepper="decButtonContainer"] {
    width: 20%; }
  [am-stepper~="container"] > [am-stepper="valueContainer"] {
    width: 55%;
    height: 98%; }
    [am-stepper~="container"] > [am-stepper="valueContainer"] > [am-stepper="value"] {
      position: absolute;
      vertical-align: middle;
      font-size: 0.75em;
      font-size: 2.25vw;
      top: 20%;
      width: 100%; }
  [am-stepper~="container"] > [am-stepper="incButtonContainer"] {
    width: 20%; }
  [am-stepper~="container"] > div {
    display: inherit;
    position: relative;
    height: 100%; }
    [am-stepper~="container"] > div > img {
      width: 100%;
      height: 100%; }

[am-tabbedMenu~="tabs"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 13%;
  margin: 0.5%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 640px) {
    [am-tabbedMenu~="tabs"] {
      margin: 1%;
      height: 16%; } }
  [am-tabbedMenu~="tabs"] > div {
    margin: 0 0.25%; }
    @media (max-width: 640px) {
      [am-tabbedMenu~="tabs"] > div {
        margin: 0 0.5%; } }
    [am-tabbedMenu~="tabs"] > div:first-of-type {
      margin-left: 0;
      border-top-left-radius: 0.8em;
      border-bottom-left-radius: 0.8em; }
      @media (max-width: 640px) {
        [am-tabbedMenu~="tabs"] > div:first-of-type {
          border-top-left-radius: 0.4em;
          border-bottom-left-radius: 0.4em; } }
    [am-tabbedMenu~="tabs"] > div:last-of-type {
      margin-right: 0;
      border-top-right-radius: 0.8em;
      border-bottom-right-radius: 0.8em; }
      @media (max-width: 640px) {
        [am-tabbedMenu~="tabs"] > div:last-of-type {
          border-top-right-radius: 0.4em;
          border-bottom-right-radius: 0.4em; } }
  [am-tabbedMenu~="tabs"] [am-Button~="tab"] {
    background: #e3e3e3;
    background: -webkit-gradient(linear, left top, left bottom, from(#909090), color-stop(23%, #c8c7c7), color-stop(50%, #e3e3e3), color-stop(77%, #cbcaca), to(#797878));
    background: -webkit-linear-gradient(top, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    background: linear-gradient(to bottom, #909090 0%, #c8c7c7 23%, #e3e3e3 50%, #cbcaca 77%, #797878 100%);
    border: none;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 0 8px 1px white;
            box-shadow: inset 0 0 8px 1px white;
    border-radius: inherit; }
    [am-tabbedMenu~="tabs"] [am-Button~="tab"]:hover, [am-tabbedMenu~="tabs"] [am-Button~="tab"]:active {
      background: -webkit-gradient(linear, left bottom, left top, from(#D1D1D1), color-stop(23%, #F7F7F7), color-stop(50%, #FBFBFB), color-stop(77%, #ECECEC), to(#CFCFCF));
      background: -webkit-linear-gradient(bottom, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%);
      background: linear-gradient(to top, #D1D1D1 0%, #F7F7F7 23%, #FBFBFB 50%, #ECECEC 77%, #CFCFCF 100%); }

[am-tabbedMenu~="content"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1%;
  height: 80%; }
  [am-tabbedMenu~="content"] > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

[am-soundMenu~="container"] {
  height: 100%;
  padding: 0 3% 0% 3%; }
  [am-soundMenu~="container"] h1 {
    color: white;
    font-size: 1em;
    font-size: 2.5vw;
    margin-bottom: 2%;
    margin-top: 1%;
    font-family: "Helvetica Regular Bold";
    text-shadow: -2px -2px #000, -2px 2px #000, 2px -2px #000, 2px 2px #000;
    letter-spacing: 0.1em; }
  [am-soundMenu~="container"] [am-soundMenu~="menu"] {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-family: "Helvetica Regular"; }
  [am-soundMenu~="container"] [am-soundMenu~="setting"] {
    margin-bottom: 1.5%; }

[push-textDisplay~="container"] {
  position: absolute;
  display: block; }
  [push-textDisplay~="container"] p {
    position: absolute;
    height: auto;
    width: auto;
    white-space: nowrap;
    pointer-events: none;
    cursor: default; }

[am-toggleswitch~="label"] {
  width: 65%;
  color: white;
  vertical-align: middle;
  text-align: left;
  padding-left: 5%;
  display: inline-block;
  font-size: 0.75em;
  font-size: 1.5vw; }

[am-toggleswitch~="container"] {
  width: 28%;
  display: inline-block;
  text-align: right; }
  [am-toggleswitch~="container"] label {
    display: inline-block;
    position: relative;
    right: 1.4vw;
    vertical-align: middle;
    width: 105%; }
  [am-toggleswitch~="container"] input:checked + label [am-toggleswitch~="switchOn"] {
    display: inherit; }
  [am-toggleswitch~="container"] input:checked + label [am-toggleswitch~="switchOff"] {
    display: none; }
  [am-toggleswitch~="container"] input:not(:checked) + label [am-toggleswitch~="switchOn"] {
    display: none; }
  [am-toggleswitch~="container"] input:not(:checked) + label [am-toggleswitch~="switchOff"] {
    display: inherit; }

[am-toggleswitch~="switchOn"] {
  max-width: 50%;
  display: inherit; }

[am-toggleswitch~="switchOff"] {
  max-width: 50%;
  display: none; }
