﻿body {
    font-family: 'Raleway', sans-serif;
    background-color: #03652e;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
     -o-background-size: cover;
    background-repeat:no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.yelo {
    color:#fff600;
    font-weight:bold;
    text-transform:uppercase;
}

.ad {
    padding-left: 5px;
    top: 3px;
}

.ad1 {
    padding-left: 5px;
    top: 3px;
    color:#00662e;
}

#mobilescreen {
    display:none;
}

div.gameWindow {
    /*overflow:scroll;*/
    height: 785px;
    width: 1041px;
}

.gameWindowWrapper {
    width: 1024px;
    height: 768px;
    margin: 30px auto 0;
    background: url(../images/loader.gif) no-repeat center center;
}

.md-overlay,
.md-overlay2 {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 3000;
}

    .md-overlay::after,
    .md-overlay2::after {
        content: "";
        background: black url(/images/backgrounds/v2w-lobby-bg.jpg) no-repeat;
        opacity: 0.92;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

#offerModal1 {
    /*background: pink;*/
    background: url(../images/pop-up.jpg) no-repeat center center;
    height: 500px;
    width: 623px;
    margin: auto;
    display: none;
}


    #offerModal1 .close {
        /*background: green;*/
        background: url(../images/pop-up-close.jpg) no-repeat center center;
        width: 5px;
        height: 3px;
        border: 2px solid #fff;
        margin: 10px;
        padding: 7px 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        float: right;
    }

.offerBTN {
    background: #de0000;
    width: 390px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    top: 412px;
}

    .offerBTN:hover {
        background: #9f0000;
        cursor: pointer;
    }

    .offerBTN h3 {
        font-size: 1.7em;
        color: #fff;
        margin: 0 auto;
        font-weight: bold;
        text-transform: uppercase;
        padding: 14px 0px 2px 2px;
    }

.close:hover {
    background: #de0000;
    cursor: pointer;
}

iframe#gamePopUp {
    width: 1024px; /*800px;*/
    height: 768px; /*600px;*/
    vertical-align: middle;
}

#desktopscreen {
    display: initial;
}

#prizes .prize-info p {
    margin: 0px;
}

.panel-heading {
    padding: 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel {
    background-color: rgba(255, 255, 255, 0.0);
    margin-bottom: 20px;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#w-link {
    color: #FFF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}

.navbar-default {
    font-family: 'Raleway', sans-serif;
    background-color: #000;
    color: #cba55a;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    background-position: center top;
    background-repeat: no-repeat;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: #f05f40;
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: #eb3812;
        }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #FFF;
            background-color: #178a43;
        }

    .navbar-default .nav > li.active,
    .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav {
    margin: 0px;
}

.navbar-collapse {
    background-color: black;
}

.navbar-default {
    background-color: #000000;
    border-color: #000000;
}


.logo {
    height: 109px;
    width: 168px;
    background-image: url(../img/v2w-logo.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

.date {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.lang-sel {
    position: absolute;
    top: 58px;
    right: 10px;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align: center;
    width: 280px;
    margin-bottom: 10px;
    color:#646464;
}

.btn-success-11 {
    color: #FFF;
    background-color: #019040;
    border-radius: 0px;
    width: 280px;
    text-transform: uppercase;
}

.lang-c {
    background-color: #000;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 3px;
}

a:focus, a:hover {
    color: #FFF;
    text-decoration: none;
}

#before-log h1,#before-log h1:lang(fr) {
    margin: 80px 0px 50px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}



.jumpi .modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
    text-align: center;
    color: #FFF;
}

.jumpi .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

.jumpi .modal-body {
    position: relative;
    text-align: center;
    padding: 0px 10px;
    color: #FFF;
    padding: 10px 30px 60px;
}

.jumpi .modal-content {
    background-image: url(../img/pop-up.jpg);
    background-color: #2b0a0a;
    background-repeat: no-repeat;
}


.jumpi h4 {
    font-size: 40px;
    font-weight: 700;
    color: #fff600;
}

.jumpi p {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    line-height: 18px;
}

.jumpi h2 {
    font-size: 30px;
    font-weight: 700;
}

.jumpi h5 {
    font-size: 19px;
    font-weight: 600;
}

.jumpi h6 {
    font-size: 14px;
}

.don-btn {
    background-color: #FFF;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #00662e;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-width100 {
    width: 100%;
    background-color: rgba(0, 103, 46, 1);
    border: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

#howtoparticpate .modal-content {
    background-color: #00672e;
    color: #FFF;
}

#howtoparticpate .modal-header {
    border-bottom: 0px solid #e5e5e5;
}

#howtoparticpate .modal-footer {
    border-top: 0px solid #e5e5e5;
}

