@font-face {
  font-family: "RobotoCondensed";
  src: url('../fonts/RobotoCondensed-Regular-webfont.woff?1440422274') format('woff'), url('../fonts/RobotoCondensed-Regular-webfont.ttf?1440422275') format('truetype'), url('../fonts/RobotoCondensed-Regular-webfont.svg?1440422275') format('svg'), url('../fonts/RobotoCondensed-Regular-webfont.eot?1440422275') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoCondensedBold";
  src: url('../fonts/RobotoCondensed-Bold-webfont.woff?1440422275') format('woff'), url('../fonts/RobotoCondensed-Bold-webfont.ttf?1440422275') format('truetype'), url('../fonts/RobotoCondensed-Bold-webfont.svg?1440422275') format('svg'), url('../fonts/RobotoCondensed-Bold-webfont.eot?1440422274') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoBlack";
  src: url('../fonts/Roboto-Black-webfont.woff?1440422275') format('woff'), url('../fonts/Roboto-Black-webfont.ttf?1440422274') format('truetype'), url('../fonts/Roboto-Black-webfont.svg?1440422275') format('svg'), url('../fonts/Roboto-Black-webfont.eot?1440422276') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoItalic";
  src: url('../fonts/Roboto-Italic-webfont.woff?1440422276') format('woff'), url('../fonts/Roboto-Italic-webfont.ttf?1440422275') format('truetype'), url('../fonts/Roboto-Italic-webfont.svg?1440422276') format('svg'), url('../fonts/Roboto-Italic-webfont.eot?1440422275') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoLight";
  src: url('../fonts/Roboto-Light-webfont.woff?1440422275') format('woff'), url('../fonts/Roboto-Light-webfont.ttf?1440422276') format('truetype'), url('../fonts/Roboto-Light-webfont.svg?1440422276') format('svg'), url('../fonts/Roboto-Light-webfont.eot?1440422274') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoRegular";
  src: url('../fonts/Roboto-Regular-webfont.woff?1440422275') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf?1440422276') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg?1440422274') format('svg'), url('../fonts/Roboto-Regular-webfont.eot?1440422275') format('embedded-opentype');
}
@font-face {
  font-family: "RobotoThin";
  src: url('../fonts/Roboto-Thin-webfont.woff?1440422276') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf?1440422276') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg?1440422275') format('svg'), url('../fonts/Roboto-Thin-webfont.eot?1440422275') format('embedded-opentype');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  background: #f2f6f7;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "RobotoCondensed";
  color: #1f625f;
  font-size: 13px;
  background-position: center top;
}

.show {
  display: block !important;
  opacity: 1;
}

.hide {
  display: none !important;
  opacity: 0;
}

.red {
  color: #c61631;
}

.box {
  border-radius: 6px;
  position: absolute;
  z-index: 3;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: none;
}

.box-shadow {
  box-shadow: 0px 0px 6px #616161;
}

.box-noradius {
  border-radius: 0px;
}

.box-noborder {
  border: none;
}

.leftZero {
  left: 0px !important;
}

a {
  color: #1f625f;
  text-decoration: none;
}
a:hover {
  color: #65c1be;
}
a:focus {
  outline: none;
}

button {
  color: #1f625f;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #1f625f;
  text-transform: uppercase;
  font-family: "RobotoCondensed";
}
button:hover {
  background: #65c1be;
  color: #fff;
  border: none;
}
button:focus {
  outline: none;
}

button.green {
  color: #fff;
  background: #1f625f;
  border: none;
}
button.green:hover {
  color: #1f625f;
  background: #fff;
  border: 1px solid #1f625f;
}

button.blue {
  color: #fff;
  background: #43609c;
  border: none;
}
button.blue:hover {
  color: #43609c;
  background: #fff;
  border: 1px solid #43609c;
}

button.red {
  color: #fff;
  background: #c61631;
  border: none;
}
button.red:hover {
  color: #c61631;
  background: #fff;
  border: 1px solid #c61631;
}

.dot {
  position: absolute;
  background-color: #bea107;
}

i.pow {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
  margin-left: 2px;
}

i.low {
  position: relative;
  top: 0.8ex;
  font-size: 80%;
  margin-left: 1px;
  margin-right: 1px;
}

.alert {
  width: 320px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -160px;
  color: #fff;
  background: #c61631;
  z-index: 20;
  display: none;
}
.alert.greenBg {
  background: #1f625f;
}

.no-canvas #oldBrowser {
  width: 320px;
  margin-left: -160px;
  line-height: 20px;
  display: block;
}

em {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: red;
  margin-top: -2px;
  margin-left: -2px;
}

#start {
  width: 320px;
  height: 720px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  z-index: 2;
}
#start h2 {
  font-family: "RobotoCondensedBold";
  color: #000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
#start p {
  text-align: center;
  width: 288px;
  margin: 40px auto 0px auto;
}
#start input {
  font-size: 12px;
  width: 272px;
  height: 35px;
  margin: 5px 0px 0px 10px;
  border-radius: 6px;
  border: 1px solid #b2dcd6;
  color: #1f625f;
  padding: 0px 14px 0px 14px;
  opacity: 0;
  clear: both;
}
#start input.error {
  border: 1px solid red;
}
#start input[type=checkbox] {
  width: 15px;
  height: 80px;
  float: left;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  margin-top: -24px;
  margin-bottom: 5px;
  margin-right: 10px;
}
#start input[type=checkbox].ads {
  height: 50px;
  margin-top: -10px;
}
#start .or {
  color: #000;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#start form {
  position: relative;
}
#start .errorInfo {
  position: absolute;
  right: -161px;
  width: 160px;
  height: 36px;
  background: url("../img/sprite.png") -125px 2px #1f625f;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
#start .errorInfo span {
  padding-left: 24px;
}
#start .errorInfo.nameError {
  top: 82px;
}
#start .errorInfo.emailError {
  top: 124px;
}
#start .errorInfo.passwordError {
  top: 166px;
}
#start .errorInfo.passwordRegError {
  top: 166px;
}
#start .errorInfo.acceptError {
  top: 250px;
}
#start .logobig {
  width: 320px;
  height: 160px;
  background: url("../img/operon-gramizdam-logobig.png") no-repeat center center;
  z-index: 0;
  display: none;
}
#start .logo {
  width: 320px;
  height: 80px;
  font-family: "RobotoCondensedBold";
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#start .logo .giz {
  background: url("../img/sprite.png") 0px 0px;
  width: 120px;
  height: 32px;
  margin: 22px auto 0px auto;
}
#start .logo .giz.gim {
  margin-top: 14px;
}
#start .logo span {
  width: 115px;
  display: block;
  margin: 0 auto 0 auto;
}
#start .logo span.wp {
  width: 148px;
  background: url("../img/wp-logo.png") right center no-repeat;
  background-size: 26px;
  text-align: left;
  overflow: auto;
  height: 26px;
}
#start .logo span.wp a {
  color: #000;
  display: block;
  margin-top: 8px;
}
#start .preloader {
  width: 320px;
  height: 160px;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #1f625f;
  text-transform: uppercase;
  text-align: center;
}
#start .preloader canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
#start .preloader p.top {
  margin-top: 40px;
}
#start .preloader p.middle {
  font-family: "RobotoThin";
  font-size: 38px;
  margin-top: 10px;
  color: #b2dcd6;
}
#start .preloader p.bottom {
  margin-top: 10px;
}
#start .select {
  width: 320px;
  height: 160px;
  background: #fff;
  font-family: "RobotoCondensed";
}
#start .select button {
  font-size: 12px;
  width: 300px;
  height: 65px;
  margin: 10px 0px 0px 10px;
}
#start .login {
  height: 480px;
  width: 320px;
  z-index: 4;
}
#start .login button {
  font-size: 12px;
  width: 300px;
  height: 50px;
  margin: 10px 0px 0px 10px;
  opacity: 0;
}
#start .login .fb {
  margin-top: 40px;
}
#start .register {
  height: 480px;
  z-index: 5;
}
#start .register form p {
  margin: 0;
  width: 100%;
}
#start .register form p a {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#start .register button {
  font-size: 12px;
  width: 300px;
  height: 50px;
  margin: 10px 0px 0px 10px;
  opacity: 0;
}
#start .register .upload {
  display: block;
  cursor: pointer;
  width: 90px;
  height: 15px;
  padding: 0px;
  font-size: 12px;
  margin: 0px 115px 0px 115px;
  padding-top: 60px;
  border: none;
  background: url("../img/sprite.png") 16px -32px;
  text-align: center;
  text-transform: none;
  opacity: 0;
}
#start .register .upload:hover {
  border: none;
  color: #1f625f;
}
#start .register .upload input {
  position: fixed;
  top: -1000px;
}
#start .register .upload .avatarLoader {
  position: absolute;
  top: 0;
  left: 16px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: red;
}
#start .register label {
  display: inline-block;
  margin-top: 9px;
  opacity: 0;
  width: 310px;
  font-size: 9px;
}
#start .register label a {
  font-family: "RobotoCondensedBold";
}
#start .register label a:hover {
  color: #000;
}
#start .footer {
  width: 320px;
  height: 160px;
  font-family: "RobotoCondensed";
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#start .footer .appstores {
  margin: 35px auto;
  height: 32px;
  width: 200px;
}
#start .footer .appstores .itunes {
  display: block;
  height: 32px;
  float: left;
  margin-left: 5px;
}
#start .footer .appstores .itunes img {
  height: 27px;
  width: auto;
}
#start .footer .appstores .google {
  display: block;
}
#start .footer .appstores .google img {
  width: 89px;
  height: auto;
}
#start .footer .operon {
  display: block;
  width: 100px;
  height: 28px;
  background: url("../img/operon-logo.png") no-repeat center center;
  text-indent: -5000px;
  margin: 0 auto;
  margin-top: 25px;
}
#start .footer ul {
  display: inline-block;
  margin: 0 auto;
  margin-top: 7px;
}
#start .footer ul > li {
  float: left;
  margin-left: 20px;
}
#start .footer ul > li:first-child {
  margin-left: 0px;
}
#start .footer ul > li a {
  color: #000;
}
#start .footer ul > li a:hover {
  color: #616161;
}

