@font-face {
    font-family: Zeiss-Reg;
    src: url(/assets/fonts/ZEISS-Reg.ttf) format("truetype");
    font-style: normal;
}

@font-face {
    font-family: Zeiss-Bold;
    src: url(/assets/fonts/ZEISS-Bold.ttf) format("truetype");
    font-style: normal;
}

@font-face {
    font-family: Zeiss-Heavy;
    src: url(/assets/fonts/FrutigerNextLT-Heavy.ttf) format("truetype");
    font-style: normal;
}

* {
    box-sizing: border-box;
}

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

body {
    width: 100%;
    height: 100%;
    font-family: 'Zeiss-Reg', Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #FFF;
    color: #333;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}

b {
    font-family: 'Zeiss-Bold', sans-serif;
}

.container {
    position: relative;
    width: 90%;
    max-width: 420px;
    margin: auto;
    padding: 0;
}
.container-dark {
    position: relative;
    color: #FFF;
    width: 90%;
    max-width: 420px;
    margin: auto;
    padding: 0;
}

a, a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #000;
}
hr {
    border-top: 1px solid #000;
}
.container-dark h1, .container-dark h3 {
    color: #FFF;
}
.container-dark a, .container-dark a:focus, .container-dark a:hover, .container-dark a:visited {
    color: #FFF;
}
.container-dark hr {
    border-top: 1px solid #FFF;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/pfx/img/bg.png);
    background-size: 100% 100%;
    z-index: -1;
}
.bg0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/pfx/img/bg0.png);
    background-size: 100% 100%;
    z-index: -1;
}
.bge {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/pfx/img/bge.png);
    background-size: 100% 100%;
    z-index: -1;
}

.footer {
    position: fixed;
    width: 90%;
    max-width: 520px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 2vh;
}

.content {
    margin: auto;
    padding-top: 20vh;
    width: 85%;
}

.title {
    font-size: 18px;
    color: #000;
}
.container-dark .title {
    color: #FFF;
}

.logo1 {
    width: 70%;
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    display: block;
    float: left;
}
.logo2 {
    width: 12%;
    max-width: 50px;
    margin: auto;
    margin-top: 30px;
    margin-right: 10px;
    display: block;
    float: right;
}
.icon1 {
    width: 30px;
    margin: 10px;
}

.ecp-identity {
    clear: both;
    text-align: left;
    margin: 5px;
    margin-left: 20px;
}