#howtoparticpate .dif-col {
    color: #fff600;
}

#howtoparticpate .dif-col-b {
    color: #baff87;
    font-weight:bold;
}

#howtoparticpate .whitelink {
    color:#FFF;
    text-decoration: underline;
}

#howtoparticpate h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff600;
}

#howtoparticpate h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px 5px;
}

#howtoparticpate p {
    margin: 0 0 0px;
    font-size: 13px;
}

/*.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


/****LOADING SPINNER******/

.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/****LOADING SPINNER END******/
.img-respon {
    width: 100%;
}

header {
    /*position: relative;*/
    width: 100%;
    min-height: auto;
    text-align: center;
    /*background-color: #000;*/
    color: #fff;
}

.rapper {
    max-width: 830px;
}

#logo-overlay {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    /*position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;*/
}

#before-log {
    max-width: 800px;
    width: 100%;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    text-align: center;
    padding: 0px 20px;
}

#after-log {
    /*display:none !important;*/
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    color: #FFF;
}

#inner-header-wrapper {
    position: absolute;
    width: 100%;
    max-width: 990px;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

.main-info {
    max-width: 800px;
    width: 100%;
    margin: 15px auto;
    background-color: rgba(0, 0, 0, 0.6 );
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.main-info h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.main-info h1:lang(fr) {
        font-family: 'Raleway', sans-serif;
        font-size: 23px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.main-info p {
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: normal;
        margin: 0px;
    }


.offer-blk {
    position: relative;
    /*background-color: rgba(255, 246, 0, 0.7);*/
    background-color: rgba(45, 45, 42, 0.7);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    height: 147px;
    /*cursor: pointer;*/
}

.offer-adj {
    padding: 0px 0px 15px 15px;
}

.offer-blk h1 {
    position: absolute;
    /*color: #00642c;*/
    color: #989898;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
}

.player-info-adj {
    padding: 0px 0px 15px 15px;
}

.player-name {
    background-color: rgba(0, 103, 46, 1);
    -webkit-border-radius: 4px 4px;
    border-radius: 4px 4px 0px 0px;
    padding: 10px;
    text-align: center;
}

.trophy {
    background-color: rgba(0, 103, 46, 1);
    padding: 10px;
    margin: 5px 0px;
}

.trophy-rap {
    max-width: 100px;
    margin: auto;
}

.total-points {
    background-color: rgba(0, 103, 46, 1);
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
    text-align: center;
}

    .total-points h3 {
        font-size: 40px;
        margin: 0px;
        color: #fff600;
        font-weight: 700;
    }

    .total-points h4 {
        font-size: 16px;
        color: #FFF;
        margin: 0px;
    }

.rewards-btn {
    background-color: #FFF;
    padding: 5px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #00662e;
    text-transform: uppercase;
    text-decoration: none;
}

.darkside {
    background-color: #000;
    display: flex;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.social {
    text-align: center;
}

.how-to,.how-to:lang(fr) {
    padding: 5px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

#prizes .prize-rapper {
    /*background-color: #FFF;*/
    position: relative;
    float: left;
    margin: 10px 0px;
}

#prizes .img-blk {
    position: relative;
    max-width: 180px;
}

#prizes .prize-info {
    position: relative;
    float: left;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    min-height: 100px;
}

#prizes h1 {
    color: #FFF;
    font-size: 13px;
    margin:0px;
}

/*#prizes .prize-info-height {
    min-height: 70px;
}*/

#prizes .pr-rap {
    position: relative;
    float: left;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
}