#game {
  width: 960px;
  height: 720px;
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 50%;
  margin-left: -480px;
}
#game .footer {
  font-family: "RobotoCondensed";
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#game .footer .operon {
  display: block;
  width: 100px;
  height: 28px;
  background: url("../img/operon-logo.png") no-repeat center center;
  text-indent: -5000px;
  margin-top: 32px;
  float: left;
  margin-left: 30px;
}
#game .footer ul {
  display: inline-block;
  margin-top: 44px;
  float: right;
  margin-right: 30px;
}
#game .footer ul > li {
  float: left;
  margin-left: 20px;
}
#game .footer ul > li:first-child {
  margin-left: 0px;
}
#game .footer ul > li a {
  color: #000;
}
#game .footer ul > li a:hover {
  color: #616161;
}
#game .logo {
  width: 160px;
  height: 80px;
  font-family: "RobotoCondensedBold";
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
#game .logo .giz {
  background: url("../img/sprite.png") 0px 0px;
  width: 120px;
  height: 32px;
  margin: 22px auto 0px auto;
}
#game .logo .giz.gim {
  margin-top: 14px;
}
#game .logo span {
  width: 142px;
  display: block;
  margin: 0 auto 0 auto;
}
#game .logo span.wp {
  width: 148px;
  background: url("../img/wp-logo.png") right center no-repeat;
  background-size: 26px;
  text-align: left;
  overflow: auto;
  height: 26px;
}
#game .logo span.wp a {
  color: #000;
  display: block;
  margin-top: 8px;
}
#game .ranking .pic figure img {
  width: 41px;
  height: 41px;
}
#game .userInfo {
  width: 160px;
  height: 80px;
  cursor: pointer;
}
#game .userInfo .pic {
  height: 41px;
  width: 60px;
  border-left: 1px solid #ebebeb;
  margin-top: 20px;
  float: left;
}
#game .userInfo .pic figure {
  float: right;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border-radius: 50%;
}
#game .userInfo .pic figure img {
  width: 41px;
  height: 41px;
}
#game .userInfo .pic figure .shadow {
  box-shadow: 0 0 5px 0px #989898 inset;
  position: absolute;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border-radius: 50%;
}
#game .userInfo .info {
  font-family: "RobotoRegular";
  font-size: 13px;
  height: 41px;
  width: 85px;
  margin-top: 20px;
  float: left;
  margin-left: 10px;
}
#game .userInfo .info .nick {
  margin-top: 8px;
  display: block;
}
#game .userInfo .info .stars {
  width: 0px;
  height: 11px;
  display: block;
  background: url("../img/sprite.png") -129px -117px;
}
#game .logout {
  width: 160px;
  height: 80px;
}
#game .logout a {
  width: 124px;
  height: 25px;
  line-height: 25px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 28px;
  font-size: 11px;
}
#game .logout a span {
  float: right;
  margin-right: 8px;
}
#game .logout a .close {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  float: right;
  background: url("../img/sprite.png") -124px -33px;
}
#game .logout a .close.return {
  background: url("../img/sprite.png") -124px -225px;
}
#game .logout a:hover .close {
  border: 1px solid #65c1be;
}
#game .points {
  width: 160px;
  height: 160px;
  background: #b2dcd6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#game .points p {
  font-size: 11px;
  margin-top: 18px;
}
#game .points p.num {
  font-size: 33px;
  font-family: "RobotoThin";
  margin-top: 6px;
  line-height: 80px;
}
#game .points p.position {
  width: 140px;
  margin: 0 auto;
  line-height: 24px;
  margin-top: 6px;
}
#game .points p.position span {
  color: #1f625f;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #1f625f;
  border-radius: 50%;
  margin-left: 6px;
}
#game .recent {
  width: 160px;
  height: 160px;
  background: #1f625f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#game .recent p {
  font-size: 11px;
  margin-top: 20px;
}
#game .recent p.num {
  font-size: 26px;
  font-family: "RobotoLight";
  position: absolute;
  width: 60px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: 9px;
}
#game .recent canvas {
  margin-top: 20px;
}
#game .play {
  width: 480px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
  font-size: 16px;
  text-align: center;
}
#game .play a {
  display: block;
  width: 100%;
  height: 100%;
}
#game .play a .circle {
  width: 116px;
  height: 116px;
  border: 1px solid #1f625f;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -58px;
  margin-top: -58px;
}
#game .play a span {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: 72px;
}
#game .play a .triangle {
  width: 0px;
  height: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #1f625f;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -24px;
}
#game .play a:hover .circle {
  border-color: #65c1be;
}
#game .play a:hover .triangle {
  border-left-color: #65c1be;
}
#game .ranking {
  width: 320px;
  height: 560px;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#game .ranking ul {
  width: 100%;
}
#game .ranking ul > li {
  border-radius: 6px;
  border: 1px solid white;
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  background: #ebebeb;
}
#game .ranking ul > li.header {
  background: #b2dcd6;
  color: #fff;
  text-transform: uppercase;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
}
#game .ranking ul > li.header p {
  margin: 26px 0px 0px 20px;
}
#game .ranking ul > li.header p span {
  font-family: "RobotoCondensed";
  font-size: 11px;
}
#game .ranking ul > li .position {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1f625f;
  float: left;
  margin: 25px 0px 0px 25px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
}
#game .ranking ul > li .position.first {
  text-indent: -5000px;
  background: url("../img/sprite.png") -147px -83px;
}
#game .ranking ul > li .position.second {
  text-indent: -5000px;
  background: url("../img/sprite.png") -173px -83px;
}
#game .ranking ul > li .position.third {
  text-indent: -5000px;
  background: url("../img/sprite.png") -199px -83px;
}
#game .ranking ul > li .pic {
  height: 41px;
  width: 66px;
  margin-top: 20px;
  float: left;
}
#game .ranking ul > li .pic figure {
  float: right;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border-radius: 50%;
}
#game .ranking ul > li .pic figure .shadow {
  box-shadow: 0 0 5px 0px #989898 inset;
  position: absolute;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border-radius: 50%;
}
#game .ranking ul > li .info {
  font-family: "RobotoRegular";
  font-size: 13px;
  height: 41px;
  width: 90px;
  margin-top: 20px;
  float: left;
  margin-left: 10px;
}
#game .ranking ul > li .info .nick {
  margin-top: 8px;
  display: block;
}
#game .ranking ul > li .info .stars {
  width: 0px;
  display: block;
  height: 11px;
  background: url("../img/sprite.png") -129px -117px;
}
#game .ranking ul > li .pts {
  position: absolute;
  font-family: "RobotoLight";
  font-size: 18px;
  color: #000;
  line-height: 80px;
  right: 15px;
}
#game .invite {
  width: 320px;
  height: 160px;
  background: #65c1be;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
#game .invite a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#game .invite a:hover {
  color: #fff;
}
#game .invite a .copy {
  width: 165px;
  height: 30px;
  float: left;
  margin: 68px 0px 0px 30px;
}
#game .invite a .copy span {
  font-size: 11px;
}
#game .invite a .ico {
  width: 80px;
  height: 80px;
  background: url("../img/sprite.png") 10px -114px #fff;
  border-radius: 50%;
  position: relative;
  float: left;
  margin: 40px 0px 0px 40px;
}
#game .invite a .ico .plus {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../img/sprite.png") -124px -55px #1f625f;
}
#game .inviteNotification {
  width: 320px;
  height: 80px;
  background: #616161;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
#game .inviteNotification .info {
  width: 158px;
  height: 80px;
  text-align: center;
  float: left;
}
#game .inviteNotification .info .notification {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("../img/sprite.png") -123px -82px;
  margin: 18px auto 9px auto;
  position: relative;
}
#game .inviteNotification .info .notification .round {
  position: absolute;
  font-family: "RobotoCondensedBold";
  left: 14px;
  top: -8px;
  height: 16px;
  line-height: 16px;
  min-width: 8px;
  padding: 0px 4px 0px 4px;
  text-align: center;
  border-radius: 8px;
  background: #65c1be;
}
#game .multiplier {
  width: 160px;
  height: 160px;
  background: #1f625f;
  color: #fff;
  font-size: 11px;
  font-family: "RobotoCondensedBold";
  text-transform: uppercase;
  text-align: center;
}
#game .multiplier.niz {
  display: none !important;
}
#game .multiplier .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dce9e6;
  margin: 20px auto 0px auto;
  position: relative;
}
#game .multiplier .circle p {
  text-align: center;
  margin-top: 20px;
}
#game .multiplier .circle .num {
  font-family: "RobotoLight";
  font-size: 42px;
  margin-top: 10px;
  margin-left: 10px;
}
#game .multiplier .circle .x {
  position: absolute;
  left: 17px;
  top: 70px;
}
#game .multiplierAdd {
  width: 160px;
  height: 80px;
  background: #989898;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#game .multiplierAdd.niz {
  display: none !important;
}
#game .multiplierAdd a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#game .multiplierAdd a .plus {
  width: 24px;
  height: 24px;
  background: url("../img/sprite.png") -147px -55px #fff;
  border-radius: 50%;
  margin: 19px auto 9px auto;
}
#game .badge {
  width: 160px;
  height: 240px;
  background: #b2dcd6;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#game .badge.niz {
  width: 320px;
}
#game .badge p {
  margin-top: 20px;
}
#game .badge .badgeContent {
  width: 150px;
  height: 145px;
  margin: 12px auto 12px auto;
  background: url("../img/badges_rgb.svg") 150px 150px;
}
#game .badge .badgeContent.b0 {
  background-position: -11px -158px;
}
#game .badge .badgeContent.b1 {
  background-position: -183px -6px;
}
#game .badge .badgeContent.b2 {
  background-position: -11px -5px;
}
#game .badge .badgeContent.b3 {
  background-position: -535px -5px;
}
#game .badge .badgeContent.b4 {
  background-position: -360px -4px;
}
#game .badge .badgeContent.b5 {
  background-position: -534px -158px;
}
#game .badge .badgeContent.b6 {
  background-position: -359px -158px;
}
#game .badge .badgeContent.b7 {
  background-position: -8px -311px;
}
#game .badge .badgeContent.b8 {
  background-position: -182px -158px;
}
#game .badge .badgeContent.b9 {
  background-position: -184px -311px;
}
#game .badge a {
  display: block;
  width: 120px;
  height: 30px;
  border-radius: 15px;
  background: #1f625f;
  color: #fff;
  line-height: 30px;
  margin: 0px auto 0px auto;
}
#game .badge a:hover {
  background: #65c1be;
}
#game .userProfile {
  width: 480px;
  height: 320px;
  background: #ebebeb;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #1f625f;
}
#game .userProfile h2 {
  font-size: 14px;
  font-family: "RobotoCondensedBold";
  margin: 35px 0px 0px 20px;
  text-transform: uppercase;
}
#game .userProfile .pic {
  margin: 35px 0px 0px 20px;
  float: left;
  text-align: center;
}
#game .userProfile .pic label input {
  position: fixed;
  top: -1000px;
}
#game .userProfile .pic figure {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}
#game .userProfile .pic figure .shadow {
  box-shadow: 0 0 10px 0px #989898 inset;
  position: absolute;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
}
#game .userProfile .pic label {
  display: block;
  width: 100%;
  margin-top: 12px;
  text-transform: uppercase;
}
#game .userProfile .pic label:first-child {
  margin-top: 20px;
}
#game .userProfile .pic label:hover {
  opacity: 0.7;
  cursor: pointer;
}
#game .userProfile .info {
  margin: 50px 0px 0px 30px;
  float: left;
  overflow: hidden;
  width: 265px;
}
#game .userProfile .info h3 {
  font-size: 28px;
  color: #000;
  font-family: "RobotoLight";
}
#game .userProfile .info h4 {
  font-family: "RobotoCondensed";
  font-size: 11px;
  text-transform: uppercase;
  margin: 5px 0px 18px 0px;
}
#game .userProfile .info .userParam {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: "RobotoRegular";
}
#game .userProfile .info .userParam span {
  font-size: 12px;
  font-family: "RobotoRegular";
  color: #989898;
  width: 100px;
  display: block;
  text-transform: none;
  margin-bottom: 3px;
}
#game .userProfile .info .userParam.wide span {
  width: 220px;
}
#game .userProfile .info a {
  display: block;
  width: 110px;
  height: 30px;
  border-radius: 15px;
  background: #1f625f;
  color: #fff;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0px 0px 135px;
}
#game .userProfile .info a:hover {
  background: #65c1be;
}
#game .userPassword {
  width: 480px;
  height: 240px;
  background: #f4f4f4;
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #1f625f;
  text-transform: uppercase;
}
#game .userPassword h2 {
  font-size: 14px;
  font-family: "RobotoCondensedBold";
  margin: 20px 0px 0px 20px;
  text-transform: uppercase;
}
#game .userPassword form {
  margin: 20px 0px 0px 20px;
  width: 100%;
}
#game .userPassword input {
  font-size: 12px;
  width: calc(100% - 70px);
  height: 35px;
  margin: 0px 0px 10px 0px;
  border-radius: 6px;
  border: 1px solid #b2dcd6;
  color: #1f625f;
  padding: 0px 14px 0px 14px;
}
#game .userPassword input.error {
  border: 1px solid red;
}
#game .userPassword button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  font-size: 11px;
  float: right;
  margin-right: 40px;
}
#game .userBadges {
  width: 320px;
  height: 560px;
  overflow: auto;
}
#game .userBadges ul {
  width: 100%;
}
#game .userBadges ul > li {
  border-radius: 6px;
  border: 1px solid white;
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  background: #ebebeb;
}
#game .userBadges ul > li.header {
  background: #1f625f;
  color: #fff;
  text-transform: uppercase;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
}
#game .userBadges ul > li.header p {
  margin: 32px 0px 0px 20px;
}
#game .userBadges ul > li.header p span {
  font-family: "RobotoCondensed";
  font-size: 11px;
}
#game .userBadges ul > li .ico {
  height: 40px;
  width: 40px;
  margin: 20px 0px 0px 20px;
  float: left;
  border-radius: 50%;
  background: url("../img/sprite-badge-thumbs.png") 0px 0px #1f625f;
}
#game .userBadges ul > li .ico.b0 {
  background-position: 0px 0px;
}
#game .userBadges ul > li .ico.b1 {
  background-position: -40px 0px;
}
#game .userBadges ul > li .ico.b2 {
  background-position: -80px 0px;
}
#game .userBadges ul > li .ico.b3 {
  background-position: -120px 0px;
}
#game .userBadges ul > li .ico.b4 {
  background-position: -160px 0px;
}
#game .userBadges ul > li .ico.b5 {
  background-position: -200px 0px;
}
#game .userBadges ul > li .ico.b6 {
  background-position: -240px 0px;
}
#game .userBadges ul > li .ico.b7 {
  background-position: -280px 0px;
}
#game .userBadges ul > li .ico.b8 {
  background-position: -320px 0px;
}
#game .userBadges ul > li .ico.b9 {
  background-position: -360px 0px;
}
#game .userBadges ul > li .info {
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  height: 41px;
  width: 100px;
  margin: 20px 0px 0px 20px;
  float: left;
  color: #000;
  text-transform: uppercase;
}
#game .userBadges ul > li .info .title {
  margin-top: 8px;
  display: block;
}
#game .userBadges ul > li .info .lvl {
  font-family: "RobotoCondensed";
  font-size: 11px;
  display: block;
}
#game .userBadges ul > li .info .lvl.grey {
  color: #616161;
}
#game .userBadges ul > li .stars {
  float: right;
  width: 30px;
  height: 10px;
  margin: 30px 20px 0px 0px;
  background: url("../img/sprite.png") -129px -128px;
}
#game .userBadges ul > li .stars.lvl0 {
  background-position: -129px -158px;
}
#game .userBadges ul > li .stars.lvl1 {
  background-position: -129px -148px;
}
#game .userBadges ul > li .stars.lvl2 {
  background-position: -129px -138px;
}
#game .userBadges ul > li .stars.lvl3 {
  background-position: -129px -128px;
}
#game .gameStart {
  width: 960px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
  font-size: 16px;
  text-align: center;
}
#game .gameStart h2 {
  font-family: "RobotoCondensedBold";
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -40px;
  width: 40px;
}
#game .gameStart button {
  width: 160px;
  height: 80px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}
