@font-face {
  font-family: GothamRnd-Book;
  src: url(/font/GothamRnd-Book.eot) format("eot");
  src: url(/font/GothamRnd-Book.woff) format("woff"), url(/font/GothamRnd-Book.woff2) format("woff2"), url(/font/GothamRnd-Book.ttf) format("truetype"), url(/font/GothamRnd-Book.svg) format("svg"), url(/font/GothamRnd-Book.otf) format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GothamRnd-Bold;
  src: url(/font/GothamRnd-Bold.eot) format("eot");
  src: url(/font/GothamRnd-Bold.woff) format("woff"), url(/font/GothamRnd-Bold.woff2) format("woff2"), url(/font/GothamRnd-Bold.ttf) format("truetype"), url(/font/GothamRnd-Bold.svg) format("svg"), url(/font/GothamRnd-Bold.otf) format("otf");
  font-weight: 700;
  font-style: normal;
}

.font-bold {
  font-family: GothamRnd-Bold;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: : #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

.main-bgreg {
    width: 100%;
    height: auto;
    min-height: 100%;
    font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url(/photohunt2/img/bgsnow.png) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: #000;
    background-color: #fff
}

.main-bg {
    width: 100%;
    height: auto;
    min-height: 100%;
    font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url(/photohunt2/img/bg.png) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: #000;
    background-color: #fff
}

.main-bginstruction {
    width: 100%;
    height: auto;
    min-height: 100%;
    font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url(/photohunt2/img/bgbelow.png) no-repeat center center fixed;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: #000;
    background-color: #fff
}

.main-bgmore {
    width: 100%;
    height: auto;
    min-height: 100%;
    font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url(/photohunt2/img/bgsnoww.png) no-repeat center center fixed;
    background-size: 100% 100%;
    background-position: left center;
    color: #000;
    background-color: #fff;
    z-index: -5;
}

.bg-blue {
  position: relative;
  background-color: #0071bc;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
  color: #fff;
}

.content-wrapper {
  max-width: 450px;
  margin: 0 auto;
}

.zigzag_details {
  position: absolute;
  top: 0%;
  left: 0%;
  right:0%;
  height: 100%;
  width: 101%;
  background-size: 100% 100% !important;
  padding: 0px 0px;
  margin: auto 0px auto -1px;
}

.prize-redeem-img {
  position: absolute;
  width: 100%;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tnc-sectionredeem {
  width: 90%;
  margin:20px auto;
  font-size: .85em;
  color:#000;
}

a, a:focus, a:hover, a:visited {
  text-decoration: none;
  color: #19B5FE;
}

.curtain {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.ac {
  position: relative;
  width: 85%;
  margin: 40% auto 0;
  z-index: 2;
}

.ac-blank {
  position: relative;
  width: 85%;
  margin: 40% auto 0;
  z-index: 2;
}

.ac-blank2 {
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.game-frame {
  position: relative;
  margin-top: 40%;
}

.remote-container {
  position: absolute;
  min-height: 275px;
  max-height: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}

.remote {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.remote-button {
  position: absolute;
  bottom: 26%;
  left: 0;
  right: 0;
  height: 14%;
  margin: auto;
}

.remote-button:active {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.logo {
  width: 50%;
  max-width: 120px;
  margin: 10px auto;
}

.prizelist-caption {
  position: relative;
  width: 90%;
  margin: 40% auto 0;
  z-index: 2;
}

.detail-button, a.detail-button {
    *display: inline;
    display: inline-block;
    background: #c60917;
    color: #FFF;
    font-size: 0.9em;
    padding: 0.3em 1em;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.prize-detail:hover {
  background: #045c76;
}

.prize-name {
  margin: 0;
}

.prize-img {
  max-width: 100px;
  max-height: 80px;
}

.prize-redeem-img {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: -60%;
  background-color: #fff
}

.form>input, .form>textarea {
  width: 80%;
  max-width: 300px;
  font-size: .85em;
  font-weight: 200;
  color: #000;
  margin: 0 auto 8px;
  padding: 8px 10px;
  display: block;
  border: 1px solid #00b3e9;
  background: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
}

.form>input:focus, .form>textarea:focus {
  outline: none;
  color: #000;
}

.form>input.error, .form>textarea.error {
  border: 2px solid #EE0000;
}

::-webkit-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

.agree-section {
  width: 80%;
  max-width: 300px;
  margin: 5px auto 0px auto;
  text-align: center;
}

.agreebox {
  font-size: .8em;
  vertical-align: text-top;
  height: 100px;
}

#agree {
  display: inline-block;
  width: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}

.agreebox {
  font-size: 12px;
  color: #000;
  vertical-align: text-bottom;
}

.tnc-section {
  width: 90%;
  margin: 0 auto;
  font-size: .85em;
}

.tnc-section ul, ol {
  padding-left: 15px;
}

.tnc-section ul>li {
  margin-bottom: 10px;
}

.content_footer_start {
  display: block;
  width: 80%;
  max-width: 300px;
  background-color: #c60917;
  color: #fff;
  font-size: .85em;
  margin: 5px auto;
  padding: 8px 0;
  border: 0;
  border-radius: 20px;
  outline: none;
}

.content_footer_start_yellow {
  display: block;
  width: 80%;
  max-width: 300px;
  background-color: #FCBD00;
  color: #fff;
  font-size: .85em;
  margin: 10% auto 10px;
  padding: 8px 0;
  border: 0;
  border-radius: 5px;
}

.prize-frame-container {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
}

.prize-frame {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: url(/assets/currentproject/img/box.png);
  background-size: 40px 40px;
  display: inline-block;
}

.prize-icon-container {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.prize-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apac {
  max-width: 120px;
  padding: 10px 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, .8);
}

.overlay-arrow {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 80px;
  z-index: 10;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  background-color: #fff;
  color: #333;
  display: block;
  padding: 10px 0;
  border-radius: 10px;
  z-index: 10;
}

.modal .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #999;
}

.modal .left, .modal .right {
  position: absolute;
  width: 50%;
  font-size: .9em;
  color: #333;
  bottom: 0;
  border-top: 1px solid #999;
  padding: 10px 0;
}

.modal .left {
  left: 0;
  border-right: 1px solid #999;
}

.modal .right {
  right: 0;
}

.modal .left button, .modal .right button {
  width: 100%;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border: 0;
  background-color: #ebeced;
}

.share .moments {
  width: 18px;
  height: 18px;
  background: url(/assets/currentproject/img/logo-moments.png) no-repeat;
  background-size: 100% 100%;
}

.share .facebook, .share .moments {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.share .facebook {
  width: 18px;
  height: 18px;
  background: url(/assets/currentproject/img/logo-fb.png) no-repeat;
  background-size: 100% 100%;
}

.button-share {
  position: absolute;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
}

#countdown .col {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  display: inline-block;
  background: #111;
  border-radius: 5px;
}

.nopadding {
  margin: 0;
  padding: 0;
}

.display-none {
  display: none;
}

@media only screen and (max-height: 568px) {
  .remote-container {
    position: relative;
    margin-top: 20%;
  }
}

@media only screen and (min-height: 569px) {
  .prize-frame {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: url(/assets/currentproject/img/box.png);
    background-size: 50px 50px;
    display: inline-block;
  }
  .prize-icon-container {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 700px) {
  .prize-frame {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 20px;
    background: url(/assets/currentproject/img/box.png);
    background-size: 100px 100px;
  }
}

.up250 {
  padding-bottom: 250px;
}

.max140h {
    color: #FFF;
    max-height: 200px;
}

@media only screen and (min-device-height: 600px) {
  .max140h {
    max-height: 260px;
  }
}
@media only screen and (min-device-height: 800px) {
  .max140h {
    max-height: 100%;
  }
}

@media only screen and (max-device-height: 600px) {
  .iphone4 {
    margin-top: 15% !important;
  }
}


@media only screen and (min-device-height: 730px){
  .iphone6plus {
    margin: 8% auto 0% auto !important;
  }
}


@media only screen and (max-device-height: 490px) {
  .iphone5 {
    margin-top: 0% !important;
  }
}

@media only screen and (max-device-height: 490px) {
  .iphone5button {
    margin-bottom: -26% !important;
  }
}

@media only screen and (max-device-height: 600px) {
  .iphone54 {
    margin-top: 20% !important;
  }
}

@media only screen and (min-device-height: 660px) {
  .iphone45 {
    margin-top: 20% !important;
  }
}


/*.slotMachineContainer {
  width: 100%;
  height: 100%;
}*/

.prize-icon-container, .prize-icon-container div {
  display: inline-block;
  vertical-align: middle;
}

.resp480 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
 
}

.resp480x {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 0;
}

@media only screen and (max-height:567px) {
  .resp480 {
    position: relative;
  }

  .resp480x {
    position: relative;
    bottom: -10px;
  }
}

/*-------------------------------*/
.mtop {
	margin-top: 10px;
}
.olist {
	vertical-align: top;
	padding-right: 5px;
}


.inputbox {
  max-width: 300px;
  border: 1px solid #FFF;
  height: 40px;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.inputbox .minicon {
    float: left;
    line-height: 34px;
    padding-left: 6px;
    background-color: #fff;
    border-radius: 5px;
    border :1px solid #00b3e9;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: -1%
}

.inputbox .text{
  display: block;
  font-size: 0.85em;
  background: #fff;
  color: #000;
  outline: none;
  height: 36px;
  border: 1px solid #00b3e9;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: #fff;
  padding: 0 10px;
  width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inputbox.error {
  border: 2px solid #CD2626;
}


.popup {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	height: auto;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
}

.checkbox {
    margin: 10px auto 10px auto;
    width: 80%;
    max-width: 200px;
    font-size: 12px;
    text-align: left;
}

.dialog {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #3B3B3B;
    width: 260px;
    height: 160px;
    margin-top: -80px;
    margin-left: -130px;
    background: #FFF;
    background: rgba(255,255,255,0.9);
	text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 999;
}

.dialog.fixed {
	position: fixed;
}

.dialog .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #999;
    font-size: 1.1em;
}

.dialog .cancel {
    display: block;
    padding: 8px;
}

.dialog-content {
    padding: 15px;
    font-size: 1.1em;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset;
}

#tab {
    font-size: 0.9em;
    margin: 5% 0;
}
#top-score {
    display: block;
    border: 1px solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.6em;
    padding: 5%;
}
.rank-section {
    cursor: pointer;
    background: rgba(0,0,0,.4);
    padding: .6em .5em;
}
.rank-section.left{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.rank-list {
    color: #3B3B3B;
    background: #FFF;
    padding: 0.6em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-bottom: 4px;
}

.rank-section.right{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.rank-section.selected {
    background: #c60917;
}
.no {
    *display: inline;
    display: inline-block;
    width: 24px;
    text-align: center;
}

.is-self {
    color: #004684;
    font-weight: bold;

}

.cbutton {
    display: block;
    width: 100%;
    max-width: 300px;
    background-color: #c60917;
    color: #FFF;
    font-size: 0.85em;
    margin: 0 auto;
    padding: 8px 0;
    border: none;
    border-radius: 16px;
    outline: none;
}
a.cbutton {
    text-decoration: none;
    color: inherit;
}

.name {
    *display: inline;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 66%;
    zoom: 1;
}

.time {
    float: right;
    font-family: 'Open Sans', sans-serif;
}