#prizes .redeem {
    position: relative;
    float: left;
    background-color: rgba(0, 103, 46, 1);
    color: #FFF;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    /*margin: 5px;*/
    width: 100%;
    margin-top: 5px;
}

    #prizes .redeem:hover {
        background-color: rgba(263, 28, 35, 1);
        cursor: pointer;
    }

#prizes .points-value {
    position: relative;
    float: left;
    color: #fff600;
    font-weight: 600;
    text-align: center;
    /*padding: 5px;
    margin: 5px;*/
    text-transform: uppercase;
    font-size: 18px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    width: 100%;
}

/*.modal-body {
    position: relative;
    padding: 0px;
}

.modal-dialog {
    width:100%;
    max-width: 570px;
    margin: 50px auto;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .4;
    margin-right: 5px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content {
    background-image:url(../img/pop-up.jpg);
    background-color: #00642c;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}*/

#DisplayTicketDiv h2 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0px 30px 0px;
}

#DisplayTicketDiv h3 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 23px;
    /* font-weight: bold; */
    margin: 20px 0px 0px;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 6px;
}



@media (min-width: 1441px) and (max-width: 2200px) {

#mobilescreen {
    display:none;
}

#desktopscreen {
    display: initial;
}

}

@media (min-width: 1026px) and (max-width: 1366px) {

#mobilescreen {
    display:none;
}

#desktopscreen {
    display: initial;
}

body {
    background-image: url(../img/bg-screen1.jpg);
}

}

@media (min-width: 960px) and (max-width: 1025px) {

#desktopscreen {
    display:none;
}

#mobilescreen {
    display: initial;
}

    #before-log {
        max-width: 700px;
        height: 400px;
        top: 33%;
    }

    #logo-overlay {
        max-width: 600px;
    }

    #inner-header-wrapper {
        top: 9%;
    }

    .trophy-rap {
        max-width: 85px;
    }

    .offer-blk {
        height: 138px;
    }

    .darkside {
        margin-bottom: 0px;
    }

    .panel-group {
        margin-bottom: 10px;
    }

    /*.rapper {
    max-width: 700px;
}

.main-info {
    max-width: 700px;
}*/

    #before-log h1 {
        margin: 50px 0px 50px;
    }
}

@media(min-width: 767px) and (max-width: 959px) {

#desktopscreen {
    display:none;
}

#mobilescreen {
    display: initial;
}

    .main-info h1 {
        font-size: 24px;
        margin-top: 4px;
    }

    .main-info p {
        font-size: 15px;
    }

    .navbar-default .navbar-header .navbar-brand {
        margin-left: 10px;
    }

    #before-log {
        max-width: 700px;
    }

    #inner-header-wrapper {
        top: 12%;
    }

    #logo-overlay {
        max-width: 500px;
    }

    #DisplayTicketDiv h2 {
        font-size: 37px;
    }

    #DisplayTicketDiv h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0px 0px;
    }

    #DisplayTicketDiv h2 {
        font-size: 37px;
        font-weight: bold;
    }


    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        font-size: 13px;
    }

    .nav > li > a {
        padding: 10px 10px;
    }
}

@media (min-width: 481px) and (max-width: 766px) {

#desktopscreen {
    display:none;
}

#mobilescreen {
    display: initial;
}

    #after-log {
        top: 48%;
    }

    .trophy-rap {
        max-width: 50px;
    }

    .player-info-adj {
        padding: 10px 0px 15px 0px;
    }

    .offer-adj {
        padding: 5px;
    }

    .offer-blk h1 {
        font-size: 17px;
    }

    .offer-blk {
        height: 86px;
    }

    .rewards-btn {
        font-size: 17px;
    }

    .rapper {
        min-width: 350px;
        padding: 0px;
    }

    .how-to {
        font-size: 13px;
    }

.how-to:lang(fr) {
        font-size: 12px;
    }

    .jumpi h4 {
        font-size: 23px;
    }

    .jumpi .modal-body {
        padding: 5px 20px 10px;
    }

.jumpi h2 {
        font-size: 20px;
    }