#game .gameStart button.left {
  margin-left: -160px;
}
#game .gameCategories {
  width: 960px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
  font-size: 16px;
  text-align: center;
}
#game .gameCategories h2 {
  font-family: "RobotoCondensedBold";
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  text-align: center;
}
#game .gameCategories ul {
  width: 640px;
  height: 160px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -240px;
  margin-top: -80px;
}
#game .gameCategories ul > li {
  width: 160px;
  height: 80px;
  float: left;
  position: relative;
}
#game .gameCategories ul > li a {
  position: relative;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  background: url("../img/sprite-categories.png") #1f625f;
  font-family: "RobotoCondensed";
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 57px;
}
#game .gameCategories ul > li a:hover {
  background-color: #1f625f;
  border: 1px solid #1f625f;
}
#game .gameCategories ul > li a.selected {
  background-color: #65c1be;
  border: 1px solid #ebebeb;
}
#game .gameCategories ul > li a.math {
  background-position: 0px 0px;
}
#game .gameCategories ul > li a.hist {
  background-position: -160px 0px;
}
#game .gameCategories ul > li a.chem {
  background-position: -320px 0px;
}
#game .gameCategories ul > li a.wos {
  background-position: -480px 0px;
}
#game .gameCategories ul > li a.polish {
  background-position: 0px -80px;
}
#game .gameCategories ul > li a.biol {
  background-position: -160px -80px;
}
#game .gameCategories ul > li a.phys {
  background-position: -320px -80px;
}
#game .gameCategories ul > li a.geo {
  background-position: -480px -80px;
}
#game .gameCategories ul > li a.holiday {
  background-position: 0px -160px;
}
#game .gameCategories ul > li a .chkbx {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
}
#game .gameCategories ul > li a.selected .chkbx {
  background: url("../img/sprite.png") no-repeat -127px -258px;
}
#game .gameCategories button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -55px;
}
#game .gameProgress {
  width: 160px;
  height: 320px;
  font-family: "RobotoCondensedBold";
  text-transform: uppercase;
  font-size: 11px;
  color: #65c1be;
  background: #ebebeb;
  overflow: hidden;
}
#game .gameProgress .shadow {
  position: absolute;
  z-index: 3;
  box-shadow: 0px 10px 10px -5px #ebebeb inset, 0px -10px 10px -5px #ebebeb inset;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#game .gameProgress .indicator {
  position: absolute;
  z-index: 1;
  width: calc(100% - 7px);
  padding-left: 7px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background: #65c1be;
  top: -18px;
}
#game .gameProgress ul {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 16px;
}
#game .gameProgress ul > li {
  height: 18px;
  line-height: 18px;
  text-align: right;
  padding-right: 30px;
}
#game .gameProgress ul > li.shop {
  color: #1f625f;
  background: url("../img/sprite.png") -202px -7px;
}
#game .gameProgress ul > li.selected {
  color: #fff;
}
#game .gameProgress ul > li.done {
  color: #1f625f;
}
#game .gameQuestion {
  width: 640px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
  display: table;
}
#game .gameQuestion .question {
  text-align: center;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  width: 640px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#game .gameQuestion ul {
  width: 100%;
  margin-left: 2px;
}
#game .gameQuestion ul > li {
  width: 305px;
  margin: 6px;
  height: 64px;
  float: left;
  border-radius: 6px;
  border: 1px solid #1f625f;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
