/*
    
    KFC - Cook Da Chook
    Copyright (c) 2016 Ogilvy Digital

    @author Jason Smith <jason.smith@ogilvy.com.au>
    @author Trimikha Valentius <trimikha.valentius@ogilvy.com.au>

*/

@font-face {
  font-family: 'ArialRoundedMTBold';
  src: url('../fonts/arial-rounded-mt-bold/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/arial-rounded-mt-bold/ArialRoundedMTBold.woff') format('woff'), url('../fonts/arial-rounded-mt-bold/ArialRoundedMTBold.ttf')  format('truetype'), url('../fonts/arial-rounded-mt-bold/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    margin:0;
}

body {
    background-color: #C11533;
    font-family: arial;
}

.hide {
    display: none !important;
}
.clear {
    clear: both;
}

.game-centre-desktop {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 750px;
    margin: 0 auto;
}
#game {
    position: relative;
}
#tcs {
    color: white;
    background-color: #C11533;

    font-size: 8px;
    font-smooth: never;
    font-family: Arial;
    line-height: 10px;

    z-index: 9;
    position: absolute;
    bottom: 0;

    -webkit-text-size-adjust: 100%;
}
#tcs a {
  color: #fff;
}


#turn-notice {
  background-color: #C11533;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 12;
}

#turn-notice img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  -moz-transform:    translate(-50%, -50%);
  -ms-transform:     translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}

.header {
    background: url("../assets/Images/logo.png") no-repeat center center transparent;
    height: 200px;
    width: 1200px;
    margin: 0 auto;
}

.header ul {
    padding: 25px 20px 0 0;
    float: right;
}

.header li {
    list-style: none;
    float: left;
}

.header a {
    background: url("../assets/Images/sprite-social.png") no-repeat 0 0 transparent;
    display: block;
    width: 50px;
    height: 33px;
}

.header .fb a {
    background-position: 0 0;
}

.header .tw a {
    background-position: -54px 0px;
}

.header .yt a {
    background-position: -110px 0px;
}

.footer {
    padding: 40px 0 57px;
    font-family: 'ArialRoundedMTBold', Arial;
}

