/* fs -- font-size */
#original {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1136px;
  height: 640px;
  opacity: 0.5;
  background: url("../img/original.png");
  z-index: 2;
  display: none; }
  #original.welcome {
    background: url("../img/welcome.png"); }
  #original.forgotten {
    background: url("../img/forgotton-password.png"); }
  #original.game-over {
    background: url("../img/game-over_a.png"); }
  #original.rules {
    background: url("../img/rules.png"); }
  #original.registration {
    background: url("../img/registration_v2.png"); }
  #original.board1 {
    background: url("../img/leaderboardb_v2.png"); }
  #original.board2 {
    background: url("../img/leaderboarda_v2.png"); }
  #original.game {
    background: url("../img/3a_cards.png"); }
  #original.final-scorea {
    background: url("../img/Final-scorea.png"); }

@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gothambold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold.woff") format("woff"), url("../fonts/gothambold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  color: #008a7f;
  font-size: 22px;
  line-height: 1.1;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  min-width: 1136px;
  min-height: 700px;
  margin: 0;
  padding: 0;
  cursor: default;
  position: relative; }

a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

input:focus::-webkit-input-placeholder {
  opacity: 0; }

input:focus::-moz-placeholder {
  opacity: 0; }

input:focus:-moz-placeholder {
  opacity: 0; }

input:focus:-ms-input-placeholder {
  opacity: 0; }

