@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Royal Slider */
/* v1.0.2 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
  direction: ltr;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
  -webkit-backface-visibility: hidden;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
  -webkit-backface-visibility: hidden;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/OpenSansBold?#iefix') format('embedded-opentype'), url('../fonts/OpenSansBold.woff') format('woff'), url('../fonts/OpenSansBold.ttf') format('truetype'), url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;/* Fontspring syntax */
}
@font-face {
  font-family: 'NovecentoBold';
  src: url('../fonts/NovecentoBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NovecentoBold.woff') format('woff'), url('../fonts/NovecentoBold.ttf') format('truetype'), url('../fonts/NovecentoBold.svg#NovecentoBold') format('svg');
  font-weight: normal;
  font-style: normal;/* Fontspring syntax */
}
.ui-btn,
.ui-btn-group {
  position: absolute;
}
.ui-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -9999em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
  background-color: #d6e4f6;
  background-image: -webkit-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -o-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -moz-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: linear-gradient(110deg, #d6e4f6, #4387cc);
  z-index: 200;
  font-family: 'OpenSansBold';
}
.ui-btn-pause {
  display: none;
}
#btn-game-home,
.game-started #btn-game-home {
  display: none;
}
.game-paused #btn-game-home {
  display: none !important;
}
.preload-finished #btn-game-home {
  display: inline-block;
}
.game-started .ui-btn-pause {
  display: inline-block;
}
.ui-btn.ui-btn-text {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: auto;
  text-indent: 0;
}
.ui-btn:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #001f3d;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#144577), to(#001f3d));
  background-image: -webkit-radial-gradient(circle, #144577, #001f3d);
  background-image: -moz-radial-gradient(circle, #144577, #001f3d);
  background-image: -o-radial-gradient(circle, #144577, #001f3d);
  background-repeat: no-repeat;
}
.ui-btn:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('../img/ui/shared/bg-honeycomb-blue-dark.png') center center repeat, url('../img/ui/shared/shine.png') left top no-repeat;
  overflow: hidden;
}
.ui-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-btn .ico {
  background: url('../img/ui/shared/sprite-ui.png') top left no-repeat;
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  z-index: 200;
}
.ui-btn.ui-btn-text {
  line-height: 34px;
  padding: 0 20px;
  text-indent: 0;
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
}
.ui-btn.ui-btn-text .ico {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
}
.ui-btn-startgame {
  background: url('../img/ui/shared/sprite-skip.png') top left no-repeat !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 46px;
  height: 38px;
  top: 50%!important;
  margin-top: -5px;
}
.ui-btn-startgame.hover {
  background-position: 0 -38px !important;
}
.ui-btn-startgame:before,
.ui-btn-startgame:after {
  display: none !important;
}
.ui-btn-startgame .ico {
  display: none;
}
@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) {
  background: url('../img/ui/shared/sprite-ui2x.png') top left no-repeat;
  background-size: 1024px 384px;
}
.ui-btn .ico-hidden {
  background: none;
}
.ico-sound {
  background-position: 0 0 !important;
}
.hover .ico-sound {
  background-position: -64px 0 !important;
}
.sound-off .ico-sound {
  background-position: -128px 0 !important;
}
.sound-off .hover .ico-sound {
  background-position: -192px 0 !important;
}
.ico-help {
  background-position: -256px 0 !important;
}
.hover .ico-help {
  background-position: -320px 0 !important;
}
.ico-help-small {
  background-position: -256px -128px !important;
}
.hover .ico-help-small {
  background-position: -320px -128px !important;
}
.ico-play {
  background-position: 0 -64px !important;
}
.hover .ico-play {
  background-position: -64px -64px !important;
}
.ico-cog {
  background-position: -384px -64px !important;
}
.hover .ico-cog {
  background-position: -448px -64px !important;
}
.ico-close {
  background-position: 0 -128px !important;
}
.hover .ico-close {
  background-position: -64px -128px !important;
}
#ui-pane-cogs .ico-close {
  background-position: 0 -192px !important;
}
#ui-pane-cogs .hover .ico-close {
  background-position: -64px -192px !important;
}
.ico-pause {
  background-position: -384px 0 !important;
}
.hover .ico-pause {
  background-position: -448px 0 !important;
}
.ico-home {
  background-position: -256px -64px !important;
}
.hover .ico-home {
  background-position: -320px -64px !important;
}
#btn-game-home .ico-home {
  background-position: -384px -128px !important;
}
#btn-game-home .hover .ico-home {
  background-position: -448px -128px !important;
}
.ico-restart {
  background-position: -128px -64px !important;
}
.hover .ico-restart {
  background-position: -192px -64px !important;
}
.ico-tick {
  background-position: -128px -128px !important;
}
.hover .ico-tick {
  background-position: -192px -128px !important;
}
.ui-btn-disabled.hover .ico-tick {
  background-position: -128px -128px !important;
}
.waiting .ico-tick {
  background: none;
}
.waiting .hover .ico-tick {
  background-position: 0 0 !important;
}
.ui-btn.hover {
  background: #FFF;
  cursor: pointer;
}
.ui-btn.hover:before {
  background: #006c94;
}
.ui-btn.hover:after {
  background: url('../img/ui/shared/bg-honeycomb-blue-light.png') center center repeat, url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-large {
  width: 74px;
  height: 74px;
}
.ui-btn-group.center .ui-btn {
  margin-right: 6px;
}
.ui-btn-group.center .ui-btn-large {
  margin-right: 19px;
}
.ui-btn-group.center .ui-btn:last-child {
  margin: 0;
}
.ui-btn.top,
.ui-btn-group.top {
  top: 0;
}
.ui-btn.bottom,
.ui-btn-group.bottom {
  bottom: 0;
}
.ui-btn.right,
.ui-btn-group.right {
  right: 0;
}
.ui-btn.left,
.ui-btn-group.left {
  left: 0;
}
.ui-btn-group.left .ui-btn,
.ui-btn-group.right .ui-btn {
  float: left;
  margin: 0 8px 0 0;
}
.ui-btn-group.right .ui-btn {
  margin: 0 0 0 8px;
}
.center {
  left: 50% !important;
}
.middle {
  top: 50% !important;
}
.ui-btn-large.center {
  margin-left: -37px;
}
.ui-btn-large.middle {
  margin-top: -37px;
}
.ui-btn-lozenge {
  min-width: 95px;
  height: 40px;
  line-height: 40px;
}
.ui-btn.top,
.ui-btn-group.top {
  top: 8px;
}
.ui-btn.bottom,
.ui-btn-group.bottom {
  bottom: 8px;
}
.ui-btn.right,
.ui-btn-group.right {
  right: 10px;
}
.ui-btn.left,
.ui-btn-group.left {
  left: 10px;
}
.orientation-landscape.iphone-standalone.mobile-safari .ui-btn.bottom.left,
.orientation-landscape.iphone-standalone.mobile-safari .ui-btn-group.bottom.left {
  left: 52px;
}
.orientation-landscape.iphone-standalone.mobile-safari .ui-btn.bottom.right,
.orientation-landscape.iphone-standalone.mobile-safari .ui-btn-group.bottom.right {
  right: 52px;
}
.size-hd .ui-btn-lozenge {
  min-width: 115px;
  height: 52px;
  line-height: 52px;
}
.size-hd .ui-btn.top,
.size-hd .ui-btn-group.top {
  top: 27px;
}
.size-hd .ui-btn.bottom,
.size-hd .ui-btn-group.bottom {
  bottom: 27px;
}
.size-hd .ui-btn.right,
.size-hd .ui-btn-group.right {
  right: 17px;
}
.size-hd .ui-btn.left,
.size-hd .ui-btn-group.left {
  left: 17px;
}
.size-hd .ui-btn-startgame {
  margin-top: 70px;
}
.ui-btn-blue {
  background: #a6d7fc;
  -webkit-box-shadow: 0 0 10px 0 rgba(38,107,255,0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(38,107,255,0.75);
  box-shadow: 0 0 10px 0 rgba(38,107,255,0.75);
}
.ui-btn-blue:before {
  background: #266bff;
}
.ui-btn-blue:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-blue.ui-btn-large:after {
  background: url('../img/ui/shared/shine-large.png') left top no-repeat;
}
.ui-btn-blue.hover {
  color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(4,224,224,0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(4,224,224,0.75);
  box-shadow: 0 0 10px 0 rgba(4,224,224,0.75);
}
.ui-btn-blue.hover:before {
  background: #04E0E0;
}
.ui-btn-blue.hover:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-blue.ui-btn-large.hover:after {
  background: url('../img/ui/shared/shine-large.png') left top no-repeat;
}
.ui-btn-group .ui-btn {
  position: relative;
  float: left;
}
.ui-btn-red {
  background: #ffd2ac;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 96, 47, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 96, 47, 0.75);
  box-shadow: 0 0 10px 0 rgba(255, 96, 47, 0.75);
}
.ui-btn-red:before {
  background: #ff4000;
}
.ui-btn-red:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-red.hover {
  background: #FFF;
}
.ui-btn-red.hover:before {
  background: #ff602f;
}
.ui-btn-red.hover:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-green {
  background: #9eff00;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
}
.ui-btn-green:before {
  background: #00bc00;
}
.ui-btn-green:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-green.hover {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(48, 255, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(48, 255, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(48, 255, 0, 0.75);
}
.ui-btn-green.hover:before {
  background: #30ff00;
}
.ui-btn-green.hover:after {
  background: url('../img/ui/shared/shine.png') left top no-repeat;
}
.ui-btn-green.ui-btn-disabled:before {
  background: #2f5e2f;
}
.ui-btn-green.ui-btn-disabled {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 188, 0, 0.75);
  background: #678040;
  cursor: default;
}
.ui-btn-green.ui-btn-disabled .ico {
  opacity: 0.3;
}
.ui-btn-lozenge:after,
.ui-btn-lozenge.hover:after {
  background: url('../img/ui/shared/shine-lozenge.png') left top no-repeat;
}
.ui-pane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d6e4f6;
  background-image: -webkit-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -o-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -moz-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: linear-gradient(110deg, #d6e4f6, #4387cc);
  position: relative;
  display: inline-block;
}
.ui-pane:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #001f3d;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#144577), to(#001f3d));
  background-image: -webkit-radial-gradient(circle, #144577, #001f3d);
  background-image: -moz-radial-gradient(circle, #144577, #001f3d);
  background-image: -o-radial-gradient(circle, #144577, #001f3d);
  background-repeat: no-repeat;
}
.ui-pane:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('../img/ui/shared/bg-honeycomb-blue-dark.png') center center repeat;
}
.ui-pane .circles {
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 100%;
  margin: 0 0 0 -5px;
}
.ui-pane .circles:before,
.ui-pane .circles:after {
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #c9dcf2;
  position: absolute;
  left: 0;
  top: -3px;
  background: #000;
  -webkit-box-shadow: 0 0 0px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 0px 3px rgba(0,0,0,0.25);
  box-shadow: 0 0 0px 3px rgba(0,0,0,0.25);
}
.ui-pane .circles:after {
  top: auto;
  bottom: -3px;
}
.ui-pane > * {
  position: relative;
  z-index: 200;
}
.ui-pane-container-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  z-index: 300;
}
.ui-pane-container .ui-pane {
  height: 100%;
}
.ui-pane-container-bottom .ui-pane {
  padding: 15px;
}
.ui-pane {
  margin: 0 auto;
  left: auto;
}
.ui-pane-tablet {
  display: none;
}
#ui-pane-cogs {
  padding: 11px 21px 11px 11px;
}
#ui-pane-cogs .ui-cogs-score {
  display: inline-block;
  float: left;
  position: relative;
  padding: 15px 0 0 20px;
  font-size: 13px;
  color: #c6ffff;
  font-family: 'OpenSansBold';
}
#ui-pane-cogs .ui-cogs-score:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/ui/shared/ico-cog.png') left top no-repeat;
}
#ui-pane-cogs .ui-cogs-progress {
  margin: 11px 10px 0;
  padding: 0;
  list-style: none;
  float: left;
}
#ui-pane-cogs .ui-cogs-progress li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  width: 9px;
  height: 20px;
  margin: 0 1px 0 0;
  border: 1px solid;
  border-top-color: rgba(0, 0, 0, 0.75);
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: rgba(91, 150, 211, 0.75);
}
#ui-pane-cogs .ui-btn.ui-btn-text {
  height: 32px;
  line-height: 34px;
}
#ui-pane-cogs .ui-btn-pane {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
}
#ui-pane-cogs .ui-cogs-score {
  margin: 3px 0 0;
}
#ui-pane-cogs .ui-btn-screen {
  margin-top: 5px;
}
#ui-pane-cogs.ui-pane-mobile {
  opacity: 0;
  right: -1000px;
  -webkit-transition: right 250ms ease-in-out;
  -moz-transition: right 250ms ease-in-out;
  -ms-transition: right 250ms ease-in-out;
  -o-transition: right 250ms ease-in-out;
  transition: right 250ms ease-in-out;
  position: absolute;
  bottom: 10px;
}
#ui-pane-cogs.ui-pane-mobile.open {
  right: -10px !important;
}
.rotate-device #ui-pane-cogs.ui-pane-mobile {
  right: -1000px !important;
  opacity: 0;
}
.iphone-standalone #ui-pane-cogs.ui-pane-mobile {
  bottom: 45px;
}
.level-1 .cogs-level-01,
.level-2 .cogs-level-01,
.level-3 .cogs-level-01,
.level-4 .cogs-level-01,
.level-5 .cogs-level-01,
.level-6 .cogs-level-01,
.level-7 .cogs-level-01,
.level-8 .cogs-level-01,
.level-9 .cogs-level-01,
.level-10 .cogs-level-01 {
  -webkit-box-shadow: 0 0 5px 0 #ff1000;
  -moz-box-shadow: 0 0 5px 0 #ff1000;
  box-shadow: 0 0 5px 0 #ff1000;
  border-color: #ff1000 !important;
  background: #ff1000 !important;
}
.level-2 .cogs-level-02,
.level-3 .cogs-level-02,
.level-4 .cogs-level-02,
.level-5 .cogs-level-02,
.level-6 .cogs-level-02,
.level-7 .cogs-level-02,
.level-8 .cogs-level-02,
.level-9 .cogs-level-02,
.level-10 .cogs-level-02 {
  -webkit-box-shadow: 0 0 5px 0 #ff4400;
  -moz-box-shadow: 0 0 5px 0 #ff4400;
  box-shadow: 0 0 5px 0 #ff4400;
  border-color: #ff4400 !important;
  background: #ff4400 !important;
}
.level-3 .cogs-level-03,
.level-4 .cogs-level-03,
.level-5 .cogs-level-03,
.level-6 .cogs-level-03,
.level-7 .cogs-level-03,
.level-8 .cogs-level-03,
.level-9 .cogs-level-03,
.level-10 .cogs-level-03 {
  -webkit-box-shadow: 0 0 5px 0 #ffa300;
  -moz-box-shadow: 0 0 5px 0 #ffa300;
  box-shadow: 0 0 5px 0 #ffa300;
  border-color: #ff7400 !important;
  background: #ff7400 !important;
}
.level-4 .cogs-level-04,
.level-5 .cogs-level-04,
.level-6 .cogs-level-04,
.level-7 .cogs-level-04,
.level-8 .cogs-level-04,
.level-9 .cogs-level-04,
.level-10 .cogs-level-04 {
  -webkit-box-shadow: 0 0 5px 0 #fbff00;
  -moz-box-shadow: 0 0 5px 0 #fbff00;
  box-shadow: 0 0 5px 0 #fbff00;
  border-color: #ffa300 !important;
  background: #ffa300 !important;
}
.level-5 .cogs-level-05,
.level-6 .cogs-level-05,
.level-7 .cogs-level-05,
.level-8 .cogs-level-05,
.level-9 .cogs-level-05,
.level-10 .cogs-level-05 {
  -webkit-box-shadow: 0 0 5px 0 #88ff04;
  -moz-box-shadow: 0 0 5px 0 #88ff04;
  box-shadow: 0 0 5px 0 #88ff04;
  border-color: #ffd300 !important;
  background: #ffd300 !important;
}
.level-6 .cogs-level-06,
.level-7 .cogs-level-06,
.level-8 .cogs-level-06,
.level-9 .cogs-level-06,
.level-10 .cogs-level-06 {
  -webkit-box-shadow: 0 0 5px 0 #4eff06;
  -moz-box-shadow: 0 0 5px 0 #4eff06;
  box-shadow: 0 0 5px 0 #4eff06;
  border-color: #fbff00 !important;
  background: #fbff00 !important;
}
.level-7 .cogs-level-07,
.level-8 .cogs-level-07,
.level-9 .cogs-level-07,
.level-10 .cogs-level-07 {
  -webkit-box-shadow: 0 0 5px 0 #4eff06;
  -moz-box-shadow: 0 0 5px 0 #4eff06;
  box-shadow: 0 0 5px 0 #4eff06;
  border-color: #c2ff02 !important;
  background: #c2ff02 !important;
}
.level-8 .cogs-level-08,
.level-9 .cogs-level-08,
.level-10 .cogs-level-08 {
  -webkit-box-shadow: 0 0 5px 0 #4eff06;
  -moz-box-shadow: 0 0 5px 0 #4eff06;
  box-shadow: 0 0 5px 0 #4eff06;
  border-color: #88ff04 !important;
  background: #88ff04 !important;
}
.level-9 .cogs-level-09,
.level-10 .cogs-level-09 {
  -webkit-box-shadow: 0 0 5px 0 #4eff06;
  -moz-box-shadow: 0 0 5px 0 #4eff06;
  box-shadow: 0 0 5px 0 #4eff06;
  border-color: #4eff06 !important;
  background: #4eff06 !important;
}
.level-10 .cogs-level-10 {
  -webkit-box-shadow: 0 0 5px 0 #4eff06;
  -moz-box-shadow: 0 0 5px 0 #4eff06;
  box-shadow: 0 0 5px 0 #4eff06;
  border-color: #14ff08 !important;
  background: #14ff08 !important;
}
.ui-pane-container-cogs {
  bottom: 10px;
  height: 63px;
}
.iphone-standalone .ui-pane-container-cogs {
  bottom: 44px;
}
.size-hd .ui-pane-container-bottom,
.size-hd .ui-pane-container-cogs {
  height: 75px;
  bottom: -18px;
}
.size-hd #ui-pane-cogs {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  right: auto;
  margin: 0 auto;
  padding: 15px;
}
.size-hd #ui-pane-cogs .ui-btn-pane {
  display: none;
}
.size-hd #ui-pane-cogs .ui-cogs-score {
  margin: 0;
}
.size-hd #ui-pane-cogs .ui-btn-screen {
  margin-top: 0px;
}
.size-hd .ui-pane-mobile {
  display: none;
}
.size-hd .ui-pane-tablet {
  display: block;
}
.nexus7 .ui-pane-container-bottom,
.nexus7 .ui-pane-container-cogs {
  bottom: 40px !important;
}
.ui-form {
  display: inline-block;
}
.ui-form-data-entry {
  overflow: hidden;
  float: left;
  position: relative;
}
.ui-form-data-entry:before,
.ui-form-data-entry:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  background: #9dc0e6;
  left: 99px;
  top: 50%;
  margin: -1px 0 0;
}
.ui-form-data-entry:after {
  left: auto;
  right: 113px;
}
.ui-form-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d6e4f6;
  background-image: -webkit-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -o-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: -moz-linear-gradient(340deg, #d6e4f6, #4387cc);
  background-image: linear-gradient(110deg, #d6e4f6, #4387cc);
  position: relative;
  display: inline-block;
  width: 95px;
  height: 40px;
  float: left;
  margin: 0 14px 0 0;
}
.ui-form-element:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #001f3d;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#144577), to(#001f3d));
  background-image: -webkit-radial-gradient(circle, #144577, #001f3d);
  background-image: -moz-radial-gradient(circle, #144577, #001f3d);
  background-image: -o-radial-gradient(circle, #144577, #001f3d);
  background-repeat: no-repeat;
}
.ui-form-element:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url('../img/ui/shared/bg-honeycomb-blue-dark.png') center center repeat;
}
.ui-form-element input {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  color: #FFF;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
  z-index: 500;
}
.ui-form-element > * {
  z-index: 200;
}
.ui-form-controls {
  float: left;
}
.ui-form-controls .ui-btn {
  position: relative;
}
.form-error .ui-form-element,
.form-error .ui-form-data-entry:before,
.form-error .ui-form-data-entry:after {
  background: #ff4000;
}
.form-error.screen-redeem h3 {
  color: #ff4000;
}
.form-success .ui-form-element,
.form-success .ui-form-data-entry:before,
.form-success .ui-form-data-entry:after {
  background: #9eff00;
}
.keyboard-visible {
  position: relative;
  top: -100px;
}
.size-hd .ui-form-data-entry {
  float: none;
  margin: 0 0 20px 0;
}
.size-hd .ui-form-data-entry:before,
.size-hd .ui-form-data-entry:after {
  width: 12px;
  height: 3px;
  margin: -2px 0 0;
  left: 118px;
}
.size-hd .ui-form-data-entry:after {
  left: auto;
  right: 118px;
}
.size-hd .ui-form-element {
  width: 115px;
  height: 52px;
  line-height: 56px;
  margin: 0 18px 0 0;
  font-size: 36px;
  text-indent: 1px;
}
.size-hd .ui-form-element:last-child {
  margin: 0;
}
.size-hd .ui-form-controls {
  float: none;
  clear: both;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #FFF;
}
body:before,
body:after {
  content: 'orientation-landscape';
  display: none;
}
body:after {
  content: 'size-sd';
}
@media handheld, screen and (min-device-width: 750px) and (min-device-height: 750px) {
  body:after {
    content: 'size-hd';
  }
}
.nexus7 body:after,
.kindle body:after {
  content: 'size-hd';
}
@media handheld, screen and (orientation: portrait) {
  body:before {
    content: 'orientation-portrait';
  }
}
h1,
h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'NovecentoBold', Arial Black, sans-serif;
  text-shadow: 2px 3px rgba(0, 0, 0, 0.75);
  font-size: 21px;
  line-height: 21px;
  margin: 13px auto 10px;
}
h3,
h4,
h5,
h6 {
  font-family: 'OpenSansBold';
  font-weight: normal;
}
p {
  font-size: 16px;
  line-height: 19px;
  font-family: 'OpenSansBold';
}
.img-tablet {
  display: none;
}
.size-hd h1,
.size-hd h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 42px auto 10px;
}
.size-hd h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 28px auto 10px;
}
.size-hd .img-mobile {
  margin: 0 auto;
  display: none;
}
.size-hd .img-tablet {
  display: block;
}
.logo {
  display: none !important;
}
#l-main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  clear: left;
}
#l-push {
  display: none;
  position: relative;
  float: left;
  height: 50%;
  margin-bottom: -250px;
  width: 1px;
}
#l-ui-container,
#l-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  text-align: center;
  overflow: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.game-paused #l-popup {
  z-index: 500;
}
#l-canvas-container {
  z-index: 100;
  width: 480px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -240px;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#l-ui-container,