.c1 {
    display: inline-block;
    width: 15%;
    text-align: left;
    cursor: pointer;
}
.c2 {
    display: inline-block;
    width: 70%;
    text-align: left;
    cursor: pointer;
}
.c3 {
    display: inline-block;
    width: 11%;
    text-align: right;
    cursor: pointer;
}
.c5 {
    font-size: 14px;
    display: inline-block;
    width: 49%;
    cursor: pointer;
}
.c33 {
    display: inline-block;
    width: 31%;
}
.c25 {
    display: inline-block;
    width: 21%;
}
.icon {
    width: auto;
    height: 50px;
}
.pop {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 42%;
    margin: auto;
}
.pop2 {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    width: 38%;
    margin: auto;
}
.inb {
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
}
.chances {
    font-size: 32px;
    font-weight: 600;
    color: #27A5DC;
    background-color: #FFF;
    padding: -3px 10px;
    padding-top: 4px;
    border: 0;
    border-radius: 25px;
}
.points {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    background-color: #201A92;
    padding: 0px 22px;
    padding-top: 7px;
    margin: 2vh;
    border: 0;
    border-radius: 25px;
}
.qaframe {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2vw;
    padding: 2vw;
}
.qaframe h3 {
    font-size: 6vw;
    line-height: 7.5vw
}
.qaoption {
    background-color: #29A9E0;
    border-radius: 5vw;
    padding: 2vw;
    margin-bottom: 1vh;
    font-size: 5vw;
    line-height: 7vw
}
.timer {
    
}
.prize {
    position: relative;
    margin: 2vh auto;
}
.prize .rbtn {
    position: absolute;
    bottom: 15px;
    right: 12px;
    width: 27%;
}
.confirm {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25vh;
    padding-top: 5vh;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1000;
}
.yes {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50%;
    border: 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 35px;
}
.no {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 50%;
    border: 0;
    border-top: 1px solid #999;
    line-height: 35px;
}
.menu {
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    line-height: 5vh;
    font-size: 14px;
    color: #999;
    z-index: 2;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
.menu-item {
    display: inline-block;
    padding: 1vh;
    padding-left: 8vw;
}
.menu-last {
    padding-right: 8vw;
}
.menu-item a.active{
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding-bottom: 3px;
}
.menu-item a.inactive{
    color: #CCC;
}

.score {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 70px;
    font-weight: 600;
    color: #000;
}

.voucher-img {
    width: 80%;
    max-width: 300px;
    margin: auto;
}
.bluebox {
    display: inline-block;
    background-color: #201A92;
    color: #fff;
    border-radius: 15px;
    padding: 10px;
}
.expiry {
    font-size: 14px;
}
.expired {
    opacity: 0.5;
    position: absolute; left: 10px; top: 20px;
    width: 30%;
    background: #000; color: #FFF;
    margin: 0 20px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.history {
    font-size: 11px;
}
.smaller {
    font-size: 14px;
}
.btn-img {
    margin: 2vh auto 3vh;
    /*padding: 8px 30px;*/
    width: 50%;
}
.button {
    font-family: Zeiss-Bold;
    background-color: #201a92;
    color: #fff;
    margin: 10px auto 20px;
    padding: 8px 30px;
    border: 0;
    border-radius: 25px;
    /*box-shadow: 1px 1px 2px #333;*/
}

.form {
    position: relative;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form input, .form textarea {
    width: 100%;
    font-size: .9em;
    background-color: transparent;
    /*opacity: 0.7;*/
    margin: auto;
    margin-top: 7px;
    padding: 8px 10px;
    display: block;
    border:none;
}
.input {
    border-bottom: 1px solid #000;
    border-radius: 0px;
}
.select {
    position: relative;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

.container-dark .input {
    border-bottom: 1px solid #FFF;
    border-radius: 0px;
}
.container-dark .select {
    position: relative;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #FFF;
    border-radius: 0px;
}

.select select {
    position: relative;
    width: 100%;
    background-color: transparent;
    /*opacity: 0.7;*/
    font-size: .9em;
    margin: auto;
    padding: 8px 10px;
    margin-top: 7px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*box-shadow: 1px 1px 2px #999;*/
}

.select select option {
    background: #fff;
    color: #000;
}

.select select option:disabled {
    color: #aaa;
}

.arrow-down {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #FFF;
}

.select select:focus {
    outline: 0;
}

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

.form input.error, .form textarea.error, select.error {
    border-radius: 5px;
    border: 1px solid #201A92 !important;
}
.otp {
    width:60% !important;
    border: 1px solid #FFF;
    border-radius: 5px 0 0 5px !important;
    display:inline !important;
}
.otp_button {
    width:40%;
    border-radius: 0 5px 5px 0;
    color:#FFF; font-size: .85em;
    display:inline;
    background: #E81831;
    padding: 8px 0;
    border: 1px solid #E81831;
    box-shadow: 1px 1px 2px #999;
}
.copy_button {
    width:25%;
    border-radius: 0 5px 5px 0;
    color:#FFF; font-size: .85em;
    display:inline;
    background: #E81831;
    padding: 8px 0;
    border: 1px solid #E81831;
    box-shadow: 1px 1px 2px #999;
}
.reg-div {
    padding: 0 20px;
    margin-top: -80px;
}

::-webkit-input-placeholder {
    color: #333;
    font-style: italic;
}
input:focus::-webkit-input-placeholder {
    color: #000;
}

.container-dark ::-webkit-input-placeholder {
    color: #FFF;
}
.container-dark input:focus::-webkit-input-placeholder {
    color: #FFF;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tnc {
    width: 85%;
    max-width: 500px;
    font-size: .85em;
    margin: auto;
}

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

.tnc ul li, .tnc ol li {
    padding-bottom: 10px;
}

.tnc a {
    word-break: break-all;
}
.tnc-link {
    color: #000;
    font-size: .75em;
    text-decoration: underline;
    padding: 1vh 0;
    text-align: left;
}

.container-dark .tnc-link {
    color: #FFF;
}

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

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

.modal::after {
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
    -o-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

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

.modal .left, .modal .right {
    position: fixed;
    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;
}

@-moz-keyframes fadeout {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#alert p {
    width: 200px;
    margin: 10px auto;
}

#alert .bottom {
    position: absolute;
    bottom: 0;
    padding: 8px 0;
    width: 100%;
    border-top: 1px solid #999;
    text-align: center;
    font-size: 16px;
}

.checkbox {
    margin: 10px auto 5px;
    width: 100%;
    font-size: 12px;
    text-align: left;
}

.checkbox>label {
    background-image: url(../img/checkbox.png?v=3);
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

.checkbox>span {
    color: #333;
}

.checkbox>a {
    color: #003e95;
    border-bottom: 1px
}
.container-dark .checkbox>span {
    color: #FFF;
}

.container-dark .checkbox>a {
    color: #FFF;
    border-bottom: 1px
}
.checkbox>input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkbox>input[type=checkbox]+label {
    padding-left: 20px;
    min-height: 21px;
    min-width: 20px;
    margin: 2px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.checkbox>input[type=checkbox]:checked+label {
    background-position: 0% 99%;
    margin-top: -4.5px;
}

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

.voucher {
    max-width: 100%;
    height: 90%;
    max-height: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close-btn {
    color: #201A92;
    display:inline-block;
    width: 49%;
    padding: 8px;
}
.fb-container {
    border-right: 1px solid #aaa;
}

.fb-container, .mm-container {
    height: 40px;
    font-size: .9em;
}

.fb-container p, .mm-container p {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    margin: 0;
    color: #333;
}

.moment {
    width: 22px;
    height: 22px;
    margin-left: -4px;
    margin-top: -10px;
    display: inline-block;
}

.facebook {
    width: 18px;
    height: 18px;
    margin-top: -10px;
    display: inline-block;
}

.facebook-gray, .moment-gray, .inactive {
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hugelink, .bold-label {
    font-family: Zeiss-Bold;
    color: #000;
}

.heavy {
    font-family: Zeiss-Heavy;
    color: #000;
}
.grey {
    color: #999;
}
.invert {
    filter: invert(1);
}

.overlay-arrow {
    position: fixed;
    width: 18%;
    top: 5%;
    right: 10%;
    -webkit-animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    animation: fadein 0.5s;
    z-index: 10;
}

#arrow {
    width: 100%;
}

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

.display-none {
    display: none;
}

#select1:active {
    border: 1px solid #373d87;
}

#select2:active {
    border: 1px solid #373d87;
}

#select3:active {
    border: 1px solid #373d87;
}


.share_link {
    width:75% !important;
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px !important;
    display:inline !important;
    padding: 7px;
}
.copy_button {
    width:25%;
    border-radius: 0 5px 5px 0;
    color:#000; font-size: .85em;
    display:inline;
    background: transparent;
    padding: 9px 0;
    border: 1px solid #eee;
    box-shadow: none;
}

.refbtn{
    filter: grayscale(100%);
}

.ss3b {
    width: 70%;
}
.ss5a {
    width: 70%;
}
.ss5b {
    width: 70%;
}
.ss8a {
    width: 70%;
}
.ss8b {
    width: 80%;
}
.ss10a {
    width: 90%;
}
@media (max-height: 590px) and (min-width: 360px) {
    .ss3a {
        width: 90%;
    }
    .ss3b {
        width: 50%;
    }
    .ss5a {
        width: 60%;
    }
    .ss5b {
        width: 50%;
    }
    .ss6a {
        width: 90%;
    }
    .slide7-img {
        width: 30%;
    }
    .ss8a {
        width: 60%;
    }
    .ss8b {
        width: 70%;
    }
    .ss10a {
        width: 80%;
    }
    .ss10b {
        width: 90%;
    }
    .ss11a {
        width: 90%;
    }
    .ss11b {
        width: 90%;
    }
    .ss13a {
        width: 90%;
    }
    .ss13b {
        width: 90%;
    }
}
@media (min-width: 540px) {
    .bg0 {
    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    }
}
@media (min-width: 601px) {
    .qaframe h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .qaoption {
        background-color: #29A9E0;
        border-radius: 20px;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px
    }
}