#howtoparticpate h4 {
        font-size: 20px;
    }

.jumpi .modal-content {
        background-position: top center;
        background-size: cover;
    }

#howtoparticpate .modal-body {
        padding: 0px 15px 15px;
    }

#before-log {
        max-width: 400px;
        height: 130px;
        top: 47%;
    }

#before-log h1 {
            margin: 10px 0px 10px;
            font-size: 17px;
        }

#before-log h1:lang(fr) {
            margin: 10px 0px 10px;
            font-size: 12px;
        }

#inner-header-wrapper {
        height: 200px;
        top: 25%;
    }

.userbox {
        width: 200px;
    }

.btn-success-11 {
        width: 200px;
    }

.main-info h1 {
        font-size: 19px;
        margin-top: 5px;
    }

.main-info h1:lang(fr) {
        font-size: 19px;
        margin-top: 5px;
    }


.main-info {
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
    }

.main-info p {
            font-size: 13px;
            margin-bottom: 0px;
        }


.logo {
        height: 50px;
        width: 170px;
        background-image: url(../img/v2w-logo-mobile-view.png);
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 5px;
    }

#logo-overlay {
        max-width: 220px;
        top: 19%;
    }

#logo-overlay {
        max-width: 285px;
        top: 19%;
    }


#DisplayTicketDiv h3 {
        font-size: 20px;
        margin: 20px 0px 0px;
    }

#DisplayTicketDiv h2 {
        font-size: 36px;
        margin: 0px;
    }

.lang-c {
        font-size: 13px;
    }

.lang-sel {
        top: 16px;
        right: 80px;
        z-index: 1400;
        position: fixed;
    }
}

@media (min-width: 321px) and (max-width: 480px) {

#desktopscreen {
    display:none;
}

#mobilescreen {
    display: initial;
}

.jumpi h4 {
        font-size: 19px;
    }

.jumpi p {
        font-size: 13px;
        padding: 5px;
        line-height: 17px;
    }

.jumpi .modal-body {
        padding: 10px 15px 10px;
    }

.jumpi h2 {
        font-size: 20px;
    }

.jumpi h6 {
        font-size: 13px;
    }

#howtoparticpate h4 {
        font-size: 19px;
    }

#before-log {
        width: 95%;
        height: 300px;
        top: 30%;
    }

#before-log h1,#before-log h1:lang(fr) {
            margin: 40px 0px 30px;
            font-size: 19px;
        }

    .userbox {
        width: 200px;
    }

    .btn-success-11 {
        width: 200px;
    }


    .rewards-btn {
        font-size: 14px;
    }

#prizes .prize-info {
    min-height: 113px;
}

#prizes h1 {
    font-size: 13px;
}

    #prizes .redeem {
        font-size: 13px;
    }

    #prizes .points-value {
        font-size: 14px;
    }

    .player-info-adj {
        padding: 0px 0px 15px 0px;
        width: 300px;
        margin: auto;
    }

    #prizes .redeem {
        font-size: 13px;
    }

    #prizes .prize-info {
        font-size: 11px;
        line-height: 13px;
    }

    .player-name {
        padding: 5px;
    }

    .trophy-rap {
        max-width: 50px;
    }

    .offer-blk h1 {
        font-size: 15px;
    }

    .offer-adj {
        padding: 10px;
    }

    .offer-blk {
        height: 97px;
    }

    .rapper {
        min-width: 300px;
        padding: 0px;
    }

    #inner-header-wrapper {
        top: 14%;
    }

    .how-to {
        padding-top: 0px;
        font-size: 13px;
    }

    .how-to:lang(fr) {
        padding-top: 0px;
        font-size: 12px;
    }

    .socialight {
        max-width: 25px;
    }

    #logo-overlay {
        max-width: 300px;
    }

    .main-info h1 {
        font-size: 19px;
        margin-top: 13px;
    }