.footer .text {
    max-width: 768px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

.footer .big {
    font-size: 52px;
    font-weight: bold;
    line-height: 55px;
}

.footer p {
    margin-bottom: 20px;
}

.arrowRight,
.arrowLeft {
    border: solid 30px transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.arrowRight {
    border-left-color: #9dc62f;
    right: -30px;
    border-right: 0;
}

.arrowLeft {
    border-right-color: #f9b432;
    left: -30px;
    border-left: 0;
}

.footer a {
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 48%;
    background: #f9b432;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.navigation {
    max-width: 815px;
    margin: 0 auto;
}

.footer a.next {
    float: right;
    background-color: #9dc62f;
}

@media screen and (max-width: 1024px) {
    .header,
    .footer {
        display: none;
    }

    #game {
        width: 100%;
        height: 100%;
    }
}


/* Confimation Form */
.btn-tcs {
  background: url(../images/ui/tcsButton.png) no-repeat;
  background-size: 70px;
  display: block;
  float: right;
  height: 70px;
  margin: 15px 15px 0 0;
  text-indent: -999em;
  width: 70px;
}
.btn-back-to-game {
  background: url(../images/ui/backButton.png) no-repeat;
  background-size: 70px;
  display: block;
  float: left;
  height: 70px;
  margin: 15px 0 0 15px;
  text-indent: -999em;
  width: 70px;
} 
.confirmation-form-wrapper {
    background: url(../images/bgs/resultBackground.png) no-repeat #56b396;
    background-size: 100%;
    bottom: 0;
    color: #FFF;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-height: 750px;
    max-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.confirmation-form {
    text-align: center;
}
.confirmation-form h3 {
    display: inline-block;
    font-family: 'ArialRoundedMTBold';
    font-size: 2em;
    margin: 20px 0 0;
}
.confirmation-form h3:after {
    background: #FFF;
    border-radius: 5px;
    content: '';
    display: block;
    height: 5px;
    margin-top: 20px;
    width: 100%;
}
.confirmation-form-email {
  border-radius: 25px;
  border: none;
  box-shadow: 0px 5px 0px #c1c1c1 inset;
  color: #49232a;
  font-family: 'ArialRoundedMTBold';
  font-size: 2em;
  height: 55px;
  line-height: 50px;
  max-width: 525px;
  text-align: center;
  width: 100%;
}
.confirmation-form-email::-webkit-input-placeholder {
   color: #49232a;
}
.confirmation-form-email:-moz-placeholder { /* Firefox 18- */
   color: #49232a;  
}
.confirmation-form-email::-moz-placeholder {  /* Firefox 19+ */
   color: #49232a;  
}
.confirmation-form-email:-ms-input-placeholder {  
   color: #49232a;
}
.confirmation-form-email.error {
    border: 3px solid #C11533;
}
.confirmation-form-control-checkbox {
  font-family: 'ArialRoundedMTBold';
  font-size: 1.5em;
  text-align: left;
  margin: 20px auto;
  max-width: 480px;
  width: 100%;
}
.confirmation-form-control-checkbox input[type="checkbox"].error + label:before{
    border-color: #C11533;
}
.confirmation-form-submit {
  background: url(../images/ui/enterButton.png) no-repeat;
  background-size: auto 80px;
  border: none;
  display: block;
  height: 80px;
  margin: 40px auto 0;
  text-indent: -999em;
  width: 235px;
}
.confirmation-form-validation-msg {
  background: #C11533;
  font-family: 'ArialRoundedMTBold';
  font-size: 1.5em;
  margin-bottom: 30px;
}
.confirmation-form-validation-msg span {
  display: inline-block;
  padding: 10px 0;
}
@media screen and (max-width:900px) {
    .btn-back-to-game,
    .btn-tcs {
        background-size: 50px;
        height: 50px;
        width: 50px;
    }
    .confirmation-form-wrapper {
      max-height: none;
    }
    .confirmation-form h3 {
       font-size: 1.5em;
       margin: 0;
    }
    .confirmation-form h3:after {
      margin-top: 15px;
    }
    .confirmation-form-email {
        font-size: 1.5em;
        height: 45px;
        line-height: 45px;
        max-width: 380px;
    }
    .confirmation-form-validation-msg {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .confirmation-form-control-checkbox {
        font-size: 1.1em;
        margin: 15px auto;
        max-width: 380px;
    }
    .confirmation-form-control-checkbox input[type="checkbox"]:not(:checked) + label, 
    .confirmation-form-control-checkbox input[type="checkbox"]:checked + label {
      padding-left: 35px;
    }
    .confirmation-form-control-checkbox input[type="checkbox"]:not(:checked) + label:before, 
    .confirmation-form-control-checkbox input[type="checkbox"]:checked + label:before{
        height: 15px;
        top: 0;
        width: 15px;
    }
    .confirmation-form-control-checkbox input[type="checkbox"]:not(:checked) + label:after, 
    .confirmation-form-control-checkbox input[type="checkbox"]:checked + label:after {
        font-size: 20px;
        left: 6px;
        top: 1px;
    }
    .confirmation-form-submit {
      background-size: auto 50px;
      height: 50px;
      margin: 20px auto 0;
      width: 145px;
    }
}

/* Custom checkbox */
/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 3px;
  width: 20px; height: 20px;
  border: 3px solid #c1c1c1;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  color: #49232a;
  content: 'x';
  font-family: 'ArialRoundedMTBold';
  font-size: 25px;
  left: 7px;
  line-height: 0.8;
  position: absolute;
  top: 4px;
  transition: all .2s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.terms-and-cons {
    background: #C11533;
    bottom: 0;
    color: #FFF;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-height: 750px;
    max-width: 1200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}
.terms-and-cons .btn-back-to-game {
  float: right;
  margin: 15px 15px 0 0;
}
.terms-and-cons-cdc-logo {
  background: #C11533;
  width: 180px;
}
.terms-and-cons h3 {
    display: block;
    font-family: 'ArialRoundedMTBold';
    font-size: 2em;
    margin: -75px 0 0;
    text-align: center;
}
.terms-and-cons h3:after {
    background: #4A242B;
    border-radius: 7px;
    content: '';
    display: block;
    float: right;
    height: 5px;
    margin-top: 20px;
    width: 85%;
}
.terms-and-cons h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.terms-and-cons li,
.terms-and-cons .faux-ol-list {
  font-family: arial;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.faux-ol-list {
  margin-left: 30px;
}
.faux-number {
  display: block;
  float: left;
  margin-left: -30px;
}
.touchevents .faux-ol-list {
  margin-left: 40px;
}
.touchevents .faux-number {
  font-size: 25px;
  margin-left: -40px;
  margin-top: 5px;  
}
.terms-and-cons a {
  color: #FFF;
}
.terms-and-cons a:hover,
.terms-and-cons a:focus {
  text-decoration: none;
}
.terms-and-cons-copy {
  clear: both;
  font-family: 'ArialRoundedMTBold';
  font-size: 1em;
  line-height: 1.3em;
  margin: 50px 0;
  overflow-y: auto;
  height: 100%;
  max-height: 500px;
  padding: 0 5%
}
.terms-and-cons-copy p {
  margin-bottom: 20px;
}
.terms-and-cons-chapter-title {
  margin: 1em 0 0.5em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
    .terms-and-cons h3 {
      font-size: 1.5em;
      margin-top: -50px;
      width: 98%;
    }
    .terms-and-cons-cdc-logo {
      width: 130px;
    }
}
@media screen and (max-width: 767px) {
    .terms-and-cons h3 {
      margin:0 auto;
    }
    .terms-and-cons h3:after {
        float: none;
        width: 100%;
    }
}

#loading-overlay {
  background: url("../images/spinner.gif") no-repeat center center rgba(255, 255, 255, 0.8);
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 15;
}