#game .gameQuestion ul > li.wrong {
  background: #c61631;
  color: #fff;
  border: 1px solid #672326;
}
#game .gameQuestion ul > li.wrong:hover {
  background: #672326;
  border: 1px solid #c61631;
}
#game .gameQuestion ul > li.wrong .answer p {
  color: #fff;
}
#game .gameQuestion ul > li.wrong span {
  background: #672326;
  color: #fff;
}
#game .gameQuestion ul > li.correct {
  background: #1f625f;
  color: #fff;
}
#game .gameQuestion ul > li.correct .answer p {
  color: #fff;
}
#game .gameQuestion ul > li.correct span {
  background: #1f625f;
}
#game .gameQuestion ul > li.hidden {
  border: 1px solid transparent;
  background: none;
  opacity: 0;
  cursor: default;
}
#game .gameQuestion ul > li.hidden span {
  display: none;
}
#game .gameQuestion ul > li.hidden .answer {
  display: none;
}
#game .gameQuestion ul > li span {
  width: 64px;
  display: block;
  height: 64px;
  background: #65c1be;
  font-family: "RobotoCondensedBold";
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 64px;
  float: left;
}
#game .gameQuestion ul > li .answer {
  height: 64px;
  display: table;
  float: left;
}
#game .gameQuestion ul > li .answer p {
  color: #1f625f;
  font-size: 13px;
  width: 215px;
  padding-left: 20px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#game .gameQuestion ul > li:hover {
  border: 1px solid #65c1be;
  background: #65c1be;
}
#game .gameQuestion ul > li:hover .answer p {
  color: #fff;
}
#game .gameQuestion .overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}
#game .gameQuestion .overlay .correct {
  width: 320px;
  height: 160px;
  top: 80px;
  left: 160px;
  border: none;
}
#game .gameQuestion .overlay .correct .bg {
  background: #fff;
  width: 320px;
  height: 160px;
  z-index: 1;
}
#game .gameQuestion .overlay .correct .mark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #1f625f;
  background: url("../img/sprite.png") -266px -33px #1f625f;
  margin: 20px 25px 20px 15px;
  left: 85px;
}
#game .gameQuestion .overlay .correct .summary {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 20px 15px 20px 25px;
  left: 0;
  text-transform: uppercase;
  line-height: 18px;
}
#game .gameQuestion .overlay .correct .summary p {
  width: 100%;
}
#game .gameQuestion .overlay .correct .summary p span {
  float: right;
  color: #000;
  text-transform: none;
  font-family: "RobotoCondensedBold";
}
#game .gameQuestion .overlay .correct .summary hr {
  color: #ebebeb;
  background: #ebebeb;
  height: 1px;
  border: 1px;
}
#game .gameQuestion .overlay .correct .summary button {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  margin-top: 5px;
}
#game .gameQuestion .overlay .wrong {
  width: 320px;
  height: 160px;
  top: 80px;
  left: 160px;
  border: none;
}
#game .gameQuestion .overlay .wrong .bg {
  background: #fff;
  width: 320px;
  height: 160px;
  z-index: 1;
}
#game .gameQuestion .overlay .wrong .mark {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #c61631;
  background: url("../img/sprite.png") -265px -124px #c61631;
  margin: 20px 25px 20px 15px;
  left: 85px;
  display: none;
}
#game .gameQuestion .overlay .wrong .next {
  width: 120px;
  height: 120px;
  margin: 10px 20px 20px 20px;
  left: 0;
}
#game .gameQuestion .overlay .wrong .next p {
  font-size: 28px;
  color: #65c1be;
  text-align: center;
  line-height: 85px;
}
#game .gameQuestion .overlay .wrong .or {
  font-family: "RobotoCondensedBold";
  width: 40px;
  height: 20px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -20px;
  line-height: 20px;
  color: #000;
}
#game .gameQuestion .overlay .wrong .restart {
  background: url("../img/sprite.png") -362px -45px;
  width: 120px;
  height: 120px;
  margin: 10px 20px 20px 20px;
  left: 160px;
}
#game .gameQuestion .overlay .wrong .restart button {
  margin-top: 90px;
}
#game .gameQuestion .overlay .wrong button {
  width: 120px;
  height: 30px;
  border-radius: 15px;
  margin-top: 5px;
}
#game .gamePoints {
  width: 160px;
  height: 80px;
  background: #b2dcd6;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: #b2dcd6;
  z-index: 4;
}
#game .gamePoints p {
  font-family: "RobotoCondensed";
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
#game .gamePoints p.num {
  font-size: 44px;
  font-family: "RobotoThin";
  margin-top: 16px;
}
#game .gameRescue {
  width: 160px;
  height: 80px;
  background: #b2dcd6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-color: #b2dcd6;
}
#game .gameRescue a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
  margin: 30px 0px 0px 15px;
  background: url("../img/sprite.png");
  position: relative;
}
#game .gameRescue a span {
  background: #c61631;
  color: #fff;
  font-family: "RobotoCondensedBold";
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
}
#game .gameRescue a:hover {
  border: 1px solid #1f625f;
}
#game .gameRescue a.r5050 {
  background-position: -124px -168px;
}
#game .gameRescue a.r5050:hover {
  background-position: -124px -193px;
}
#game .gameRescue a.rReload {
  background-position: -169px -168px;
}
#game .gameRescue a.rReload:hover {
  background-position: -169px -193px;
}
#game .gameRescue a.rTime {
  background-position: -214px -168px;
}
#game .gameRescue a.rTime:hover {
  background-position: -214px -193px;
}
#game .gameTime {
  width: 160px;
  height: 160px;
  background: #c61631;
}
#game .gameTime h4 {
  font-family: "RobotoThin";
  font-size: 38px;
  color: #fff;
  text-align: center;
  width: 160px;
  top: 63px;
  position: absolute;
}
#game .gameTime canvas {
  margin: 20px;
  display: block;
}
#game .gameShop {
  width: 640px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
}
#game .gameShop h3 {
  color: #1f625f;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  margin: 30px;
  text-align: center;
}
#game .gameShop button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin: 10px 25px 10px 25px;
}
#game .gameShop button.next {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: 12px;
}
#game .gameShop .rescue {
  width: 160px;
  height: 160px;
  display: block;
  top: 80px;
}
#game .gameShop .rescue .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 22px auto 12px auto;
  background: url("../img/sprite.png");
}
#game .gameShop .rescue p {
  font-family: "RobotoCondensed";
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
#game .gameShop .rescue p span {
  font-family: "RobotoCondensedBold";
  font-size: 11px;
  display: block;
  margin-top: 10px;
}
#game .gameShop .rescue.r5050 {
  left: 80px;
  background: #1f625f;
}
#game .gameShop .rescue.r5050 .icon {
  background-position: -121px -165px;
}
#game .gameShop .rescue.rReload {
  left: 240px;
  background: #65c1be;
}
#game .gameShop .rescue.rReload .icon {
  background-position: -166px -164px;
}
#game .gameShop .rescue.rReload button:hover {
  border-color: #1f625f;
}
#game .gameShop .rescue.rTime {
  left: 400px;
  background: #b2dcd6;
}
#game .gameShop .rescue.rTime .icon {
  background-position: -211px -164px;
}
#game .gameWin {
  width: 960px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #ebebeb;
  text-align: center;
  overflow: hidden;
}
#game .gameWin h3 {
  color: #1f625f;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  margin: 20px;
}
#game .gameWin h1 {
  color: #1f625f;
  font-family: "RobotoThin";
  font-size: 70px;
  margin: 20px;
}
#game .gameWin .levelStars {
  line-height: 24px;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  margin-top: -18px;
  margin-bottom: 10px;
}
#game .gameWin .levelStars span {
  background: url("../img/finish-star.png") repeat-x top left;
  display: inline-block;
  height: 24px;
  margin-left: 6px;
}
#game .gameWin p {
  width: 300px;
  line-height: 24px;
  margin: 0 auto 0 auto;
  text-align: left;
  font-family: "RobotoCondensed";
  opacity: 0;
}
#game .gameWin p .pts {
  font-family: "RobotoRegular";
  float: right;
  font-size: 20px;
}
#game .gameWin p .pts.position {
  color: #c61631;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #c61631;
  border-radius: 50%;
  margin-left: 6px;
  font-size: 16px;
  text-align: center;
}
#game .gameWin p.border {
  border-top: 1px solid #c61631;
}
#game .gameWin .social {
  width: 320px;
  height: 80px;
  margin: 14px auto 0 auto;
}
#game .gameWin .social a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 9999px;
  margin: 0px 5px 0px 5px;
  float: left;
}
#game .gameWin .social a.facebook {
  background: url("../img/sprite.png") 0px -240px;
  margin-left: 65px;
}
#game .gameWin .social a.facebook:hover {
  background-position: 0px -271px;
}
#game .gameWin .social a.twitter {
  background: url("../img/sprite.png") -40px -240px;
}
#game .gameWin .social a.twitter:hover {
  background-position: -40px -271px;
}
#game .gameWin .social button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin: 0px 5px 0px 5px;
  float: left;
}
#game .gameNewBadge {
  width: 640px;
  height: 320px;
  background: url("../img/bg-lines.png") 1% 1% #b2dcd6;
}
#game .gameNewBadge h3 {
  color: #1f625f;
  font-family: "RobotoCondensed";
  font-size: 14px;
  margin: 15px auto 10px auto;
  text-align: center;
  line-height: 20px;
}
#game .gameNewBadge h3 strong {
  font-family: "RobotoCondensedBold";
}
#game .gameNewBadge button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin: 10px 25px 10px 25px;
}
#game .gameNewBadge button.next {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: 12px;
}
#game .gameNewBadge .newBadge {
  width: 150px;
  height: 145px;
  margin: 10px auto 10px auto;
  background: url("../img/badges_rgb.svg");
}
#game .gameNewBadge .newBadge.b0 {
  background-position: -11px -158px;
}
#game .gameNewBadge .newBadge.b1 {
  background-position: -183px -6px;
}
#game .gameNewBadge .newBadge.b2 {
  background-position: -11px -5px;
}
#game .gameNewBadge .newBadge.b3 {
  background-position: -535px -5px;
}
#game .gameNewBadge .newBadge.b4 {
  background-position: -360px -4px;
}
#game .gameNewBadge .newBadge.b5 {
  background-position: -534px -158px;
}
#game .gameNewBadge .newBadge.b6 {
  background-position: -359px -158px;
}
#game .gameNewBadge .newBadge.b7 {
  background-position: -8px -311px;
}
#game .gameNewBadge .newBadge.b8 {
  background-position: -182px -158px;
}
#game .gameNewBadge .newBadge.b9 {
  background-position: -184px -311px;
}
#game .gameNewBadge .level {
  width: 30px;
  height: 10px;
  margin: 7px auto 0px auto;
}
#game .gameNewBadge .level.lvl3 {
  background: url("../img/sprite.png") -129px -129px;
}
#game .gameNewBadge .level.lvl2 {
  background: url("../img/sprite.png") -129px -139px;
}
#game .gameNewBadge .level.lvl1 {
  background: url("../img/sprite.png") -129px -149px;
}
#game .gameNewBadge .level.lvl0 {
  background: url("../img/sprite.png") -129px -159px;
}
#game .gameNewBadge p {
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #fff;
  width: 160px;
  text-align: center;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
}
#game .gameNewBadge p span {
  font-size: 11px;
  margin-top: 20px;
}
#game .footer {
  width: 960px;
  height: 80px;
  bottom: 0px;
  left: 0px;
}