.main-info h1:lang(fr) {
        font-size: 19px;
        margin-top: 13px;
    }


    .main-info p {
        font-size: 13px;
    }


    .main-info {
        max-width: 340px;
    }

    .logo {
        height: 50px;
        width: 170px;
        background-image: url(../img/v2w-logo-mobile-view.png);
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 5px;
    }


    #logo-overlay {
        top: 15%;
    }

    #DisplayTicketDiv h3 {
        font-size: 20px;
        margin: 20px 0px 0px;
    }

    #DisplayTicketDiv h2 {
        font-size: 36px;
        margin: 0px;
    }

    .lang-c {
        font-size: 13px;
    }

    .lang-sel {
        top: 18px;
        right: 87px;
        z-index: 1500;
        position: fixed;
    }

    body {
    background-image: url(../img/bg-mobile.jpg);
}
}


@media (min-width: 200px) and (max-width: 320px) {

#desktopscreen {
    display:none;
}

#mobilescreen {
    display: initial;
}

body {
    background-image: url(../img/bg-mobile.jpg);
}


.jumpi h4 {
        font-size: 19px;
    }

.jumpi p {
        font-size: 13px;
        padding: 5px;
        line-height: 17px;
    }

.jumpi .modal-body {
        padding: 10px 15px 10px;
    }

.jumpi h2 {
        font-size: 20px;
    }

.jumpi h6 {
        font-size: 13px;
    }

#howtoparticpate h4 {
        font-size: 19px;
    }

.modal-body {
        padding: 10px;
    }

#before-log {
        width: 95%;
        height: 300px;
        top: 30%;
    }

#before-log h1,#before-log h1:lang(fr) {
            margin: 40px 0px 30px;
            font-size: 19px;
        }

.userbox {
        width: 200px;
    }

.btn-success-11 {
        width: 200px;
    }

#inner-header-wrapper {
        top: 13%;
    }

#logo-overlay {
        max-width: 300px;
    }

.main-info h1:lang(fr) {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .rewards-btn {
        font-size: 14px;
    }

#prizes .prize-info {
    min-height: 100px;
}

#prizes h1 {
    font-size: 13px;
}

    #prizes .redeem {
        font-size: 13px;
    }

    #prizes .points-value {
        font-size: 14px;
    }

    .player-info-adj {
        padding: 0px 0px 15px 0px;
        width: 253px;
        margin: auto;
    }

    #prizes .redeem {
        font-size: 13px;
    }

    #prizes .prize-info {
        font-size: 11px;
        line-height: 13px;
    }

    .player-name {
        padding: 5px;
    }

    .trophy-rap {
        max-width: 50px;
    }

    .offer-blk h1 {
        font-size: 15px;
    }

    .offer-adj {
        padding: 10px;
    }

    .offer-blk {
        height: 97px;
    }

    .rapper {
        min-width: 260px;
        padding: 0px;
    }


    .main-info p {
        font-size: 13px;
    }

    .main-info {
        max-width: 280px;
    }

    .how-to {
        padding-top: 0px;
        font-size: 13px;
    }

.how-to:lang(fr) {
        padding-top: 0px;
        font-size: 12px;
    }

    .socialight {
        max-width: 25px;
    }

    .logo {
        height: 50px;
        width: 170px;
        background-image: url(../img/v2w-logo-mobile-view.png);
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 0px;
    }


    .lang-c {
        font-size: 12px;
        background-color: #000;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 1px;
    }

    .lang-sel {
        top: 9px;
        right: 55px;
        z-index: 1400;
    }

    .navbar-toggle {
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 8px;
        border-radius: 2px;
    }

    header {
        margin-top: 50px;
    }
}


.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.5;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*COIN FLIP*/

#coin {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

    #coin div {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
        -moz-box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
        box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
    }

.side-a {
    /*background-color: #bb0000;*/
    background-image: url('../img/coin-double.png');
    background-size:contain;
}

.side-b {
    /*background-color: #3e3e3e;*/
    background-image: url('../img/coin-nothing.png');
    background-size:contain;
}

.side-b:lang(fr) {
    /*background-color: #3e3e3e;*/
    background-image: url('../img/coin-nothing-fr.png');
    background-size:contain;
}


#coin {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
}

    #coin div {
        position: absolute;
        -webkit-backface-visibility: hidden;
    }

.side-a {
    z-index: 100;
}

.side-b {
    -webkit-transform: rotateX(-180deg);
}

#coin.heads {
    -webkit-animation: flipHeads 3s ease-out forwards;
    -moz-animation: flipHeads 3s ease-out forwards;
    -o-animation: flipHeads 3s ease-out forwards;
    animation: flipHeads 3s ease-out forwards;
}

#coin.tails {
    -webkit-animation: flipTails 3s ease-out forwards;
    -moz-animation: flipTails 3s ease-out forwards;
    -o-animation: flipTails 3s ease-out forwards;
    animation: flipTails 3s ease-out forwards;
}

@-webkit-keyframes flipHeads {
    from {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0);
    }

    to {
        -webkit-transform: rotateX(1800deg);
        -moz-transform: rotateX(1800deg);
        transform: rotateX(1800deg);
    }
}

@-webkit-keyframes flipTails {
    from {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0);
    }

    to {
        -webkit-transform: rotateX(1980deg);
        -moz-transform: rotateX(1980deg);
        transform: rotateX(1980deg);
    }
}


/* Preloader with Bootstrap Progress Bar
-----------------------------------------------*/
.loader {
    color:#FFF;  
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
    background-color:rgba(0, 103, 46, 1);
}
.loader-container {
	max-width: 600px;
	height: 200px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
    padding:20px;
	
	margin: auto;
	text-align: center;
}


/*#prize36WrapperDiv, #prize37WrapperDiv, #prize38WrapperDiv, #prize39WrapperDiv, #prize40WrapperDiv {
    animation: pulsation 2s infinite linear;
    -webkit-animation: pulsation 2s infinite linear;
}*/

#prize41WrapperDiv, #prize42WrapperDiv, #prize43WrapperDiv, #prize44WrapperDiv, #prize45WrapperDiv, #prize46WrapperDiv, #prize47WrapperDiv, #prize48WrapperDiv, #prize49WrapperDiv {
    animation: pulsation 2s infinite linear;
    -webkit-animation: pulsation 2s infinite linear;
}


@keyframes pulsation {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes pulsation {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*#prizeDivNo40 .prize-rapper {
          border-spacing: 0px;
    animation: pulsation 2s infinite linear, s3-opacity 5s infinite;
    -webkit-animation: pulsation 2s infinite linear, s3-opacity 5s infinite;
}

@-webkit-keyframes s3-opacity {
  0% {
    opacity: 1;
        border: dotted 3px white;
  }
  25% {
    opacity: 0.2;
        border: dotted 3px white;
  }
  50% {
    opacity: 1;
        border: dotted 3px white;
  }
  75% {
    opacity: 0.2;
        border: dotted 3px white;
  }
}

@keyframes s3-opacity {
  0% {
        border: dotted 3px rgba(255, 255, 255, 1);
  }
  25% {
        border: dotted 3px rgba(255, 255, 255, 0.2);
  }
  50% {
        border: dotted 3px rgba(255, 255, 255, 1);
  }
  75% {
        border: dotted 3px rgba(255, 255, 255, 0.2);
  }
}*/

/*-------UNAVAILABLE--------------*/
#prize6WrapperDiv .points-value, #prize15WrapperDiv .points-value, #prize20WrapperDiv .points-value, #prize21WrapperDiv .points-value, #prize8WrapperDiv .points-value, #prize26WrapperDiv .points-value {
    color: #000000;
}

#prize6WrapperDiv .redeem, #prize15WrapperDiv .redeem, #prize20WrapperDiv .redeem, #prize21WrapperDiv .redeem, #prize8WrapperDiv .redeem, #prize26WrapperDiv .redeem {
    background-color: rgb(88, 88, 88);
    color:#313131;
}

#prize6WrapperDiv .redeem:hover, #prize15WrapperDiv .redeem:hover, #prize20WrapperDiv .redeem:hover, #prize21WrapperDiv .redeem:hover, #prize8WrapperDiv .redeem:hover, #prize26WrapperDiv .redeem:hover {
    background-color: rgb(88, 88, 88);
    cursor:default;
}