#l-canvas-container,
#l-popup {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.screen-loaded #l-ui-container,
.screen-loaded #l-canvas-container,
.popup-loaded #l-popup {
  opacity: 1;
}
#l-orientation,
#l-pause {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  z-index: 0;
}
#l-orientation {
  width: 100%;
  height: 100%;
}
.iphone #l-orientation,
.ipod #l-orientation {
  padding-top: 60px;
}
#l-orientation {
  opacity: 0;
}
#l-orientation h2 {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin: 75px 0 0 -100px;
}
.game-paused #l-pause {
  z-index: 400;
}
.game-paused #l-canvas-container {
  display: none;
}
.rotate-device #l-orientation {
  opacity: 1;
  z-index: 1000;
  background: url('../img/ui/sd/rotate.jpg') center center no-repeat;
}
.iphone.mobile-safari #l-main,
.ipod .mobile-safari #l-main {
  padding: 0 0 60px;
}
.iphone.orientation-landscape.mobile-safari #l-main,
.iphone.orientation-portrait.mobile-safari #l-main,
.ipod.orientation-landscape.mobile-safari #l-main,
.ipod.orientation-portrait.mobile-safari #l-main {
  padding: 0 0 60px;
}
.iphone-standalone.orientation-landscape.mobile-safari #l-main {
  padding: 0;
}
.size-sd body {
  background: url('../img/ui/sd/bg.jpg') center center no-repeat;
}
.logo {
  display: none;
}
.popup-loaded #l-ui-container,
.popup-loaded #l-canvas-container,
.key-found #l-ui-container,
.key-found #l-canvas-container {
  display: none;
}
.popup-loaded.preload-finished #l-ui-container {
  display: block;
}
.size-hd body {
  background: url('../img/ui/hd/bg.jpg') center center no-repeat;
}
.size-hd .logo {
  display: none;
  width: 298px;
  height: 149px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../img/ui/hd/logo.png') center center no-repeat;
  z-index: 1000;
  margin: -379px 0 0 -124px;
}
.size-hd #l-main {
  width: 750px;
  height: 500px;
}
.size-hd #l-main:before {
  content: '';
  display: block;
  width: 880px;
  height: 564px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -282px 0 0 -440px;
  background: url('../img/ui/hd/frame.png') center center no-repeat;
}
.size-hd #l-ui-container {
  padding: 25px 15px;
}
.size-hd #l-canvas-container {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.size-hd #l-push {
  display: block;
}
.size-hd #l-orientation h2 {
  margin-top: 105px;
}
.size-hd.rotate-device #l-orientation {
  background: url('../img/ui/hd/rotate.jpg') center center no-repeat;
}
.size-hd.rotate-device #l-main {
  display: none;
}
#flashAudioContainer {
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999em;
}
#screen-old .icon-warning {
  display: block;
  width: 66px;
  height: 66px;
  background: url('../img/ui/shared/unsupported.png');
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -86px 0 0 -33px;
}
#screen-old h2 {
  width: 340px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -170px;
}
.size-hd #screen-old h2 {
  line-height: 30px;
}
#screen-pause .ui-pane .ui-btn {
  margin: 0 20px 0 0;
}
#screen-pause .ui-pane .ui-btn:last-child {
  margin: 0;
}
#screen-pause .ui-pane {
  width: 322px;
  height: 100px;
  padding: 13px 25px;
  margin: 0 0 0 -161px;
  position: absolute;
}
#screen-pause h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 65px 0 10px;
}
#screen-pause .ui-pane {
  top: 117px;
  margin-top: 0;
}
.size-hd #screen-pause h2 {
  font-size: 55px;
  line-height: 55px;
  margin: 165px 0 20px;
}
.size-hd #screen-pause .ui-pane {
  top: auto;
  margin: 0 0 0 -155px;
}
.nexus7 #screen-pause h2 {
  margin-top: 40px;
}
.popup-flow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -ms-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.popup-flow-1 .popup-flow-2,
.popup-flow-1 .popup-flow-3,
.popup-flow-2 .popup-flow-3 {
  left: 100%;
  right: -100%;
}
.popup-flow-2 .popup-flow-1,
.popup-flow-3 .popup-flow-1,
.popup-flow-3 .popup-flow-2 {
  left: -100%;
  right: 100%;
}
@media handheld, screen and (max-device-width: 750px) and (max-device-height: 750px) {
  
}
@media handheld, screen and (min-device-width: 750px) and (min-device-height: 750px) {
  
}
#screen-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#screen-select h2 {
  position: absolute;
  top: 50%;
  margin: -125px 0 0;
  left: 0;
  right: 0;
}
#screen-select .royalSlider {
  width: 300px;
  height: 202px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -94px 0 0 -150px;
}
#screen-select .info-bar {
  display: none;
}
#screen-select .rsContainer {
  z-index: 200;
}
#screen-select .rsOverflow {
  overflow: visible;
}
#screen-select .rsArrow {
  display: block;
  position: absolute;
  width: 49px;
  height: 56px;
  background: url('../img/ui/shared/sprite-rs-nav-blue.png') top left no-repeat;
  top: 50%;
  left: -45px;
  margin: -25px 0 0;
  z-index: 600;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#screen-select .rsArrow.hover {
  background-position: 0 -56px;
}
#screen-select .rsArrowRight {
  background-position: -49px 0;
  left: auto;
  right: -45px;
}
#screen-select .rsArrowRight.hover {
  background-position: -49px -56px;
}
#screen-select .rsArrowDisabled {
  display: none !important;
}
#screen-select .rsNav {
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: -12px;
}
#screen-select .rsBullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #9ba9c0;
  background: #133580;
  margin: 0 6px 0 0;
}
#screen-select .rsBullet:last-child {
  margin: 0;
}
#screen-select .rsBullet.rsNavSelected {
  border-color: #a6d7fc;
  background: #266bff;
}
#screen-select .game {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  position: relative;
  width: 299px;
  height: 202px;
  background: url('../img/ui/sd/game-frame.png') top left no-repeat;
  pointer-events: none;
}
#screen-select .game .ui-btn {
  -webkit-backface-visibility: hidden;
}
#screen-select .rsActiveSlide .game {
  pointer-events: auto;
}
#screen-select .game .ui-btn.top {
  top: 13px;
}
#screen-select .game .ui-btn.right {
  right: 13px;
}
#screen-select .splash-img {
  position: absolute;
  z-index: 1;
}
#screen-select .ui-btn-pane {
  float: left;
  position: relative;
}
#screen-select .splash-img {
  left: 10px;
  top: 10px;
}
.size-hd #screen-select h2 {
  position: relative;
  margin-top: 34px;
  top: auto;
}
.size-hd #screen-select .royalSlider {
  width: 455px;
  height: 330px;
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto;
}
.size-hd #screen-select .rsNav {
  bottom: -20px;
}
.size-hd #screen-select .rsArrow {
  width: 49px;
  height: 56px;
  left: -55px;
  margin: -13px 0 0;
}
.size-hd #screen-select .rsArrowRight {
  left: auto;
  right: -55px;
}
.size-hd #screen-select .game {
  width: 455px;
  height: 330px;
  background: url('../img/ui/hd/game-frame.png') top left no-repeat;
}
.size-hd #screen-select .game .ui-btn.top {
  top: 57px;
}
.size-hd #screen-select .game .ui-btn.right {
  right: 33px;
}
.size-hd #screen-select .ui-btn-large {
  margin-top: -22px;
}
.size-hd #screen-select .ui-btn-pane {
  position: relative;
  float: none;
}
.size-hd #screen-select .splash-img {
  left: 14px;
  top: 38px;
}
.screen-results #l-canvas-container {
  display: none;
}
#screen-results .ui-screen {
  position: absolute;
  background: url('../img/ui/sd/screen.png') center center no-repeat;
  margin: -204px 0 0 -245px;
  width: 490px;
  height: 408px;
  top: 50%;
}
#screen-results .ui-screen h2 {
  text-shadow: none;
  color: #c6ff56;
  font-size: 22px;
  line-height: 22px;
  margin: 105px 0 0;
}
#screen-results .ui-screen h3 {
  font-family: 'NovecentoBold';
  font-size: 55px;
  line-height: 30px;
  margin: 10px 0 20px;
  display: inline-block;
}
#screen-results .ui-screen h3 span {
  display: inline-block;
  float: left;
}
#screen-results .ui-screen h3 .pts {
  color: #c6ff56;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  top: 6px;
  margin: 0 0 0 5px;
}
#screen-results .ui-screen p {
  color: #c6ff56;
  max-width: 315px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 15px;
}
#screen-results #ui-pane-menu {
  padding: 16px 25px 0;
  position: absolute;
  width: 304px;
  height: 85px;
  bottom: -10px;
  margin: 0 0 0 -152px;
}
#screen-results .ui-btn-large {
  width: 120px;
  height: 50px;
}
#screen-results #ui-pane-menu .ui-btn-screen {
  margin: 0 6px 0 0;
}
#screen-results #ui-pane-menu .ui-btn-screen:last-child {
  margin: 0 !important;
}
#screen-results #ui-pane-cogs {
  z-index: 300;
}
.screen-loaded.screen-results #l-ui-container:before {
  position: absolute;
  content: '';
  width: 197px;
  height: 162px;
  background: url('../img/ui/sd/results-agent-p.png') left top no-repeat;
  left: 0;
  bottom: 0;
  z-index: 200;
}
.size-hd #screen-results .ui-screen {
  background: url('../img/ui/hd/screen.png') center center no-repeat;
  margin: -50px 0 0 -280px;
  width: 560px;
  height: 462px;
  top: auto;
}
.size-hd #screen-results .ui-screen h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 150px 0 0;
}
.size-hd #screen-results .ui-screen h3 {
  font-size: 70px;
  line-height: 60px;
  margin: 10px 0;
}
.size-hd #screen-results .ui-screen h3 .pts {
  font-size: 21px;
  top: 8px;
}
.size-hd #screen-results .ui-screen p {
  font-size: 15px;
  line-height: 17px;
  max-width: 315px;
}
.size-hd #screen-results #ui-pane-menu {
  width: 214px;
  height: 105px;
  margin: 0 0 0 -107px;
  bottom: 75px;
  padding: 16px 25px;
}
.size-hd #screen-results #ui-pane-menu .ui-btn-screen:first-child {
  margin: 0 11px 0 0;
}
.size-hd #screen-results .ui-btn-large {
  width: 74px;
  height: 74px;
}
.size-hd .screen-loaded.screen-results #l-ui-container:before {
  content: '';
  width: 197px;
  height: 162px;
  background: url('../img/ui/hd/results-agent-p.png') left top no-repeat;
  right: 55px;
  bottom: 0;
  z-index: 200;
}
.nexus7 #screen-results .ui-screen {
  margin-top: -108px;
}
.nexus7 #screen-results #ui-pane-menu {
  bottom: 133px;
}
.nexus7 .screen-loaded.screen-results #l-ui-container:before {
  bottom: 58px;
}
.key-flow #l-canvas-container,
.key-flow #l-ui-container {
  display: none;
}
#popup-keyfound .inator-container {
  position: absolute;
  width: 100%;
  height: 264px;
  left: 0;
  top: 50%;
  margin: -146px 0 0 0;
  background: url('../img/ui/sd/bg-inator.png') center center no-repeat;
}
#popup-keyfound .inators {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  width: 435px;
  height: 118px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -217.5px;
}
#popup-keyfound .title-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 346px;
  height: 54px;
  margin: -118px 0 0 -173px;
}
#popup-keyfound .title-container h2 {
  text-shadow: none;
  margin: 6px 0 0;
  color: #c6ff56;
  font-size: 21px;
  line-height: 21px;
}
#popup-keyfound .title-container p {
  margin: 6px 0 0;
  color: #c6ff56;
  font-size: 13px;
  line-height: 13px;
}
#popup-keyfound .inator {
  display: block;
  float: left;
  width: 141px;
  height: 118px;
  background: #000;
  margin: 0 6px 0 0;
  position: relative;
}
#popup-keyfound .inator.selected:before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  border: 5px solid #9eff00;
  -webkit-box-shadow: 0px 0px 5px 0px #9eff00, 0px 0px 5px 0px #9eff00 inset;
  -moz-box-shadow: 0px 0px 5px 0px #9eff00, 0px 0px 5px 0px #9eff00 inset;
  box-shadow: 0px 0px 5px 0px #9eff00, 0px 0px 5px 0px #9eff00 inset;
  z-index: 200;
}
#popup-keyfound .inator:last-child {
  margin-right: 0;
}
#popup-keyfound .ui-pane {
  position: absolute;
  top: 50%;
  width: 176px;
  height: 82px;
  margin: 75px 0 0 -88px;
}
#popup-keyfound .ui-pane .ui-btn {
  margin-top: 12px;
}
.size-hd #popup-keyfound {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.size-hd #popup-keyfound:before {
  content: '';
  background: url('../img/ui/hd/inator-agent-p.png') center center no-repeat;
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 192px;
  height: 148px;
}
.size-hd #popup-keyfound .inator-container {
  height: 293px;
  margin: -195px 0 0 0;
  background: url('../img/ui/hd/bg-inator.png') center center no-repeat;
}
.size-hd #popup-keyfound .title-container {
  margin-top: -132px;
}
.size-hd #popup-keyfound .inators {
  width: 552px;
  margin: -60px 0 0 -274px;
}
.size-hd #popup-keyfound .inator {
  border: 1px solid #022342;
  width: 173px;
  height: 186px;
  margin: 0 9px 0 0;
}
.size-hd #popup-keyfound .ui-pane {
  margin-top: 120px;
}
.popup-key-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 572px;
  height: 322px;
  margin: -161px 0 0 -286px;
}
.popup-key-container:before {
  content: '';
  background: url('../img/ui/sd/help-frame.png') center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 686px !important;
  height: 392px !important;
  margin: -190px 0 0 -339px;
}
#popup-keypreview #inator-preview {
  width: 186px;
  height: 288px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -144px 0 0 -200px;
}
#popup-keypreview #inator-text {
  position: absolute;
  width: 220px;
  height: 208px;
  left: 50%;
  top: 50%;
  text-align: left;
  margin-top: -50px;
}
#popup-keypreview #inator-text h2 {
  margin: 0;
  font-size: 19px;
  text-shadow: none;
}
#popup-keypreview #inator-text p {
  font-size: 14px;
  line-height: 18px;
}
.size-hd .popup-key-container {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  width: 100%;
  height: 100%;
}
.size-hd .popup-key-container:before {
  display: none;
}
.size-hd #popup-keypreview #inator-preview {
  width: 329px;
  height: 492px;
  margin: -245px 0 0 -325px;
}
.size-hd #popup-keypreview #inator-text {
  height: 230px;
  margin: -147px 0 0 30px;
}
.size-hd #popup-keypreview #inator-text h2 {
  font-size: 21px;
}
.size-hd #popup-keypreview #inator-text p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
.size-hd #popup-keypreview #inator-text .ui-pane {
  padding: 15px 25px;
}
#popup-help {
  position: relative;
  height: 100%;
}
#popup-help img {
  position: absolute;
  left: 50%;
  bottom: 118px;
  margin: -159px 0 0 -284px;
}
#popup-help p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  color: #009b00;
  position: absolute;
  z-index: 200;
  text-align: left;
  top: 50%;
  left: 50%;
  margin: 65px 0 0 -260px;
  width: 550px;
  height: 80px;
  padding: 0 100px 0 30px;
  font-size: 14px;
}
.popup-help-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 572px;
  height: 322px;
  margin: -161px 0 0 -286px;
}
.popup-help-container:before {
  content: '';
  background: url('../img/ui/sd/help-frame.png') center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 686px !important;
  height: 392px !important;
  margin: -190px 0 0 -339px;
}
.popup-help-container .help-text-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 572px;
  height: 118px;
  margin: 0 0 0 -286px;
  background: url('../img/ui/sd/bg-textbox-stripes.png') center center repeat;
}
.popup-help-container .help-text {
  margin: 0 auto;
  background-color: #b3ffde;
  background-image: -webkit-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: -o-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: -moz-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: linear-gradient(180deg, #b3ffde, #f2fff9);
  overflow: hidden;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  width: 538px;
  height: 80px;
  margin: 0 0 0 -269px;
  left: 50%;
  top: 12px;
}
#popup-help .help-frame {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#popup-help .rsArrow {
  z-index: 300;
  position: absolute;
  width: 32px;
  height: 38px;
  background: url('../img/ui/shared/sprite-rs-nav.png') top left no-repeat;
}
#popup-help .rsArrowRight {
  background-position: -32px 0px;
}
#popup-help .rsArrowRight.hover {
  background-position: -32px -38px;
}
#popup-help .help-text p {
  position: absolute;
  left: 43px;
  width: 395px;
}
#popup-help .rsArrowRight {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 78px 0 0 195px;
}
#popup-help.frame-1 .help-frame-2,
#popup-help.frame-2 .help-frame-1 {
  display: none;
}
.size-hd .popup-help-container {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  width: 100%;
  height: 100%;
}
.size-hd .popup-help-container:before {
  display: none;
}
.size-hd #popup-help img {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}
.size-hd .popup-help-container .help-text-container {
  background: url('../img/ui/hd/bg-textbox-stripes.png') left bottom repeat;
  width: auto;
  height: 127px;
  left: 0;
  margin: 0;
}
.size-hd #popup-help .rsOverflow {
  height: 100% !important;
}
.size-hd #popup-help .help-slide {
  width: 750px;
  height: 500px;
}
.size-hd .popup-help-container .help-text {
  position: relative;
  clear: left;
  bottom: 15px;
  left: 50px;
  width: 650px;
  height: 95px;
  margin: 0;
}
.size-hd #popup-help p {
  position: relative;
  left: auto;
  top: 10px;
  font-size: 16px;
  line-height: 22px;
  margin: 15px 135px 0 65px;
  width: auto;
  height: auto;
  padding: 0;
}
.size-hd #popup-help .rsArrow {
  bottom: 45px;
  left: 80px;
}
.size-hd #popup-help .rsArrowLeft {
  display: none !important;
}
.size-hd #popup-help .rsArrowRight {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: 48px;
  margin: 0;
}
.size-hd #popup-help .img-container {
  height: 373px;
}
.nexus7 .popup-help-container {
  position: relative;
  top: -58px;
}
.nexus7 .ui-btn-startgame {
  margin-top: 0px;
}
.screen-redeem #l-canvas-container {
  display: none;
}
#screen-redeem h2,
#popup-redeem h2 {
  font-size: 21px;
  line-height: 21px;
  margin: 45px 0 10px;
}
#screen-redeem h3,
#popup-redeem h3 {
  font-size: 13px;
  width: 300px;
  margin: 10px auto 15px;
}
#screen-redeem .ui-pane-main,
#popup-redeem .ui-pane-main {
  width: 465px;
  height: 128px;
}
#screen-redeem #share-help,
#popup-redeem #share-help {
  padding: 11px 50px;
  z-index: 300;
}
#screen-redeem #share-help .ui-btn,
#popup-redeem #share-help .ui-btn,
#screen-redeem #share-help p,
#popup-redeem #share-help p {
  float: left;
}
#screen-redeem #share-help .ui-btn,
#popup-redeem #share-help .ui-btn {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
#screen-redeem #share-help p,
#popup-redeem #share-help p {
  margin: 10px 0 0;
}
#screen-redeem .screen-redeem-stage,
#popup-redeem .screen-redeem-stage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#screen-redeem .screen-redeem-stage-2 .ui-btn,
#popup-redeem .screen-redeem-stage-2 .ui-btn {
  position: relative;
}
#screen-redeem #share-help .ui-btn-cover,
#popup-redeem #share-help .ui-btn-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: none;
}
#screen-redeem #share-help .ui-btn-cover:before,
#popup-redeem #share-help .ui-btn-cover:before,
#screen-redeem #share-help .ui-btn-cover:after,
#popup-redeem #share-help .ui-btn-cover:after {
  display: none;
}
.stage-1 .screen-redeem-stage-2 {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.stage-2 .screen-redeem-stage-1 {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.stage-2 .screen-redeem-stage-2 {
  height: auto;
  opacity: 1;
}
.screen-loaded.screen-redeem #l-ui-container {
  background: url('../img/ui/shared/bg-redeem.png') center 215px no-repeat;
}
.size-hd #screen-redeem h2,
.size-hd #popup-redeem h2 {
  font-size: 55px;
  line-height: 55px;
  margin: 80px 0 20px;
}
.size-hd #screen-redeem .ui-pane-main,
.size-hd #popup-redeem .ui-pane-main {
  height: 207px;
}
.size-hd #screen-redeem h3,
.size-hd #popup-redeem h3 {
  width: 315px;
  font-size: 15px;
  line-height: 18px;
  margin-top: 18px;
}
.size-hd .screen-loaded.screen-redeem #l-ui-container {
  background: url('../img/ui/shared/bg-redeem.png') left bottom no-repeat;
}
.size-hd .screen-loaded.screen-redeem #l-ui-container:before {
  content: '';
  width: 255px;
  height: 229px;
  background: url('../img/ui/hd/redeem-agent-p.png') left top no-repeat;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 200;
}
.size-hd .screen-redeem-stage-2 p {
  margin: 10px 90px 20px;
}
.nexus7 #screen-redeem h2,
.nexus7 #popup-redeem h2 {
  margin-top: 40px;
}
#popup-share {
  position: relative;
  height: 100%;
}
#popup-share img {
  position: absolute;
  left: 50%;
  bottom: 118px;
  margin: -159px 0 0 -284px;
}
#popup-share p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  color: #009b00;
  position: absolute;
  z-index: 200;
  text-align: left;
  top: 50%;
  left: 50%;
  margin: 65px 0 0 -260px;
  width: 550px;
  height: 80px;
  padding: 0 100px 0 30px;
  font-size: 12px;
  line-height: 15px;
}
.popup-share-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 572px;
  height: 322px;
  margin: -161px 0 0 -286px;
}
.popup-share-container:before {
  content: '';
  background: url('../img/ui/sd/share-frame.png') center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 686px !important;
  height: 392px !important;
  margin: -190px 0 0 -339px;
}
.popup-share-container .share-text-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 572px;
  height: 118px;
  margin: 0 0 0 -286px;
  background: url('../img/ui/sd/bg-textbox-stripes.png') center center repeat;
}
.popup-share-container .share-text {
  margin: 0 auto;
  background-color: #b3ffde;
  background-image: -webkit-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: -o-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: -moz-linear-gradient(270deg, #b3ffde, #f2fff9);
  background-image: linear-gradient(180deg, #b3ffde, #f2fff9);
  overflow: hidden;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  width: 538px;
  height: 80px;
  margin: 0 0 0 -269px;
  left: 50%;
  top: 12px;
}
#popup-share .share-frame {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#popup-share .rsArrow {
  z-index: 300;
  position: absolute;
  width: 32px;
  height: 38px;
  background: url('../img/ui/shared/sprite-rs-nav.png') top left no-repeat;
}
#popup-share .rsArrowRight {
  background-position: -32px 0px;
}
#popup-share .rsArrowRight.hover {
  background-position: -32px -38px;
}
#popup-share .share-text p {
  position: absolute;
  left: 43px;
  width: 395px;
}
#popup-share .rsArrowRight {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 78px 0 0 195px;
}
#popup-share .rsBullets {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: #2bcb6d;
  border: 2px solid #99cca0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 48px;
  height: 26px;
  left: 50%;
  top: 50%;
  margin: 10px 0 0 -24px;
  padding: 0 4px;
  z-index: 200;
}
#popup-share .rsBullets .rsNavItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #99cca0;
  background: #009b00;
  margin: 4px 2px;
}
#popup-share.frame-1 .share-frame-2,
#popup-share.frame-2 .share-frame-1 {
  display: none;
}
#popup-share.frame-1 .rsNavFrame1,
#popup-share.frame-2 .rsNavFrame2 {
  background: #d6ffba;
  border-color: #009b00;
}
.size-hd .popup-share-container {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  width: 100%;
  height: 100%;
}
.size-hd .popup-share-container:before {
  display: none;
}
.size-hd #popup-share img {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
}
.size-hd .popup-share-container .share-text-container {
  background: url('../img/ui/hd/bg-textbox-stripes.png') left bottom repeat;
  width: auto;
  height: 127px;
  left: 0;
  margin: 0;
}
.size-hd #popup-share .rsOverflow {
  height: 100% !important;
}
.size-hd #popup-share .share-slide {
  width: 750px;
  height: 500px;
}
.size-hd .popup-share-container .share-text {
  position: relative;
  clear: left;
  bottom: 15px;
  left: 50px;
  width: 650px;
  height: 95px;
  margin: 0;
}
.size-hd #popup-share p {
  position: relative;
  left: auto;
  top: 10px;
  font-size: 15px;
  line-height: 20px;
  margin: 15px 135px 0 65px;
  width: auto;
  height: auto;
  padding: 0;
}
.size-hd #popup-share .rsArrow {
  bottom: 45px;
  left: 80px;
}
.size-hd #popup-share .rsArrowLeft {
  display: none !important;
}
.size-hd #popup-share .rsArrowRight {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: 48px;
  margin: 0;
}
.size-hd #popup-share .img-container {
  height: 373px;
}
.size-hd #popup-share .rsBullets {
  margin-top: 90px;
}
.nexus7 .popup-share-container {
  position: relative;
  top: -58px;
}