#background {
  width: 320px;
  height: 160px;
  background: #fff;
  z-index: 1;
  left: 50%;
  margin-left: -160px;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  display: none;
}
.overlay .spin {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  display: block;
  border: none;
  text-indent: -9999em;
  border-top: 0.5em solid #b2dcd6;
  border-right: 0.5em solid #b2dcd6;
  border-bottom: 0.5em solid #b2dcd6;
  border-left: 0.5em solid #65c1be;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
}
.overlay .spin:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.overlay .inviteFriendsBox {
  width: 640px;
  height: 480px;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -320px;
  background: #fff;
  overflow: auto;
}
.overlay .inviteFriendsBox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  background: url("../img/sprite.png") -124px -33px;
  cursor: pointer;
}
.overlay .inviteFriendsBox h2 {
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #000;
  margin: 30px 30px 0px 30px;
}
.overlay .inviteFriendsBox p {
  font-family: "RobotoCondensed";
  font-size: 14px;
  color: #000;
  margin: 12px 30px 12px 30px;
}
.overlay .inviteFriendsBox form {
  margin-left: 20px;
}
.overlay .inviteFriendsBox form input {
  font-size: 12px;
  width: 440px;
  height: 35px;
  margin: 10px 0px 0px 10px;
  border-radius: 6px;
  border: 1px solid #b2dcd6;
  color: #1f625f;
  padding: 0px 14px 0px 14px;
}
.overlay .inviteFriendsBox form input.error {
  border: 1px solid red;
}
.overlay .inviteFriendsBox form button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin-left: 10px;
}
.overlay .inviteFriendsBox ul {
  height: 250px;
  width: 100%;
  overflow-y: auto;
}
.overlay .inviteFriendsBox ul li {
  float: left;
  width: 33%;
  height: 48px;
  background: #ebebeb;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
.overlay .inviteFriendsBox ul li span {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #1f625f;
  margin: 17px 12px 17px 12px;
  background: none;
}
.overlay .inviteFriendsBox ul li div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 10px 12px 10px 0px;
}
.overlay .inviteFriendsBox ul li p {
  font-size: 13px;
  font-family: "RobotoRegular";
  color: #000;
  float: left;
  line-height: 48px;
  margin: 0;
}
.overlay .inviteFriendsBox ul li.selected span {
  background: url("../img/sprite.png") -126px -256px #1f625f;
}
.overlay .inviteFriendsBox button {
  width: 160px;
  height: 30px;
  border-radius: 15px;
  margin-left: 30px;
}
.overlay .emailSave, .overlay .registerPopup, .overlay .staticPopup, .overlay .forgotPopup {
  width: 320px;
  height: 480px;
  top: 160px;
  left: 50%;
  margin-left: -160px;
  background: #fff;
}
.overlay .emailSave h2, .overlay .registerPopup h2, .overlay .staticPopup h2, .overlay .forgotPopup h2 {
  font-family: "RobotoCondensedBold";
  font-size: 20px;
  color: #1f625f;
  margin: 30px 30px 0px 30px;
  text-align: center;
}
.overlay .emailSave h3, .overlay .registerPopup h3, .overlay .staticPopup h3, .overlay .forgotPopup h3 {
  font-family: "RobotoCondensed";
  font-size: 12px;
  color: #65c1be;
  margin: 20px 30px 0px 30px;
  text-align: center;
}
.overlay .emailSave h4, .overlay .registerPopup h4, .overlay .staticPopup h4, .overlay .forgotPopup h4 {
  font-family: "RobotoThin";
  font-size: 30px;
  color: #1f625f;
  margin: 20px 30px 0px 30px;
  text-align: center;
}
.overlay .emailSave p, .overlay .registerPopup p, .overlay .staticPopup p, .overlay .forgotPopup p {
  font-family: "RobotoCondensed";
  font-size: 14px;
  color: #000;
  margin: 12px 30px 12px 30px;
  text-align: center;
  line-height: 18px;
}
.overlay .emailSave .close, .overlay .registerPopup .close, .overlay .staticPopup .close, .overlay .forgotPopup .close {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  float: right;
  background: url("../img/sprite.png") -124px -33px;
  cursor: pointer;
}
.overlay .emailSave .close.return, .overlay .registerPopup .close.return, .overlay .staticPopup .close.return, .overlay .forgotPopup .close.return {
  background: url("../img/sprite.png") -124px -234px;
}
.overlay .emailSave .close:hover, .overlay .registerPopup .close:hover, .overlay .staticPopup .close:hover, .overlay .forgotPopup .close:hover {
  border: 1px solid #65c1be;
}
.overlay .emailSave form button, .overlay .registerPopup form button, .overlay .staticPopup form button, .overlay .forgotPopup form button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin: 25px 45px;
}
.overlay .emailSave form input, .overlay .registerPopup form input, .overlay .staticPopup form input, .overlay .forgotPopup form input {
  font-size: 12px;
  width: 280px;
  height: 35px;
  margin: 10px 20px 10px 20px;
  border-radius: 6px;
  border: 1px solid #b2dcd6;
  color: #1f625f;
  text-align: center;
}
.overlay .emailSave form input#accept, .overlay .registerPopup form input#accept, .overlay .staticPopup form input#accept, .overlay .forgotPopup form input#accept {
  width: 20px;
  margin: 10px 20px 10px 20px;
  float: left;
}
.overlay .emailSave form label, .overlay .registerPopup form label, .overlay .staticPopup form label, .overlay .forgotPopup form label {
  width: 250px;
  float: left;
  margin-top: 14px;
}
.overlay .emailSave form .errorInfo, .overlay .registerPopup form .errorInfo, .overlay .staticPopup form .errorInfo, .overlay .forgotPopup form .errorInfo {
  position: absolute;
  right: -161px;
  width: 160px;
  height: 36px;
  background: url("../img/sprite.png") -125px 2px #1f625f;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
.overlay .emailSave form .errorInfo span, .overlay .registerPopup form .errorInfo span, .overlay .staticPopup form .errorInfo span, .overlay .forgotPopup form .errorInfo span {
  padding-left: 24px;
}
.overlay .emailSave form .errorInfo.nameError, .overlay .registerPopup form .errorInfo.nameError, .overlay .staticPopup form .errorInfo.nameError, .overlay .forgotPopup form .errorInfo.nameError {
  top: 90px;
}
.overlay .emailSave form .errorInfo.emailError, .overlay .registerPopup form .errorInfo.emailError, .overlay .staticPopup form .errorInfo.emailError, .overlay .forgotPopup form .errorInfo.emailError {
  top: 311px;
}
.overlay .emailSave form .errorInfo.passwordError, .overlay .registerPopup form .errorInfo.passwordError, .overlay .staticPopup form .errorInfo.passwordError, .overlay .forgotPopup form .errorInfo.passwordError {
  top: 48px;
}
.overlay .emailSave form .errorInfo.passwordRegError, .overlay .registerPopup form .errorInfo.passwordRegError, .overlay .staticPopup form .errorInfo.passwordRegError, .overlay .forgotPopup form .errorInfo.passwordRegError {
  top: 185px;
}
.overlay .emailSave form .errorInfo.acceptError, .overlay .registerPopup form .errorInfo.acceptError, .overlay .staticPopup form .errorInfo.acceptError, .overlay .forgotPopup form .errorInfo.acceptError {
  top: 368px;
}
.overlay .enterCode {
  width: 320px;
  height: 240px;
  top: 240px;
  left: 50%;
  margin-left: -160px;
  background: #fff;
}
.overlay .enterCode h2 {
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #000;
  margin: 30px 30px 0px 30px;
  text-align: center;
  text-transform: uppercase;
}
.overlay .enterCode h1 {
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #1f625f;
  margin: 20px 20px 0px 20px;
  text-align: center;
  text-transform: uppercase;
}
.overlay .enterCode p {
  font-family: "RobotoCondensed";
  font-size: 11px;
  color: #1f625f;
  margin: 11px 20px 0px 20px;
  text-align: center;
  text-transform: uppercase;
}
.overlay .enterCode .close {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  float: right;
  background: url("../img/sprite.png") -124px -33px;
  cursor: pointer;
}
.overlay .enterCode .close:hover {
  border: 1px solid #65c1be;
}
.overlay .enterCode form button {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  margin: 0px 105px 0px 105px;
}
.overlay .enterCode form input {
  font-size: 12px;
  width: 280px;
  height: 35px;
  margin: 30px 20px 10px 20px;
  border-radius: 6px;
  border: 1px solid #b2dcd6;
  color: #1f625f;
  text-align: center;
}

.loader {
  z-index: 100;
}

.sLoading #start {
  display: block;
}
.sLoading #start .logobig {
  top: 80px;
}
.sLoading #start .logo {
  display: none;
}
.sLoading #start .preloader {
  top: 240px;
}
.sLoading #start .select {
  display: none;
}
.sLoading #start .register {
  display: none;
}
.sLoading #start .login {
  display: none;
}
.sLoading #start .footer {
  top: 400px;
}
.sLoading #game {
  display: none;
}
.sLoading #background {
  top: 240px;
}

.sSelecting #start {
  display: block;
}
.sSelecting #start .logobig {
  top: 80px;
}
.sSelecting #start .logo {
  display: none;
}
.sSelecting #start .preloader {
  display: none;
}
.sSelecting #start .select {
  top: 240px;
}
.sSelecting #start .register {
  display: none;
}
.sSelecting #start .login {
  display: none;
}
.sSelecting #start .footer {
  top: 480px;
}
.sSelecting #game {
  display: none;
}
.sSelecting #background {
  top: 240px;
  height: 235px;
}

.sLogin #start {
  display: block;
}
.sLogin #start .logobig {
  display: none;
}
.sLogin #start .logo {
  display: block;
  top: 0px;
}
.sLogin #start .preloader {
  display: none;
}
.sLogin #start .select {
  display: none;
}
.sLogin #start .register {
  display: none;
}
.sLogin #start .login {
  display: block;
  top: 80px;
}
.sLogin #start .footer {
  top: 560px;
}
.sLogin #game {
  display: none;
}
.sLogin #background {
  top: 0px;
  height: 720px;
}

.sRegister #start {
  display: block;
}
.sRegister #start .logobig {
  display: none;
}
.sRegister #start .logo {
  display: block;
  top: 0px;
}
.sRegister #start .preloader {
  display: none;
}
.sRegister #start .select {
  display: none;
}
.sRegister #start .register {
  display: block;
  top: 80px;
}
.sRegister #start .login {
  display: none;
}
.sRegister #start .footer {
  top: 560px;
}
.sRegister #start .footer .appstores {
  opacity: 0;
}
.sRegister #game {
  display: none;
}
.sRegister #background {
  top: 0px;
  height: 720px;
}

.sHome #start {
  display: none;
}
.sHome #game {
  display: block;
}
.sHome #game .logo {
  top: 0px;
  left: 0px;
}
.sHome #game .userInfo {
  top: 0px;
  left: 640px;
}
.sHome #game .logout {
  top: 0px;
  left: 800px;
}
.sHome #game .points {
  top: 80px;
  left: 0px;
}
.sHome #game .recent {
  top: 240px;
  left: 0px;
}
.sHome #game .play {
  top: 80px;
  left: 160px;
}
.sHome #game .ranking {
  top: 80px;
  left: 640px;
}
.sHome #game .invite {
  top: 400px;
  left: 0px;
}
.sHome #game .inviteNotification {
  top: 560px;
  left: 0px;
}
.sHome #game .multiplier {
  top: 400px;
  left: 320px;
}
.sHome #game .multiplierAdd {
  top: 560px;
  left: 320px;
}
.sHome #game .badge {
  top: 400px;
  left: 480px;
}
.sHome #game .badge.niz {
  left: 320px;
}
.sHome #game .userProfile {
  display: none;
}
.sHome #game .userPassword {
  display: none;
}
.sHome #game .userBadges {
  display: none;
}
.sHome #game .gameStart {
  display: none;
}
.sHome #game .gameCategories {
  display: none;
}
.sHome #game .gameProgress {
  display: none;
}
.sHome #game .gameQuestion {
  display: none;
}
.sHome #game .gamePoints {
  display: none;
}
.sHome #game .gameRescue {
  display: none;
}
.sHome #game .gameTime {
  display: none;
}
.sHome #game .gameShop {
  display: none;
}
.sHome #game .gameWin {
  display: none;
}
.sHome #game .gameNewBadge {
  display: none;
  top: 80px;
}
.sHome #background {
  top: 0px;
  height: 720px !important;
  width: 980px !important;
  margin-left: -490px !important;
}

.sProfile #start {
  display: none;
}
.sProfile #game {
  display: block;
}
.sProfile #game .logo {
  top: 0px;
  left: 0px;
}
.sProfile #game .userInfo {
  top: 0px;
  left: 640px;
}
.sProfile #game .logout {
  top: 0px;
  left: 800px;
}
.sProfile #game .points {
  top: 80px;
  left: 0px;
}
.sProfile #game .recent {
  top: 240px;
  left: 0px;
}
.sProfile #game .play {
  display: none;
}
.sProfile #game .ranking {
  display: none;
}
.sProfile #game .invite {
  display: none;
}
.sProfile #game .inviteNotification {
  display: none;
}
.sProfile #game .multiplier {
  top: 400px;
  left: 0px;
}
.sProfile #game .multiplierAdd {
  top: 560px;
  left: 0px;
}
.sProfile #game .badge {
  display: none;
}
.sProfile #game .userProfile {
  display: block;
  top: 80px;
  left: 160px;
}
.sProfile #game .userPassword {
  display: block;
  top: 400px;
  left: 160px;
}
.sProfile #game .userBadges {
  display: block;
  top: 80px;
  left: 640px;
}
.sProfile #game .gameStart {
  display: none;
}
.sProfile #game .gameCategories {
  display: none;
}
.sProfile #game .gameProgress {
  display: none;
}
.sProfile #game .gameQuestion {
  display: none;
}
.sProfile #game .gamePoints {
  display: none;
}
.sProfile #game .gameRescue {
  display: none;
}
.sProfile #game .gameTime {
  display: none;
}
.sProfile #game .gameShop {
  display: none;
}
.sProfile #game .gameWin {
  display: none;
}
.sProfile #game .gameNewBadge {
  display: none;
}
.sProfile #background {
  top: 0px;
  height: 720px !important;
  width: 980px !important;
  margin-left: -490px !important;
}

.sGame #start {
  display: none;
}
.sGame #game {
  display: block;
}
.sGame #game .logo {
  top: 0px;
  left: 0px;
}
.sGame #game .userInfo {
  top: 0px;
  left: 640px;
}
.sGame #game .logout {
  top: 0px;
  left: 800px;
}
.sGame #game .points {
  display: none;
}
.sGame #game .recent {
  display: none;
}
.sGame #game .play {
  display: none;
}
.sGame #game .ranking {
  top: 400px;
  left: 640px;
  height: 240px;
}
.sGame #game .ranking ul li:first-child {
  display: none;
}
.sGame #game .invite {
  top: 400px;
  left: 0px;
}
.sGame #game .inviteNotification {
  top: 560px;
  left: 0px;
}
.sGame #game .multiplier {
  top: 400px;
  left: 320px;
}
.sGame #game .multiplierAdd {
  top: 560px;
  left: 320px;
}
.sGame #game .badge {
  top: 400px;
  left: 480px;
}
.sGame #game .badge.niz {
  left: 320px;
}
.sGame #game .userProfile {
  display: none;
}
.sGame #game .userPassword {
  display: none;
}
.sGame #game .userBadges {
  display: none;
}
.sGame #game .gameStart {
  top: 80px;
  left: 0px;
  display: none;
}
.sGame #game .gameCategories {
  top: 80px;
  left: 0px;
  display: none;
}
.sGame #game .gameProgress {
  top: 80px;
  left: 0px;
  display: none;
}
.sGame #game .gameQuestion {
  top: 80px;
  left: 160px;
  display: none;
}
.sGame #game .gamePoints {
  top: 80px;
  left: 800px;
  display: none;
}
.sGame #game .gameRescue {
  top: 160px;
  left: 800px;
  display: none;
}
.sGame #game .gameTime {
  top: 240px;
  left: 800px;
  display: none;
}
.sGame #game .gameShop {
  top: 80px;
  left: 160px;
  display: none;
}
.sGame #game .gameWin {
  top: 80px;
  left: 0px;
  display: none;
}
.sGame #game .gameNewBadge {
  top: 80px;
  left: 160px;
  display: none;
}
.sGame #game .gameNewBadge.finish {
  left: 0px;
  width: 960px;
}
.sGame #background {
  top: 0px;
  height: 720px !important;
  width: 980px !important;
  margin-left: -490px !important;
}