.bg-top {
  position: absolute;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
  background: #D4EEF9 url("../img/bg-sun.png") no-repeat scroll 50% 100%; }

.bg-bottom {
  background: #60bc67 no-repeat scroll top center;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  height: 50%; }

.wrapper {
  z-index: 1;
  width: 940px;
  height: 602px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.content {
  margin: 0 auto;
  text-align: left;
  width: 850px;
  position: relative; }
  .content .column {
    float: left;
    width: 50%;
    position: relative; }
    .content .column .card {
      margin-right: 50px; }
    .content .column + .column .card {
      margin-right: 0;
      margin-left: 50px; }

.card {
  width: 372px;
  height: 602px;
  box-sizing: border-box; }
  .card.cover {
    background: transparent url("../img/card-cover.png") no-repeat scroll 0 0;
    position: relative; }
    .card.cover .logo {
      width: 240px;
      max-height: 150px;
      position: absolute;
      bottom: 31px;
      left: 66px; }
    .card.cover .eco-action {
      position: absolute;
      top: 376px;
      left: 54px;
      line-height: 33px;
      height: 33px;
      font-size: 21px;
      width: 264px; }
  .card.with-content {
    font-size: 26px;
    background: #fff;
    border-radius: 20px;
    border: 6px solid #008a7f;
    word-wrap: break-word; }
    .card.with-content.green-border {
      border-color: #b4d234; }
    .card.with-content .card-content {
      padding: 12px; }
    .card.with-content form {
      margin: 14px 0 20px; }

.welcome-text {
  font-weight: bold;
  padding-top: 59px; }

.welcome-container {
  position: absolute;
  bottom: 52%;
  border-radius: 20px;
  padding: 13px; }
  .welcome-container .welcome-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 9px; }
  .welcome-container .welcome-message {
    font-weight: normal;
    font-size: 18px; }
  .welcome-container .welcome-logo img {
    max-width: 50%;
    max-height: 100px; }

.games-list {
  position: absolute;
  top: 52%; }
  .games-list > .eco-action {
    margin-bottom: 6px; }

.index-buttons-holder {
  position: absolute;
  top: 496px;
  right: -30px;
  width: 166px; }
  .index-buttons-holder .button {
    margin-bottom: 10px;
    display: block; }

.eco-action {
  width: 224px;
  height: 28px;
  background: #fbae17;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-family: Arial;
  font-weight: bold;
  border-radius: 4px;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
  font-smooth: always;
  text-decoration: none; }

.welcome .eco-action.active:before {
  content: " ";
  display: block;
  position: absolute;
  width: 39px;
  height: 30px;
  margin: -1px 0 0 237px;
  background: transparent url("../img/arrow.png") no-repeat scroll 0 0;
  cursor: default; }

.welcome-simple-reg .eco-action {
  cursor: pointer; }
.welcome-simple-reg .eco-action.closed {
  background: #c6cbce;
  cursor: not-allowed; }

.button {
  display: inline-block;
  color: #fff;
  padding: 5px 3px;
  border-radius: 11px;
  background: #b5d334;
  text-decoration: none;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  border: none;
  box-sizing: content-box;
  cursor: pointer;
  font-weight: bold; }
  .button.short {
    width: 160px; }
  .button.long {
    width: 280px; }
  .button.orange {
    background: #fdb515; }
  .button.dark {
    background: #008a7f; }
  .button.red {
    background: #ef4642; }
  .button.disabled {
    background: #c6cbce; }
  .button.bordered {
    line-height: 30px;
    border: 4px solid #fff; }
  .button.round {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    line-height: 66px;
    vertical-align: middle;
    font-size: 24px; }
    .button.round span {
      display: inline-block;
      font-size: 21px;
      line-height: 1;
      margin-top: 7px; }
    .button.round.big-font {
      font-size: 28px; }

h1 {
  font-size: 30px;
  text-align: center;
  margin: 22px 0 11px 0; }

p {
  margin: 0 0 13px 0; }

ol {
  padding-left: 5px; }
  ol:first-child {
    margin-top: 5px; }

form {
  position: relative; }
  form input {
    color: #979797; }
  form input, form select {
    font-size: 22px;
    line-height: 28px;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%; }
  form select {
    color: #979797; }
    form select option.team-disabled {
      color: #B7B7B7; }
  form .green-ph::-webkit-input-placeholder {
    color: #979797;
    opacity: 1; }
  form .green-ph::-moz-placeholder {
    color: #979797;
    opacity: 1; }
  form .green-ph:-ms-input-placeholder {
    color: #979797;
    opacity: 1; }
  form input[type="submit"] {
    font-size: 28px;
    margin-top: 16px; }
  form select,
  form input[type="email"],
  form input[type="text"],
  form input[type="password"] {
    border: 4px solid #c5ccd0;
    border-radius: 10px;
    margin-bottom: 6px;
    padding: 3px 6px;
    display: block; }
  form > div > ul {
    position: absolute;
    left: 50%;
    padding: 5px 10px;
    margin: -40px 0 0 0;
    background: #fff;
    border: 2px solid #ef4642;
    border-radius: 5px;
    transform: translate(-50%, 0);
    display: none; }
    form > div > ul:after {
      content: " ";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #ef4642;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px; }
    form > div > ul li {
      list-style: none;
      font-size: 80%;
      text-align: center;
      color: #ef4642;
      white-space: nowrap; }
      form > div > ul li:after {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -7px;
        left: 50%;
        margin-left: -5px;
        z-index: 1; }
    form > div > ul + input, form > div > ul + select {
      border-color: rgba(239, 70, 66, 0.6) !important; }

.leaderboards {
  padding-left: 14px; }
  .leaderboards .button {
    margin-left: -10px;
    font-size: 28px;
    line-height: 1.35; }

.card.with-content.login .card-content {
  padding: 12px 21px; }
.card.with-content.login form {
  margin-left: -9px;
  margin-right: -9px; }
.card.with-content.login .leaderboards {
  margin-top: 70px;
  margin-left: -15px; }
.card.with-content.login .button {
  margin-top: 8px; }

.card.with-content.registration form {
  margin-bottom: 11px; }
  .card.with-content.registration form select,
  .card.with-content.registration form input[type="text"],
  .card.with-content.registration form input[type="password"] {
    padding: 2px 6px; }
.card.with-content.registration .leaderboards {
  margin-top: 30px; }

.card.with-content.forgotten .card-content {
  padding: 12px 21px; }
.card.with-content.forgotten form {
  margin-left: -9px;
  margin-right: -9px; }
  .card.with-content.forgotten form input[type="submit"] {
    margin-top: 8px; }
  .card.with-content.forgotten form + p {
    margin-bottom: 25px; }

.rules.card.with-content {
  padding: 8px 15px;
  font-size: 19px; }
  .rules.card.with-content sup {
    font-size: 70%; }
  .rules.card.with-content .card-content {
    padding: 0; }
    .rules.card.with-content .card-content h1, .rules.card.with-content .card-content p {
      margin: 0 0 10px 0; }

.round-buttons-holder {
  position: absolute;
  right: -95px;
  bottom: 13px;
  width: 90px; }
  .round-buttons-holder .button {
    margin-top: 8px; }
  .round-buttons-holder.holder-game {
    bottom: 120px;
    right: -100px; }

.player-name {
  position: absolute;
  top: -27px;
  left: 0;
  right: -10px;
  text-align: center;
  font-size: 28px; }
  .player-name span {
    background: #b4d234;
    border-radius: 8px;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis; }

.welldone {
  width: 640px;
  margin: 0 auto;
  position: relative; }
  .welldone .round-buttons-holder {
    right: -107px; }
  .welldone .player-name {
    width: 372px; }
  .welldone .card-gameover {
    background: #fff url("../img/game-over.png") no-repeat scroll 50% 43px; }
    .welldone .card-gameover .card-content {
      padding-top: 167px; }
      .welldone .card-gameover .card-content .score {
        text-align: left;
        padding: 20px 20px 20px 16px;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 28px;
        line-height: 28px; }
        .welldone .card-gameover .card-content .score .number {
          text-align: center;
          float: right;
          background: #f6861f;
          height: 106px;
          width: 70px;
          border-radius: 7px;
          font-size: 70%;
          color: #fff;
          margin: -20px 0 0; }
          .welldone .card-gameover .card-content .score .number span {
            display: block;
            margin-top: 8px;
            font-size: 232%; }
        .welldone .card-gameover .card-content .score .medal {
          width: 113px;
          height: 107px;
          background: transparent no-repeat scroll 0 0;
          float: right;
          margin: -24px -20px 0; }
          .welldone .card-gameover .card-content .score .medal.silver {
            background-image: url("../img/medal-silver.png"); }
          .welldone .card-gameover .card-content .score .medal.gold {
            background-image: url("../img/medal-gold.png"); }
          .welldone .card-gameover .card-content .score .medal.green {
            background-image: url("../img/medal-green.png"); }
  .welldone .card-limited {
    background: #fff url("../img/game-up.png") no-repeat scroll 50% 43px; }
    .welldone .card-limited .card-content {
      padding-top: 114px; }
    .welldone .card-limited .limited-message {
      font-weight: bold; }
  .welldone .card-gameover .card-content, .welldone .card-limited .card-content {
    text-align: center; }
    .welldone .card-gameover .card-content .leaderboards, .welldone .card-limited .card-content .leaderboards {
      text-align: left;
      position: absolute;
      bottom: 21px; }
    .welldone .card-gameover .card-content .button, .welldone .card-limited .card-content .button {
      margin-top: 8px; }

.card-gameover .gamelogo, .card-limited .gamelogo {
  text-align: center;
  padding: 20px 0; }

.welcome .column {
  height: 602px; }
.welcome .column + .column {
  margin-left: -13px; }

.leaderboard {
  width: 640px;
  margin: 0 auto;
  position: relative; }
  .leaderboard .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c6cbce;
    width: 20px;
    margin: 0;
    border-radius: 10px;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4); }
  .leaderboard .mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    width: 20px;
    background: #f0f2f2; }
  .leaderboard .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    box-shadow: none; }
  .leaderboard .card {
    width: 100%; }
  .leaderboard .round-buttons-holder {
    right: -115px; }
  .leaderboard .header {
    height: 105px;
    position: relative; }
    .leaderboard .header h1 {
      padding: 22px 0 0 14px;
      margin: 0;
      text-align: left; }
    .leaderboard .header .logo {
      position: absolute;
      right: 10px;
      top: 0px; }
  .leaderboard .content {
    height: 400px;
    width: 100%;
    color: #8e99a2;
    position: relative; }
    .leaderboard .content table {
      width: 550px;
      margin-left: 20px;
      border-collapse: collapse;
      table-layout: auto; }
      .leaderboard .content table .current {
        color: #008a7f; }
    .leaderboard .content th {
      font-size: 17px;
      padding: 13px 5px 3px;
      border-bottom: 1px solid #d5d9dc;
      white-space: nowrap;
      text-align: right; }
      .leaderboard .content th.name-header {
        text-align: left; }
      .leaderboard .content th.winner-header {
        text-align: center; }
      .leaderboard .content th.score-header {
        width: 80px; }
    .leaderboard .content td {
      font-size: 21px;
      text-align: right;
      vertical-align: middle;
      padding: 1px 5px;
      border-bottom: 1px solid #d5d9dc; }
      .leaderboard .content td.number {
        font-size: 25px; }
      .leaderboard .content td.place {
        font-size: 30px;
        font-weight: bold;
        padding-left: 0; }
      .leaderboard .content td.name {
        padding-bottom: 2px;
        text-align: left;
        overflow-x: hidden;
        max-width: 180px; }
  .leaderboard .footer {
    padding: 20px 20px 0 0; }
  .leaderboard.final h1 span {
    display: block;
    font-size: 26px; }
  .leaderboard.final table {
    margin-left: 18px; }
    .leaderboard.final table td {
      vertical-align: middle;
      height: 70px; }
  .leaderboard.final .name {
    width: 210px; }
    .leaderboard.final .name + .number {
      width: 96px; }
      .leaderboard.final .name + .number + .number {
        width: 71px; }
  .leaderboard.final .winner {
    width: 62px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: url(../img/winner.png) 0 -2px no-repeat; }
    .leaderboard.final .winner span {
      display: block;
      color: transparent;
      margin-top: -15px;
      padding: 0 12px 0 3px; }
    .leaderboard.final .winner.winner-2 {
      background-position: 0 -75px; }
    .leaderboard.final .winner.winner-3 {
      background-position: 0 -152px; }
  .leaderboard.final .final-table {
    height: 260px; }
  .leaderboard.final .final-words {
    color: #008a7f;
    font-size: 26px;
    line-height: 30px;
    padding: 22px 15px;
    font-weight: bold; }
  .leaderboard.final .footer {
    padding-top: 10px; }

.game .player-name span {
  background: #E82C2E; }
.game .score-round {
  position: absolute;
  right: -91px;
  border: 4px solid #fff;
  border-radius: 10px;
  width: 72px;
  height: 106px; }
  .game .score-round a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-top: 4px;
    text-align: center; }
    .game .score-round a span {
      font-size: 38px;
      font-weight: bold;
      display: block; }
  .game .score-round.score {
    background: #E82C2E;
    top: 0; }
    .game .score-round.score a span {
      font-size: 48px; }
  .game .score-round.timer {
    background: #008a7f;
    top: 120px;
    display: none; }
    .game .score-round.timer.animated {
      -webkit-animation: animation2 1.7s infinite;
      -moz-animation: animation2 1.7s infinite;
      -o-animation: animation2 1.7s infinite;
      animation: animation2 1.7s infinite; }
    .game .score-round.timer.warning {
      background: #F6861F; }
    .game .score-round.timer.hurry {
      background: #ef4642; }
    .game .score-round.timer a span {
      font-size: 48px; }
  .game .score-round.round {
    background: #b5d334;
    bottom: 0; }
    .game .score-round.round a span {
      margin-top: -4px; }
      .game .score-round.round a span + span {
        margin-top: -2px; }
        .game .score-round.round a span + span:before {
          content: " ";
          display: block;
          background: #fff;
          height: 3px;
          border-radius: 2px;
          margin: 0 10px; }
.game .flip-container {
  margin-right: 50px; }
  .game .flip-container .card {
    margin: 0 !important; }
  .game .flip-container .cover + img {
    display: none; }
.game .column + .column .flip-container {
  margin: 0 0 0 50px; }
.game .btn-play2 {
  position: absolute;
  top: 259px;
  right: -39px;
  font-size: 31px;
  z-index: 3; }
  .game .btn-play2:after {
    top: -4px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    position: absolute;
    display: block;
    content: '';
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 14px 0px white;
    -moz-box-shadow: 0px 0px 14px 0px white;
    box-shadow: 0px 0px 14px 0px white;
    -webkit-animation: animation2 1.2s infinite;
    -moz-animation: animation2 1.2s infinite;
    -o-animation: animation2 1.2s infinite;
    animation: animation2 1.2s infinite; }
.game .btn-play3 {
  display: none;
  margin-top: 0; }
  .game .btn-play3.end-game span {
    margin-top: 8px; }
  .game .btn-play3 span {
    display: block;
    margin-top: 4px; }
  .game .btn-play3 small {
    font-size: 16px;
    line-height: 0.94;
    display: block;
    margin-top: 2px; }
.game .win {
  left: 43px;
  top: 114px; }
.game .lose {
  left: 39px;
  top: 114px; }
.game .timesup {
  left: 72px;
  top: 106px; }
.game .win, .game .lose, .game .timesup {
  position: absolute;
  display: none; }
  .game .win img, .game .lose img, .game .timesup img {
    margin: 0;
    -webkit-animation: animation 2s infinite;
    -moz-animation: animation 2s infinite;
    -o-animation: animation 2s infinite;
    animation: animation 2s infinite; }
.game .btns {
  width: 354px;
  height: 140px;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px; }
  .game .btns .btn-up, .game .btns .btn-down {
    display: block;
    position: absolute;
    left: 64px;
    bottom: 6px; }
    .game .btns .btn-up span, .game .btns .btn-down span {
      font-weight: bold;
      font-size: 30px;
      line-height: 36px;
      margin-left: 6px; }
    .game .btns .btn-up div, .game .btns .btn-down div {
      background: url("../img/btn-up.png") no-repeat;
      height: 97px;
      width: 97px;
      display: block;
      cursor: pointer; }
  .game .btns .btn-down {
    left: 191px; }
    .game .btns .btn-down div {
      background-image: url("../img/btn-down.png"); }
.game .flipper {
  position: relative;
  height: 602px; }
  .game .flipper .front, .game .flipper .back {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: absolute;
    left: 0;
    top: 0; }
  .game .flipper .front .pledge {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px; }
  .game .flipper .front label.pledge-label {
    padding: 5px;
    color: #ffffff;
    border-radius: 8px; }
  .game .flipper .front input.pledge-checkbox {
    transform: scale(1.3); }
.game .front {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg); }
.game .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(180deg);
  -webkit-transform: perspective(800px) rotateY(180deg);
  transform: perspective(800px) rotateY(180deg); }
.game .fl .back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0); }
.game .fl .front {
  -webkit-transform: perspective(800px) rotateY(-180deg);
  -moz-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg); }

#im2-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 372px;
  height: 602px; }

@-webkit-keyframes animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-moz-keyframes animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-webkit-keyframes animation2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@-moz-keyframes animation2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }
@keyframes animation2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.1; }
  100% {
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */
