@font-face {
  font-family: 'groboldregular';
  src: url("../font/grobold-webfont.eot");
  src: url("../font/grobold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/grobold-webfont.woff2") format("woff2"), url("../font/grobold-webfont.woff") format("woff"), url("../font/grobold-webfont.ttf") format("truetype"), url("../font/grobold-webfont.svg#groboldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  position: relative; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

html {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #f1f1f1; }

body > div {
  width: 1100px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden; }

a.textButton {
  position: absolute;
  width: 100px;
  height: 50px;
  color: #fff;
  z-index: 100; }

a.helpButton {
  bottom: -5px;
  left: 0px; }

a.printChoices {
  bottom: 10px;
  right: 0px; }

.textButton > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px; }

.textButton > span:not(.fa) {
  font: 30px "groboldregular";
  color: #fef5d8;
  padding-left: 10px;
  line-height: 50px;
  cursor: pointer; }

.card_game {
  /* entire container, keeps perspective */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .card_game .loading {
    font: 40px 'groboldregular';
    color: white;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 40%;
    text-align: center; }
    .card_game .loading i {
      font-size: 40px;
      color: white; }
  .card_game .background {
    background: url("../img/background.png");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    height: 625px;
    width: 1125px; }
  .card_game .backButton {
    position: absolute;
    left: -17px;
    top: -20px;
    z-index: 100; }
  .card_game .main_screen {
    width: 1100px;
    height: 600px;
    position: absolute;
    top: 0;
    padding: 20px;
    overflow: hidden; }
  .card_game .main_screen * {
    opacity: 0; }
  .card_game .main_screen img {
    position: absolute;
    bottom: 0px; }
  .card_game .main_screen .cherry {
    left: 0px; }
  .card_game .main_screen .pig {
    right: 130px; }
  .card_game .main_screen .rhino {
    left: 130px; }
  .card_game .main_screen .tiger {
    right: 0px; }
  .card_game .main_screen .rating_the_risk {
    bottom: 250px;
    left: 294px; }
  .card_game .main_screen .startButton {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../img/startButton.png");
    width: 241px;
    height: 77px;
    background-position: -1px -1px;
    position: absolute;
    bottom: 120px;
    left: 435px; }
  .card_game .main_screen .startButton:hover {
    background-position: -244px -1px; }
  .card_game .nextButton {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../img/nextButton.png");
    width: 201px;
    height: 77px;
    background-position: -1px -1px; }
  .card_game .nextButton:hover {
    background-position: -204px -1px; }
  .card_game .animated {
    opacity: 1 !important; }
  .card_game .slider_wrapper {
    display: none;
    width: 1040px;
    height: 542px;
    margin: 30px;
    position: absolute;
    top: 0; }
  .card_game .card_main_slider {
    list-style: none;
    width: 100%; }
  .card_game .card_main_slider li {
    height: 542px;
    top: 0;
    left: 0; }
  .card_game .card_main_slider h5 {
    color: white;
    font: 40px 'groboldregular';
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  .card_game .instruction_background {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-image: url("../img/instrunction_text_background.png");
    margin-right: 80px;
    width: 960px;
    height: 400px;
    padding: 25px 50px 30px 50px;
    background-position: right; }
  .card_game .instruction img {
    float: left;
    width: 510px; }
    .card_game .instruction img.right-slider-instruction {
      position: absolute;
      float: none;
      margin: 0;
      right: -20px;
      top: 179px;
      cursor: pointer;
      width: 30px; }
    .card_game .instruction img.left-slider-instruction {
      position: absolute;
      float: none;
      margin: 0;
      left: 581px;
      top: 179px;
      width: 30px;
      z-index: 999;
      cursor: pointer; }
  .card_game .instruction ul {
    list-style-type: none;
    padding: 0;
    width: 960px; }
    .card_game .instruction ul li {
      height: initial;
      position: relative;
      height: 400px;
      width: 100% !important;
      /*  there it is */
      display: table-cell;
      vertical-align: middle; }
      .card_game .instruction ul li p {
        color: #1b6461;
        text-align: left;
        width: 260px;
        height: 260px;
        display: block;
        position: absolute;
        right: 0px; }
  .card_game .instruction .nextButton {
    position: absolute;
    bottom: 0;
    right: 77px;
    display: none;
    z-index: 999; }
  .card_game p {
    color: white;
    font: 20px/30px 'groboldregular';
    text-align: center; }
  .card_game .play_create_scenario a:nth-of-type(1) {
    float: left;
    margin-left: 170px; }
  .card_game .play_create_scenario a:nth-of-type(2) {
    float: right;
    margin-right: 170px; }
  .card_game .play_create_scenario a {
    margin-top: 30px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s; }
  .card_game .play_create_scenario a:hover {
    margin-top: 30px;
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .card_game .print_or_rate a:nth-of-type(1) {
    float: left;
    margin-left: 170px;
    cursor: pointer; }
  .card_game .print_or_rate a:nth-of-type(2) {
    float: right;
    margin-right: 170px; }
  .card_game .print_or_rate a {
    margin-top: 85px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s; }
  .card_game .print_or_rate a:hover {
    margin-top: 85px;
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .card_game .card_game_rate h5 {
    font-size: 25px; }
  .card_game .card_game_rate .card-slider-list, .card_game .card_game_rate .create-scenario-card-slider-list, .card_game .create_scenarios .card-slider-list, .card_game .create_scenarios .create-scenario-card-slider-list {
    padding: 0;
    margin: 0; }
  .card_game .card_game_rate .card-slider, .card_game .create_scenarios .card-slider {
    list-style: none; }
  .card_game .card_game_rate .card-slider a, .card_game .create_scenarios .card-slider a {
    display: inline-block;
    margin: 30px 20px 0px 45px;
    position: relative;
    width: 263px;
    height: 337px; }
  .card_game .card_game_rate .card-slider > a, .card_game .create_scenarios .card-slider > a {
    margin-left: 50px; }
  .card_game .card_game_rate a img, .card_game .create_scenarios a img {
    transition: 0.3s;
    position: absolute;
    z-index: 4; }
  .card_game .card_game_rate a img:nth-child(2), .card_game .create_scenarios a img:nth-child(2) {
    top: 2px;
    z-index: 3; }
  .card_game .card_game_rate a img:nth-child(3), .card_game .create_scenarios a img:nth-child(3) {
    top: 4px;
    z-index: 2; }
  .card_game .card_game_rate a img:nth-child(4), .card_game .create_scenarios a img:nth-child(4) {
    top: 6px;
    z-index: 1; }
  .card_game .card_game_rate a img.rotate:nth-child(2), .card_game .create_scenarios a img.rotate:nth-child(2) {
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  .card_game .card_game_rate a img.rotate:nth-child(3), .card_game .create_scenarios a img.rotate:nth-child(3) {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .card_game .card_game_rate a img.rotate:nth-child(4), .card_game .create_scenarios a img.rotate:nth-child(4) {
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  .card_game .card_game_rate a .flip-container, .card_game .create_scenarios a .flip-container {
    position: absolute;
    z-index: 4; }
  .card_game .go_to_summary {
    position: absolute;
    right: 3px;
    bottom: 25px;
    display: none; }
  .card_game .flip-container {
    perspective: 1000;
    width: 264px;
    height: 332px; }
  .card_game .flip-container.click .flipper {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
    .card_game .flip-container.click .flipper .back {
      -webkit-backface-visibility: visible;
      /* Chrome, Safari, Opera */
      backface-visibility: visible;
      display: block; }
    .card_game .flip-container.click .flipper .front {
      display: none;
      opacity: 0; }
  .card_game .front {
    transition: 0.3s;
    width: 264px;
    height: 332px; }
  .card_game .back {
    transition: 0.3s;
    width: 264px;
    height: 332px; }
  .card_game .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* Chrome, Safari, Opera */
    position: relative; }
  .card_game .front {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* for firefox 31 */
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .card_game .back {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .card_game .back textarea {
    position: absolute;
    z-index: 10;
    width: 224px;
    height: 200px;
    margin-top: 35px;
    margin-left: 20px;
    resize: none;
    background: url(../img/trans.png);
    font: 20px/25px 'groboldregular';
    text-align: center;
    border: none; }
  .card_game .back img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  .card_game .back p {
    position: absolute;
    z-index: 10;
    width: 224px;
    margin-left: 20px;
    font: 19px/24px 'groboldregular';
    text-align: center;
    top: 30%;
    -moz-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    word-wrap: break-word; }
  .card_game .card-slider {
    list-style: none; }
  .card_game .score-slider {
    width: 400px;
    margin: 10px auto;
    height: 50px; }
  .card_game .score-slider img {
    position: absolute; }
  .card_game .score-slider a.minus {
    left: -80px;
    top: -38px;
    position: absolute;
    transition: 0.3s;
    width: 49px; }
  .card_game .score-slider a.add {
    right: -24px;
    top: -38px;
    position: absolute;
    transition: 0.2s;
    width: 49px; }
  .card_game .score-slider .red {
    background-color: #164a48;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    height: 33px;
    width: 0;
    position: absolute;
    top: 3px;
    transition: 0.5s; }
  .card_game .score-slider span {
    position: absolute;
    font: 20px 'groboldregular';
    color: white; }
  .card_game .score-slider span:nth-of-type(1) {
    left: -81px;
    top: 4px; }
  .card_game .score-slider span:nth-of-type(2) {
    top: 4px;
    right: -55px; }
  .card_game .button_click {
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    z-index: 999; }
  .card_game .left-slider {
    position: absolute;
    left: 0;
    top: 227px;
    cursor: pointer;
    z-index: 50; }
  .card_game .right-slider {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 227px; }
  .card_game .slide-number {
    text-align: center;
    margin-top: 10px;
    display: block;
    color: white;
    font: 18px/25px 'groboldregular';
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); }
  .card_game .back .card_green {
    color: #1b6461; }
  .card_game .back .card_purple {
    color: #68123f; }
  .card_game .back .card_yellow {
    color: #9f7104; }
  .card_game .back textarea.card_green::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 180px;
    color: rgba(27, 100, 97, 0.5); }
  .card_game .back textarea.card_green:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 180px;
    color: rgba(27, 100, 97, 0.5); }
  .card_game .back textarea.card_green::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 180px;
    color: rgba(27, 100, 97, 0.5); }
  .card_game .back textarea.card_green:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 180px;
    color: rgba(27, 100, 97, 0.5); }
  .card_game .back textarea.card_purple::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 180px;
    color: rgba(104, 18, 63, 0.5); }
  .card_game .back textarea.card_purple:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 180px;
    color: rgba(104, 18, 63, 0.5); }
  .card_game .back textarea.card_purple::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 180px;
    color: rgba(104, 18, 63, 0.5); }
  .card_game .back textarea.card_purple:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 180px;
    color: rgba(104, 18, 63, 0.5); }
  .card_game .back textarea.card_yellow::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 180px;
    color: rgba(159, 113, 4, 0.5); }
  .card_game .back textarea.card_yellow:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 180px;
    color: rgba(159, 113, 4, 0.5); }
  .card_game .back textarea.card_yellow::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 180px;
    color: rgba(159, 113, 4, 0.5); }
  .card_game .back textarea.card_yellow:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 180px;
    color: rgba(159, 113, 4, 0.5); }
  .card_game cf:before,
  .card_game .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .card_game .cf:after {
    clear: both; }
  .card_game .cf {
    *zoom: 1; }
  .card_game .categories ul {
    width: 625px;
    margin: 0 auto; }
  .card_game .categories li {
    list-style: none;
    float: left;
    display: block;
    cursor: pointer;
    height: 235px;
    width: 262px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s; }
  .card_game .categories li:hover {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .card_game .categories li:nth-of-type(2) {
    margin-left: 30px; }
  .card_game .categories li:nth-of-type(4) {
    margin-left: 30px; }
  .card_game .categories li p {
    text-transform: capitalize;
    color: #9f7104;
    font: 26px/182px 'groboldregular'; }
  .card_game .categories li img {
    position: absolute;
    top: 0; }
  .card_game .summary .summary_background {
    margin: -82px auto;
    width: 827px;
    height: 456px;
    background-image: url("../img/summary_background.png");
    background-position: center;
    opacity: 0; }
  .card_game .summary .summary_background > div {
    margin-top: 55px;
    margin-left: 45px;
    width: 740px;
    height: 350px;
    top: 44px;
    overflow: auto; }
  .card_game .summary .playButton {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url("../img/playAgain.png");
    width: 187px;
    height: 57px;
    background-position: -190px -1px;
    margin: 72px auto;
    opacity: 0; }
  .card_game .summary .playButton:hover {
    background-position: -1px -1px; }
  .card_game .summary table {
    table-layout: fixed;
    width: 720px;
    color: #9f7104;
    font: 14px 'groboldregular'; }
  .card_game .summary table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .card_game .summary table tr td:nth-child(2), .card_game .summary table tr td:nth-child(3) {
    padding-top: 25px; }
  .card_game .summary table tr td {
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    word-wrap: break-word; }
  .card_game .summary table tr td:nth-of-type(1) {
    text-align: left; }
  .card_game .summary table tr td h7 {
    display: block;
    font-size: 16px;
    font-weight: bold; }

ul.print_card_game {
  margin-top: 0; }
ul.print_card_game li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px; }
ul.print_card_game li img {
  width: 230px; }
ul.print_card_game li .card_text {
  position: absolute;
  z-index: 10;
  width: 224px;
  margin-left: 4px;
  font: 16px/20px 'groboldregular';
  text-align: center;
  top: 20%;
  -moz-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
  padding: 15px;
  word-wrap: break-word; }
ul.print_card_game li .card_green {
  color: #1b6461; }
ul.print_card_game li .card_purple {
  color: #68123f; }
ul.print_card_game li .card_yellow {
  color: #9f7104; }

/*# sourceMappingURL=style.css.map */