.overlay .staticPopup {
  width: 960px;
  margin-left: -480px;
  height: 640px;
  top: 0;
  overflow: hidden;
  padding-bottom: 30px;
}
.overlay .staticPopup.login {
  height: 720px;
}
.overlay .staticPopup.login p {
  height: 560px;
}
.overlay .staticPopup.game {
  width: 980px;
  margin-left: -490px;
  height: 720px;
}
.overlay .staticPopup.game p {
  height: 560px;
}
.overlay .staticPopup .operon {
  display: block;
  width: 100px;
  height: 28px;
  background: url("../img/operon-logo.png") no-repeat center center;
  text-indent: -5000px;
  margin: 0 auto;
  float: none;
  position: absolute;
  left: 30px;
  top: 30px;
}
.overlay .staticPopup h2 {
  margin-top: 90px;
  margin-bottom: 30px;
  text-align: left;
  font-family: "RobotoCondensedBold";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.overlay .staticPopup p {
  font-family: "RobotoRegular";
  font-size: 12px;
  text-align: left;
  overflow: auto;
  height: 480px;
}
.overlay .staticPopup .ico {
  height: 40px;
  width: 40px;
  margin: 0;
  border-radius: 50%;
  background: url("../img/sprite-badge-thumbs.png") 0px 0px #1f625f;
}
.overlay .staticPopup .ico.b0 {
  background-position: 0px 0px;
}
.overlay .staticPopup .ico.b1 {
  background-position: -40px 0px;
}
.overlay .staticPopup .ico.b2 {
  background-position: -80px 0px;
}
.overlay .staticPopup .ico.b3 {
  background-position: -120px 0px;
}
.overlay .staticPopup .ico.b4 {
  background-position: -160px 0px;
}
.overlay .staticPopup .ico.b5 {
  background-position: -200px 0px;
}
.overlay .staticPopup .ico.b6 {
  background-position: -240px 0px;
}
.overlay .staticPopup .ico.b7 {
  background-position: -280px 0px;
}
.overlay .staticPopup .ico.b8 {
  background-position: -320px 0px;
}
.overlay .staticPopup .ico.b9 {
  background-position: -360px 0px;
}

@media screen and (max-width: 639px) {
  .overlay .inviteFriendsBox {
    width: 320px;
    margin-left: -160px;
  }
  .overlay .inviteFriendsBox p {
    font-size: 12px;
  }
  .overlay .inviteFriendsBox form {
    margin-right: 15px;
  }
  .overlay .inviteFriendsBox form input {
    width: 230px;
  }
  .overlay .inviteFriendsBox form input::-webkit-input-placeholder, .overlay .inviteFriendsBox form input:-moz-placeholder, .overlay .inviteFriendsBox form input::-moz-placeholder, .overlay .inviteFriendsBox form input:-ms-input-placeholder {
    font-size: 9px;
  }
  .overlay .inviteFriendsBox form input:-moz-placeholder {
    font-size: 9px;
  }
  .overlay .inviteFriendsBox form input::-moz-placeholder {
    font-size: 9px;
  }
  .overlay .inviteFriendsBox form input:-ms-input-placeholder {
    font-size: 9px;
  }
  .overlay .inviteFriendsBox ul {
    height: 220px;
  }
  .overlay .inviteFriendsBox ul li {
    width: 100%;
  }
  .overlay .staticPopup {
    width: 320px;
    margin-left: -160px;
  }
  .overlay .staticPopup.game {
    width: 340px;
    margin-left: -170px;
    height: 100%;
  }
  .overlay .staticPopup.game p {
    height: calc(100% - 130px);
  }

  #game .gameCategories button {
    bottom: 90px;
  }
  #game .logout {
    display: none;
  }
  #game .footer {
    font-family: "RobotoCondensed";
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
  }
  #game .footer .operon {
    display: block;
    width: 100px;
    height: 28px;
    background: url("../img/operon-logo.png") no-repeat center center;
    text-indent: -5000px;
    margin: 0 auto;
    margin-top: 76px;
    float: none;
  }
  #game .footer ul {
    display: inline-block;
    margin: 0 auto;
    margin-top: 27px;
    float: none;
  }
  #game .footer ul > li {
    float: left;
    margin-left: 20px;
  }
  #game .footer ul > li:first-child {
    margin-left: 0px;
  }
  #game .footer ul > li a {
    color: #000;
  }
  #game .footer ul > li a:hover {
    color: #616161;
  }
  #game .play a .circle {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -52px;
  }
  #game .play a span {
    margin-top: 53px;
  }

  .sHome #start {
    display: none;
  }
  .sHome #game {
    display: block;
    width: 320px;
    margin-left: -160px;
  }
  .sHome #game .logo {
    top: 0px;
    left: 0px;
  }
  .sHome #game .userInfo {
    top: 0px;
    left: 160px;
  }
  .sHome #game .logout {
    display: none !important;
  }
  .sHome #game .points {
    top: 80px;
    left: 0px;
  }
  .sHome #game .recent {
    top: 80px;
    left: 160px;
  }
  .sHome #game .play {
    top: 240px;
    left: 0px;
    width: 320px;
    height: 160px;
  }
  .sHome #game .ranking {
    top: 880px;
    left: 0px;
  }
  .sHome #game .invite {
    top: 640px;
    left: 0px;
  }
  .sHome #game .inviteNotification {
    top: 800px;
    left: 0px;
  }
  .sHome #game .multiplier {
    top: 400px;
    left: 0px;
  }
  .sHome #game .multiplierAdd {
    top: 560px;
    left: 0px;
  }
  .sHome #game .badge {
    top: 400px;
    left: 160px;
  }
  .sHome #game .badge.niz {
    left: 0px;
  }
  .sHome #game .userProfile {
    display: none;
  }
  .sHome #game .userPassword {
    display: none;
  }
  .sHome #game .userBadges {
    display: none;
  }
  .sHome #game .gameStart {
    display: none;
  }
  .sHome #game .gameCategories {
    display: none;
  }
  .sHome #game .gameProgress {
    display: none;
  }
  .sHome #game .gameQuestion {
    display: none;
  }
  .sHome #game .gamePoints {
    display: none;
  }
  .sHome #game .gameRescue {
    display: none;
  }
  .sHome #game .gameTime {
    display: none;
  }
  .sHome #game .gameShop {
    display: none;
  }
  .sHome #game .gameWin {
    display: none;
  }
  .sHome #game .gameNewBadge {
    display: none;
    width: 320px;
  }
  .sHome #game .footer {
    top: 1440px;
    left: 0px;
    width: 320px;
  }
  .sHome #background {
    top: 0px;
    height: 1600px !important;
    width: 340px !important;
    margin-left: -170px !important;
  }

  .sProfile #start {
    display: none;
  }
  .sProfile #game {
    display: block;
    width: 320px;
    margin-left: -160px;
  }
  .sProfile #game .logo {
    top: 0px;
    left: 0px;
  }
  .sProfile #game .userInfo {
    display: none;
  }
  .sProfile #game .logout {
    top: 0px;
    left: 160px;
    display: block;
  }
  .sProfile #game .points {
    top: 80px;
    left: 0px;
  }
  .sProfile #game .recent {
    top: 80px;
    left: 0px;
    left: 160px;
  }
  .sProfile #game .play {
    display: none;
  }
  .sProfile #game .ranking {
    display: none;
  }
  .sProfile #game .invite {
    display: none;
  }
  .sProfile #game .inviteNotification {
    display: none;
  }
  .sProfile #game .multiplier {
    display: none;
  }
  .sProfile #game .multiplierAdd {
    display: none;
    top: 1360px;
    left: 0px;
    width: 320px;
  }
  .sProfile #game .badge {
    display: none;
  }
  .sProfile #game .userProfile {
    display: block;
    top: 240px;
    left: 0px;
    width: 320px;
    height: 480px;
  }
  .sProfile #game .userProfile h2 {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
  .sProfile #game .userProfile .pic {
    width: 160px;
    margin: 20px auto 0px auto;
    float: none;
    text-align: center;
  }
  .sProfile #game .userProfile .info {
    margin: 20px auto 0px auto;
    float: none;
    width: 280px;
    text-align: center;
  }
  .sProfile #game .userProfile .info .userParam span {
    width: auto;
  }
  .sProfile #game .userProfile .info a {
    margin: 5px auto 0px auto;
  }
  .sProfile #game .userPassword {
    display: block;
    top: 720px;
    left: 0px;
    width: 320px;
  }
  .sProfile #game .userPassword h2 {
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
  .sProfile #game .userBadges {
    display: block;
    top: 960px;
    left: 0px;
  }
  .sProfile #game .gameStart {
    display: none;
  }
  .sProfile #game .gameCategories {
    display: none;
  }
  .sProfile #game .gameProgress {
    display: none;
  }
  .sProfile #game .gameQuestion {
    display: none;
  }
  .sProfile #game .gamePoints {
    display: none;
  }
  .sProfile #game .gameRescue {
    display: none;
  }
  .sProfile #game .gameTime {
    display: none;
  }
  .sProfile #game .gameShop {
    display: none;
  }
  .sProfile #game .gameWin {
    display: none;
  }
  .sProfile #game .gameNewBadge {
    display: none;
  }
  .sProfile #game .footer {
    top: 1520px;
    left: 0px;
    width: 320px;
  }
  .sProfile #background {
    top: 0px;
    height: 1680px !important;
    width: 340px !important;
    margin-left: -170px !important;
  }

  .sGame #start {
    display: none;
  }
  .sGame #game {
    display: block;
    display: block;
    width: 320px;
    margin-left: -160px;
  }
  .sGame #game .logo {
    top: 0px;
    left: 0px;
  }
  .sGame #game .userInfo {
    top: 0px;
    left: 160px;
  }
  .sGame #game .logout {
    display: none !important;
  }
  .sGame #game .points {
    display: none;
  }
  .sGame #game .recent {
    display: none;
  }
  .sGame #game .play {
    display: none;
  }
  .sGame #game .ranking {
    top: 1200px;
    left: 0px;
    height: 240px;
  }
  .sGame #game .invite {
    top: 960px;
    left: 0px;
  }
  .sGame #game .inviteNotification {
    top: 1120px;
    left: 0px;
  }
  .sGame #game .multiplier {
    top: 720px;
    left: 0px;
  }
  .sGame #game .multiplierAdd {
    top: 880px;
    left: 0px;
  }
  .sGame #game .badge {
    top: 720px;
    left: 320px;
  }
  .sGame #game .badge.niz {
    left: 0px;
  }
  .sGame #game .userProfile {
    display: none;
  }
  .sGame #game .userPassword {
    display: none;
  }
  .sGame #game .userBadges {
    display: none;
  }
  .sGame #game .gameStart {
    top: 80px;
    left: 0px;
    width: 320px;
    height: 640px;
    display: none;
  }
  .sGame #game .gameStart h2 {
    margin-top: -200px;
  }
  .sGame #game .gameStart button {
    margin-left: -80px;
    margin-top: -80px;
  }
  .sGame #game .gameStart button.left {
    margin-top: -160px;
  }
  .sGame #game .gameCategories {
    top: 80px;
    left: 0px;
    width: 320px;
    height: 640px;
    display: none;
  }
  .sGame #game .gameCategories ul {
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
  }
  .sGame #game .gameProgress {
    top: 80px;
    left: 160px;
    width: 80px;
    height: 80px;
    display: none;
  }
  .sGame #game .gameProgress ul > li.shop {
    background: url("../img/sprite.png") -282px -7px;
  }
  .sGame #game .gameProgress .indicator {
    text-indent: -5000px;
  }
  .sGame #game .gameQuestion {
    top: 240px;
    left: 0px;
    width: 320px;
    height: 480px;
    display: none;
  }
  .sGame #game .gameQuestion .overlay .correct {
    top: 160px;
    left: 0;
  }
  .sGame #game .gameQuestion .overlay .wrong {
    top: 160px;
    left: 0;
  }
  .sGame #game .gamePoints {
    top: 80px;
    left: 0px;
    height: 80px;
    display: none;
  }
  .sGame #game .gameRescue {
    top: 160px;
    left: 0px;
    width: 320px;
    display: none;
    border-top-right-radius: 6px;
  }
  .sGame #game .gameRescue a:first-child {
    margin-left: 94px;
  }
  .sGame #game .gameTime {
    top: 80px;
    left: 240px;
    height: 80px;
    width: 80px;
    display: none;
  }
  .sGame #game .gameTime h4 {
    font-size: 24px;
    width: 80px;
    top: 29px;
  }
  .sGame #game .gameTime canvas {
    display: none;
  }
  .sGame #game .gameShop {
    top: 240px;
    left: 0px;
    display: none;
    width: 320px;
    height: 480px;
  }
  .sGame #game .gameShop button.next {
    bottom: 90px;
  }
  .sGame #game .gameShop .rescue {
    width: 320px;
    height: 80px;
    display: block;
  }
  .sGame #game .gameShop .rescue .icon {
    float: left;
    margin: 20px;
  }
  .sGame #game .gameShop .rescue p {
    width: 100px;
    float: left;
    margin-top: 20px;
  }
  .sGame #game .gameShop .rescue button {
    float: left;
    margin: 25px 0px 10px 10px;
  }
  .sGame #game .gameShop .rescue.r5050 {
    top: 80px;
    left: 0px;
  }
  .sGame #game .gameShop .rescue.rReload {
    top: 160px;
    left: 0px;
  }
  .sGame #game .gameShop .rescue.rTime {
    top: 240px;
    left: 0px;
  }
  .sGame #game .gameWin {
    top: 80px;
    left: 0px;
    width: 320px;
    height: 640px;
    display: none;
  }
  .sGame #game .gameWin h3 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sGame #game .gameWin h1 {
    font-size: 40px;
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .sGame #game .gameNewBadge {
    top: 240px;
    left: 0px;
    width: 320px;
    height: 480px;
    display: none;
  }
  .sGame #game .gameNewBadge.finish {
    top: 80px;
    height: 640px;
    width: 320px;
  }
  .sGame #game .footer {
    top: 1440px;
    left: 0px;
    width: 320px;
  }
  .sGame #background {
    top: 0px;
    height: 1600px !important;
    width: 340px !important;
    margin-left: -170px !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #game .gameCategories button {
    bottom: 90px;
  }

  .sHome #start {
    display: none;
  }
  .sHome #game {
    display: block;
    width: 640px;
    height: 1120px;
    margin-left: -320px;
  }
  .sHome #game .logo {
    top: 0px;
    left: 0px;
  }
  .sHome #game .userInfo {
    top: 0px;
    left: 320px;
  }
  .sHome #game .logout {
    top: 0px;
    left: 480px;
  }
  .sHome #game .points {
    top: 80px;
    left: 0px;
  }
  .sHome #game .recent {
    top: 240px;
    left: 0px;
  }
  .sHome #game .play {
    top: 80px;
    left: 160px;
  }
  .sHome #game .ranking {
    top: 640px;
    left: 0px;
    width: 640px;
    height: 560px;
  }
  .sHome #game .invite {
    top: 400px;
    left: 0px;
  }
  .sHome #game .inviteNotification {
    top: 560px;
    left: 0px;
  }
  .sHome #game .multiplier {
    top: 400px;
    left: 320px;
  }
  .sHome #game .multiplierAdd {
    top: 560px;
    left: 320px;
  }
  .sHome #game .badge {
    top: 400px;
    left: 480px;
  }
  .sHome #game .badge.niz {
    left: 320px;
  }
  .sHome #game .userProfile {
    display: none;
  }
  .sHome #game .userPassword {
    display: none;
  }
  .sHome #game .userBadges {
    display: none;
  }
  .sHome #game .gameStart {
    display: none;
  }
  .sHome #game .gameCategories {
    display: none;
  }
  .sHome #game .gameProgress {
    display: none;
  }
  .sHome #game .gameQuestion {
    display: none;
  }
  .sHome #game .gamePoints {
    display: none;
  }
  .sHome #game .gameRescue {
    display: none;
  }
  .sHome #game .gameTime {
    display: none;
  }
  .sHome #game .gameShop {
    display: none;
  }
  .sHome #game .gameWin {
    display: none;
  }
  .sHome #game .gameNewBadge {
    display: none;
  }
  .sHome #game .footer {
    top: 1200px;
    left: 0px;
    width: 640px;
  }
  .sHome #background {
    top: 0px;
    height: 1280px !important;
    width: 660px !important;
    margin-left: -330px !important;
  }

  .sProfile #start {
    display: none;
  }
  .sProfile #game {
    display: block;
    width: 640px;
    height: 1120px;
    margin-left: -320px;
  }
  .sProfile #game .logo {
    top: 0px;
    left: 0px;
  }
  .sProfile #game .userInfo {
    top: 0px;
    left: 320px;
  }
  .sProfile #game .logout {
    top: 0px;
    left: 480px;
  }
  .sProfile #game .points {
    top: 80px;
    left: 0px;
  }
  .sProfile #game .recent {
    top: 240px;
    left: 0px;
  }
  .sProfile #game .play {
    display: none;
  }
  .sProfile #game .ranking {
    display: none;
  }
  .sProfile #game .invite {
    display: none;
  }
  .sProfile #game .inviteNotification {
    display: none;
  }
  .sProfile #game .multiplier {
    top: 400px;
    left: 0px;
  }
  .sProfile #game .multiplierAdd {
    top: 560px;
    left: 0px;
  }
  .sProfile #game .badge {
    display: none;
  }
  .sProfile #game .userProfile {
    display: block;
    top: 80px;
    left: 160px;
  }
  .sProfile #game .userPassword {
    display: block;
    top: 400px;
    left: 160px;
  }
  .sProfile #game .userBadges {
    display: block;
    top: 640px;
    left: 0px;
    width: 640px;
    height: 400px;
  }
  .sProfile #game .gameStart {
    display: none;
  }
  .sProfile #game .gameCategories {
    display: none;
  }
  .sProfile #game .gameProgress {
    display: none;
  }
  .sProfile #game .gameQuestion {
    display: none;
  }
  .sProfile #game .gamePoints {
    display: none;
  }
  .sProfile #game .gameRescue {
    display: none;
  }
  .sProfile #game .gameTime {
    display: none;
  }
  .sProfile #game .gameShop {
    display: none;
  }
  .sProfile #game .gameWin {
    display: none;
  }
  .sProfile #game .gameNewBadge {
    display: none;
  }
  .sProfile #game .footer {
    top: 1040px;
    left: 0px;
    width: 640px;
  }
  .sProfile #background {
    top: 0px;
    height: 1120px !important;
    width: 660px !important;
    margin-left: -330px !important;
  }

  .sGame #start {
    display: none;
  }
  .sGame #game {
    display: block;
    width: 640px;
    height: 1120px;
    margin-left: -320px;
  }
  .sGame #game .logo {
    top: 0px;
    left: 0px;
  }
  .sGame #game .userInfo {
    top: 0px;
    left: 320px;
  }
  .sGame #game .logout {
    top: 0px;
    left: 480px;
  }
  .sGame #game .points {
    display: none;
  }
  .sGame #game .recent {
    display: none;
  }
  .sGame #game .play {
    display: none;
  }
  .sGame #game .ranking {
    top: 800px;
    left: 0px;
    height: 240px;
    width: 640px;
  }
  .sGame #game .invite {
    top: 560px;
    left: 0px;
  }
  .sGame #game .inviteNotification {
    top: 720px;
    left: 0px;
  }
  .sGame #game .multiplier {
    top: 560px;
    left: 320px;
  }
  .sGame #game .multiplierAdd {
    top: 720px;
    left: 320px;
  }
  .sGame #game .badge {
    top: 560px;
    left: 480px;
  }
  .sGame #game .badge.niz {
    left: 320px;
  }
  .sGame #game .userProfile {
    display: none;
  }
  .sGame #game .userPassword {
    display: none;
  }
  .sGame #game .userBadges {
    display: none;
  }
  .sGame #game .gameStart {
    top: 80px;
    left: 0px;
    width: 640px;
    height: 480px;
    display: none;
  }
  .sGame #game .gameCategories {
    top: 80px;
    left: 0px;
    width: 640px;
    height: 480px;
    display: none;
  }
  .sGame #game .gameProgress {
    top: 80px;
    left: 0px;
    height: 160px;
    display: none;
  }
  .sGame #game .gameQuestion {
    top: 240px;
    left: 0px;
    width: 640px;
    height: 320px;
    display: none;
  }
  .sGame #game .gamePoints {
    top: 80px;
    left: 160px;
    width: 320px;
    display: none;
  }
  .sGame #game .gameRescue {
    top: 160px;
    left: 160px;
    width: 320px;
    height: 80px;
    display: none;
  }
  .sGame #game .gameRescue a:first-child {
    margin-left: 94px;
  }
  .sGame #game .gameTime {
    top: 80px;
    left: 480px;
    display: none;
  }
  .sGame #game .gameShop {
    top: 240px;
    left: 0px;
    display: none;
  }
  .sGame #game .gameWin {
    top: 80px;
    left: 0px;
    width: 640px;
    height: 480px;
    display: none;
  }
  .sGame #game .gameWin h3 {
    margin: 70px;
  }
  .sGame #game .gameWin h1 {
    font-size: 90px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sGame #game .gameNewBadge {
    top: 240px;
    left: 0px;
    width: 640px;
    height: 320px;
    display: none;
  }
  .sGame #game .gameNewBadge.finish {
    top: 80px;
    height: 480px;
    width: 640px;
  }
  .sGame #game .footer {
    top: 1120px;
    left: 0px;
    width: 640px;
  }
  .sGame #background {
    top: 0px;
    height: 1200px !important;
    width: 660px !important;
    margin-left: -330px !important;
  }

  .overlay .staticPopup {
    width: 640px;
    margin-left: -320px;
  }
  .overlay .staticPopup.game {
    width: 660px;
    margin-left: -330px;
    height: 100%;
  }
  .overlay .staticPopup.game p {
    height: calc(100% - 130px);
  }
}
.firefox #game .badge .badgeContent {
  width: 150px;
  height: 145px;
  margin: 12px auto 12px auto;
  background: url("../img/badges_rgb.png");
}
.firefox #game .badge .badgeContent.b0 {
  background-position: -11px -158px;
}
.firefox #game .badge .badgeContent.b1 {
  background-position: -183px -6px;
}
.firefox #game .badge .badgeContent.b2 {
  background-position: -11px -5px;
}
.firefox #game .badge .badgeContent.b3 {
  background-position: -535px -5px;
}
.firefox #game .badge .badgeContent.b4 {
  background-position: -360px -4px;
}
.firefox #game .badge .badgeContent.b5 {
  background-position: -534px -158px;
}
.firefox #game .badge .badgeContent.b6 {
  background-position: -359px -158px;
}
.firefox #game .badge .badgeContent.b7 {
  background-position: -8px -311px;
}
.firefox #game .badge .badgeContent.b8 {
  background-position: -182px -158px;
}
.firefox #game .badge .badgeContent.b9 {
  background-position: -184px -311px;
}

.firefox #game .gameNewBadge .newBadge {
  width: 150px;
  height: 145px;
  margin: 10px auto 10px auto;
  background: url("../img/badges_rgb.png");
}
.firefox #game .gameNewBadge .newBadge.b0 {
  background-position: -11px -158px;
}
.firefox #game .gameNewBadge .newBadge.b1 {
  background-position: -183px -6px;
}
.firefox #game .gameNewBadge .newBadge.b2 {
  background-position: -11px -5px;
}
.firefox #game .gameNewBadge .newBadge.b3 {
  background-position: -535px -5px;
}
.firefox #game .gameNewBadge .newBadge.b4 {
  background-position: -360px -4px;
}
.firefox #game .gameNewBadge .newBadge.b5 {
  background-position: -534px -158px;
}
.firefox #game .gameNewBadge .newBadge.b6 {
  background-position: -359px -158px;
}
.firefox #game .gameNewBadge .newBadge.b7 {
  background-position: -8px -311px;
}
.firefox #game .gameNewBadge .newBadge.b8 {
  background-position: -182px -158px;
}
.firefox #game .gameNewBadge .newBadge.b9 {
  background-position: -184px -311px;
}

.overlay .registerPopup, .overlay .forgotPopup {
  height: 640px;
  z-index: 5;
  top: 0px;
}
.overlay .registerPopup h2, .overlay .forgotPopup h2 {
  font-size: 18px;
  margin: 20px 30px;
}
.overlay .registerPopup h3, .overlay .forgotPopup h3 {
  font-size: 16px;
  margin: 0 30px 20px;
  text-align: center;
}
.overlay .registerPopup p, .overlay .forgotPopup p {
  margin: 6px 30px;
}
.overlay .registerPopup form .errorInfo.nameError, .overlay .forgotPopup form .errorInfo.nameError {
  top: 280px;
}
.overlay .registerPopup form .errorInfo.emailError, .overlay .forgotPopup form .errorInfo.emailError {
  top: 323px;
}
.overlay .registerPopup form .errorInfo.passwordRegError, .overlay .forgotPopup form .errorInfo.passwordRegError {
  top: 370px;
}
.overlay .registerPopup form .errorInfo.acceptError, .overlay .forgotPopup form .errorInfo.acceptError {
  top: 458px;
}
.overlay .registerPopup form input, .overlay .forgotPopup form input {
  clear: both;
  opacity: 0;
  font-size: 12px;
  color: #1f625f;
  padding: 0px 14px;
  box-sizing: border-box;
  text-align: left;
}
.overlay .registerPopup form input#accept, .overlay .registerPopup form input#acceptAds, .overlay .forgotPopup form input#accept, .overlay .forgotPopup form input#acceptAds {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.overlay .registerPopup form input#acceptAds, .overlay .forgotPopup form input#acceptAds {
  margin-bottom: 0px;
}
.overlay .registerPopup form label, .overlay .forgotPopup form label {
  margin-top: 0;
  opacity: 0;
  font-size: 9px;
  text-transform: none;
  margin-bottom: 10px;
}
.overlay .registerPopup form label.accept, .overlay .forgotPopup form label.accept {
  clear: none;
}
.overlay .registerPopup form p a, .overlay .forgotPopup form p a {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.overlay .registerPopup form .form, .overlay .forgotPopup form .form {
  display: block;
  width: 100%;
  height: 45px;
}
.overlay .registerPopup form .form label, .overlay .forgotPopup form .form label {
  line-height: 45px;
}
.overlay .registerPopup form button, .overlay .forgotPopup form button {
  opacity: 0;
  margin: 0 auto;
}
.overlay .registerPopup button, .overlay .forgotPopup button {
  font-size: 12px;
  width: 300px;
  height: 50px;
  margin: 10px 0px 0px 10px;
  opacity: 0;
}
.overlay .registerPopup .upload, .overlay .forgotPopup .upload {
  display: block;
  cursor: pointer;
  width: 90px !important;
  height: 30px;
  padding: 0px;
  font-size: 12px;
  margin: 0px 115px 0px 115px;
  padding-top: 60px;
  border: none;
  background: url("../img/sprite.png") 16px -32px;
  text-align: center;
  text-transform: none;
  opacity: 0;
}
.overlay .registerPopup .upload:hover, .overlay .forgotPopup .upload:hover {
  border: none;
  color: #1f625f;
}
.overlay .registerPopup .upload input, .overlay .forgotPopup .upload input {
  position: fixed;
  top: -1000px;
}
.overlay .registerPopup .upload .avatarLoader, .overlay .forgotPopup .upload .avatarLoader {
  position: absolute;
  top: 0;
  left: 16px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background: red;
}
.overlay .registerPopup label, .overlay .forgotPopup label {
  display: inline-block;
  float: left;
  margin-top: 26px;
  text-transform: uppercase;
  opacity: 0;
}
.overlay .registerPopup label a, .overlay .forgotPopup label a {
  font-family: "RobotoCondensedBold";
}
.overlay .registerPopup label a:hover, .overlay .forgotPopup label a:hover {
  color: #000;
}
.overlay .forgotPopup {
  height: 240px;
}
.overlay .forgotPopup h2 {
  margin: 25px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.overlay .forgotPopup p {
  color: #1f625f;
}
.overlay .forgotPopup form .errorInfo.emailError {
  top: 140px;
}
.overlay .forgotPopup form button {
  margin-top: 25px;
}
.overlay .forgotPopup .forgot-info {
  display: none;
  opacity: 0;
  margin-top: 90px;
}
.overlay .forgotPopup .forgot-form p {
  margin: 25px 0;
}

.forgotBtn {
  display: block;
  margin-top: 10px;
}

.cookie {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999;
  top: 5px;
  left: 5px;
  width: 160px;
  border-color: #65c1be;
  background: #fff;
}
.cookie .content {
  display: block;
  position: relative;
  width: 150px;
  margin: 5px;
}
.cookie .content button {
  width: 60px;
  height: 25px;
  margin: 10px 0 5px 45px;
  box-sizing: border-box;
}
.cookie .content button:hover {
  cursor: pointer;
}
.cookie .content p {
  color: #b2dcd6;
  padding-top: 22px;
  font-size: 11px;
  line-height: 13px;
}
.cookie .content .close {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  float: right;
  background: url("../img/sprite.png") -124px -33px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-top: -6px;
  margin-right: -3px;
}
.cookie .content .close:hover {
  cursor: pointer;
  border-color: #65c1be;
}

#rek {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
#rek .close {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #1f625f;
  box-shadow: 0px 0px 5px #fff;
  position: absolute;
  background: url("../img/sprite.png") -124px -33px #fff;
  top: 50%;
  left: 50%;
  z-index: 2;
}
#rek .close.mobile {
  margin-left: 127px;
  margin-top: -235px;
}
#rek .close.tablet {
  margin-left: 288px;
  margin-top: -235px;
}
#rek .close.desktop {
  margin-left: 368px;
  margin-top: -295px;
}
#rek .close:hover {
  cursor: pointer;
  border-color: #65c1be;
}
#rek .dontshow {
  color: #fff;
  text-shadow: 0px 0px 5px #1f625f;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
#rek .dontshow.mobile {
  margin-left: 60px;
  margin-top: -199px;
}
#rek .dontshow.tablet {
  margin-left: 222px;
  margin-top: -199px;
}
#rek .dontshow.desktop {
  margin-left: 302px;
  margin-top: -259px;
}
#rek .dontshow:hover {
  cursor: pointer;
  color: #65c1be;
}
#rek .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}

#rekBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
