﻿body {
    font-family: 'Raleway', sans-serif;
}

.hidepage {
    display:none !important;
}

.mobile-v {
    display:none !important;
}

.desktop-v {
    display:inherit;
}

.points-wrap {
    padding: 10px;
    border-radius: 6px;
    max-width: 500px;
    width: 100%;
    background-color: #00642b;
    margin: 30px auto;
    display: inline-block;
}

.points-wrap h3 {
    font-size:24px !important;
    margin-top: 0px !important;

}

.yourpoints, .yourpicks {
    font-size: 30px;
    font-weight: bold;
    color: #fff900;
}

.gifts {
    text-align: center;
    position: relative;
    float: left;
    cursor: pointer;
    /*max-width: 70px;
    width: 33%;*/
}

.gift1, .gift2, .gift3 {
    width: 33%;
    padding: 20px;
    bottom: 14%;
}

.trainwrap {
    position: absolute;
    bottom: 17.5%;
    width: 100%;
    height: 185px;
    display: -webkit-box;
}

#train {
    left: -600px;
    position: relative;
    float: left;
    max-width: 230px;
    width: 100%;
    height: 185px;
    /*bottom: 17.5%;*/
    background-image: url(../img/train.gif);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

#trucks {
    left: -500px;
    position: relative;
    float: left;
    max-width: 350px;
    width: 100%;
    height: 185px;
    /*bottom: 17.5%;*/
    background-image: url(../img/trucks.gif);
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}


.chuchu {
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: example3;
    -webkit-animation-duration: 14s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    perspective: 1000;
    /* Standard syntax */
    animation-name: example3;
    animation-duration: 14s;
    animation-timing-function: linear;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.tchu {
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: example;
    -webkit-animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    perspective: 1000;
    /* Standard syntax */
    animation-name: example;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        left: -370px;
    }

    100% {
        left: 50%;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        left: -370px;
    }

    100% {
        left: 50%;
        transform: translateX(-50%);
    }
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes example3 {
    0% { left: -370px; }
    100% { left: 100%; }
}

/* Standard syntax */
@keyframes example3 {
    0% { left: -370px; }
    100% { left: 100%; }
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*margin-left: 30px;
    margin-top: 5px;*/
}

@keyframes floating {
    from { transform: translate(0, 0px); }
    65% { transform: translate(0, 15px); }
    to { transform: translate(0, -0px);  }
}

.floating1 {
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*margin-left: 30px;
    margin-top: 5px;*/
}

@keyframes floating1 {
    from { transform: translate(0, 0px); }
    65% { transform: translate(0, 15px); }
    to { transform: translate(0, -0px); }
}

.before-login {
    background-image:url(../img/header1.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;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align: center;
    width: 280px;
    margin-bottom: 5px;
    color:#646464;
}

#w-link, #w-link1, #w-link2 {
    color:#FFF;
}

#yel-link {
    color:#e4f902;
}

.adj-con-width-after {
    max-width: 900px;
}

.adj-con-width-before {
    max-width: 990px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 20px;
    margin: 20px auto 20px;
}

#main-info-01 {
    position: absolute;
    width: 100%;
    top: 39%;
}

#main-info-before {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 100%;
    top: 40%;
}

#main-info-before h1 {
    font-size: 20px;
    /*max-width: 500px;*/
    margin: 0 auto 20px;
    color: #f9ff00;
}

#main-info-before h4 {
    font-size:18px;
    padding-bottom: 20px;
    color: #f9ff00;
}

#main-info-before p {
    font-size: 14px;
    /*max-width: 600px;*/
    margin: 0 auto 20px;
}




.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;
}

.lang-sel {
    right: 25px;
    top: 10px;
    z-index: 1040;
    position: fixed;
    color: #edff00;
}

.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;
}

.table1 {
    width:100%;
}

.tableWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
    margin-top: 30px;
}

.tableWrapper.table-responsive table {     
         width: 100%;
        max-width: 1000px;
}

table {
    border-collapse: collapse;
 
}

.table-responsive {
        border: 0px solid #ddd;
}

table-wrap {
	margin-top:25px;
	width:100%;
}


tr:nth-child(even) {
    background-color: rgba(41, 41, 41, 0.8);
    color: #FFF;
	
}

tr:nth-child(odd) {
    background-color: rgba(64, 64, 64, 0.8);
    color: #FFF;
	
}

th {
    background-color: #00662e;
    color: #FFF;
    font-size: 18px;
    text-align: left;
    padding: 6px 10px 6px 10px;
    width:20%;
}

td {
    font-size: 15px;
    text-align: left;
    padding: 3px 10px;
    width:20%;
}

 tr {
	 margin-bottom:10px;
}

#tb1LB { 
    width:100%;
}

.userbox {
    font-size: 13px;
    padding: 6px;
    text-align:center;
    width: 180px;
}

.btn-success-11 {
    color:#FFF;
    background-color:#019040;
    border-radius: 0px;
    width: 180px;
    text-transform: uppercase;
}

/****LOADING SPINNER******/

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  color:#f32937;
  z-index: 1050;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f32937;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/****LOADING SPINNER END******/
.img-respon {
    width:100%;

}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    /*background-color: #000;*/
    color: #fff;
}

#logo-overlay {
    max-width: 480px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 4%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

#logo-overlay-1 {
    max-width: 480px;
    width: 100%;
    position: relative;
    margin: 50px auto 0px;
}

div.column {
  /* The background image must be 800px wide */
  max-width: 100%;
}

figure.fixedratio {
    padding-top: 54.2%;
    background-image: url(../img/header.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center top;
}

#logo-11 {
    max-width: 800px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

#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;
}

.bg-primary {
    background-color: #00642c;
    padding: 25px 15px;
}

.bg-primary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    color: rgb(249, 255, 0);
    text-transform: uppercase;
}

.bg-primary p {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
}

.bg-primary .inner-wrap {
    max-width:750px;
    margin:auto;
}

.bg-secondary {
    background-color: #00662e;
    padding: 40px;
}

.bg-secondary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    font-size: 60px;
    margin-top: 0;
    color:#FFF;
}

.bg-secondary h3 {
    font-family: 'Raleway', sans-serif;
    color:#FFF;
    font-size: 18px;
    margin: 20px 0px 10px;
}

.bg-tertiary {
    text-align: center;
    padding: 40px 10px 70px;
    background-image:url(../img/tableblk-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-color: #000;
}

.bg-tertiary h1 {
     font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FFF;
    margin-top: 0px;
}

.bg-tertiary h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-tertiary h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    margin-top: 24px;
    margin-bottom: 6px;
}

.bg-tertiary  h4 {
    color:#cba55a;
}

.middle {
    background-color:#00642c;
	padding: 20px 10px;
}

.middle h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 50px;
    color: #FFF;
    margin-top: 0px;
}

.middle h5 {
    font-size: 14px;
    font-weight:bold;
    color: #FFF;
    margin-top: 0px;
}

.middle h6 {
    font-size: 13px;
    color: #FFF;
    margin-top: 0px;
}

.prize-details {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    color: #FFF;
    text-align: center;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 10px 5px 15px;
    color: #FFF;
    font-size: 14px;
}

#giftwrap .modal-backdrop.in {
    background-image: url(../img/modalbg.jpg);
    background-size: contain;
    background-color: #c31516;
    filter: alpha(opacity=10);
    opacity: 1;
}

#giftwrap .modal-content {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

#giftwrap .modal-footer {
    padding: 5px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

#giftwrap .modal-title {
    margin: 0;
    line-height: 31px;
    font-size: 30px;
    color: #00662e;
}

#giftwrap .btn-default {
    color: #FFF;
    background-color: #00662e;
    border-color: #FFF;
}

#giftwrap .btn-default:hover {
    color: #FFF;
    background-color: #656565;
    border-color: #656565;
}

.winner {
    margin:20px 0px;
    border: 1px solid #e5e5e5;
    border-radius:4px;
    padding:10px;
}

.winner .col-md-9, .winner .col-md-3 {
    padding:0px;
}

.winner h2 {
    text-align: left;
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
}

.winner h3 {
    text-align: left;
    margin: 0px;
    font-size: 18px;
}


/*tncs modal*/
#tnc button.close {
    -webkit-appearance: none;
    padding: 0px 5px 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 32px;
}

#tnc .modal-backdrop.in {
    background-color:#000;
    filter: alpha(opacity=10);
    opacity: 1;
}

#tnc .modal-content {
    font-family: 'Open Sans', sans-serif;
    color: #a5a5a5;
    position: relative;
    background-color: #151515;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

#tnc .modal-footer {
    padding: 5px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

#tnc .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    color: #f32937;
}

#tnc .btn-default {
    color: #FFF;
    background-color: #f32937;
    border-color: #FFF; 
}

#tnc .btn-default:hover {
    color: #FFF;
    background-color: #666;
    border-color: #FFF; 
}

@media (min-width: 1441px) and (max-width: 2200px) {

#logo-overlay {
    max-width: 550px;
}

figure.fixedratio {
padding-top: 53%;
}

}

@media (min-width: 1026px) and (max-width: 1366px) {

figure.fixedratio {
padding-top: 53%;
}

.navbar-nav {
    margin-right: 50px;
}

}

@media (min-width: 960px) and (max-width: 1025px) {

.adj-con-width-before {
        max-width: 800px;
}

#logo-overlay-1 {
    max-width: 400px;
}

#logo-overlay {
    max-width: 450px;
}

figure.fixedratio {
    padding-top: 58%;
}

.bg-primary h1 {
    font-size: 20px;
}

.adj-con-width {
    max-width: 720px;
}

#main-info-01 {
    top: 38%;
}

#main-info-01 h2 {
    font-size: 19px;
}

#main-info-01 h3 {
    font-size: 19px;
    margin: 0px 0px 20px;
}

.bg-primary {
    padding: 15px;
}

.bg-tertiary {
    padding: 40px 10px 40px;
}

.navbar-nav {
    margin: 5px 85px 0px 0px;
}

}

@media(min-width: 767px) and (max-width: 959px) {

.mobile-v {
    display:inherit !important;
}

.desktop-v {
    display:none !important;
}

.col-md-3 {
    width: 25%;
    float: left;
    padding: 5px;
}

.container11 {
    width:100%;
    padding: 0px;
}

.adj-con-width-before {
    max-width: 600px;
}

.bg-primary p {
    font-size: 15px;
    line-height: 20px;
}

figure.fixedratio {
    padding-top: 72%;
}

.adj-con-width {
    max-width: 700px;
}

#logo-overlay-1 {
    top: 14%;
}

#logo-overlay {
    max-width: 400px;
    top: 6%;
}

[class^='imghvr-'], [class*=' imghvr-'] {
    max-width: 90%;
}

#player-info span {
    font-size: 25px;
}

#player-info {
    max-width: 400px;
}

#main-info-01 {
    top: 40%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    padding: 10px;
}

#main-info-01 figcaption h3 {
    font-size: 15px;
    margin: 0px 0px 7px;
}

#main-info-01 figcaption p {
    font-size: 13px;
    line-height: 15px;
}

.bg-primary {
    padding: 20px;
}

.bg-primary h1 {
    font-size: 20px;
}

.bg-primary h3 {
    font-size: 15px;
}

.bg-tertiary {
    padding: 40px 10px 30px;
}

.bg-tertiary h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo-overlay {
    max-width: 400px;
    top: 12%;
}


.bg-tertiary h1 {
    font-size: 45px;
}

#DisplayTicketDiv h2 {
    font-size: 37px;
}

.bg-secondary {
    padding: 20px;
}

.bg-secondary h1 {
    font-size: 45px;
}

.bg-secondary h3 {
    font-size: 15px;
    margin: 20px 0px 10px;
}

#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;
}

.navbar-nav {
    margin: 5px 85px 0px 0px;
}
		
}


@media (min-width: 569px) and (max-width: 766px) {

    .mobile-v {
        display: inherit !important;
    }

    .desktop-v {
        display: none !important;
    }

.col-md-3 {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.drw-no {
    font-size: 25px;
}

.drw-date {
    font-size: 20px;
}

figure.fixedratio {
    padding-top: 60%;
    margin-top: 0px;
}

#player-info span {
    font-size: 20px;
}

/*.navbar-default {
    background-color: unset;
}*/

.navbar-fixed-top {
    border-width: 0 0 0px;
}

#main-info-before {
    top: 19%;
}

#main-info-before h4 {
    font-size: 15px;
}

#main-info-before h1 {
    font-size: 17px;
    margin: 0 auto 5px;
}

#levelbar {
    height: 150px;
    margin: 10px auto 0;
}

#player-info {
    width: 300px;
}

#main-info-before p {
    font-size: 13px;
    margin: 0 auto 5px;
    line-height: 15px;
}

#logo-overlay-1 {
    max-width: 300px;
}

.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: 300px;
}

#main-info-01 {
    top: 40%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
    margin: 0px 0px 20px;
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 10px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-secondary {
    padding: 20px 10px;
}

.bg-secondary h1 {
    font-size: 34px;
}

.bg-secondary h3 {
    font-size: 12px;
    margin: 10px 0px 10px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    font-size: 34px;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.userbox {
    margin-right: 5px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 16px;
    right: 83px;
    position: fixed;
}


}


@media (min-width: 481px) and (max-width: 568px) {

    .mobile-v {
        display: inherit !important;
    }

    .desktop-v {
        display: none !important;
    }

.col-sm-4 {
    width: 33.333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
    
.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-1 {
    max-width: 300px;
}

#logo-overlay {
    max-width: 360px;
    top: 12%;
}

figure.fixedratio {
    background-image: url(../img/header-mobile.jpg);
    padding-top: 72%;
    margin-top: 15px;
}

#main-info-01 {
    top: 44%;
}

#main-info-01 h2 {
    font-size: 16px;
}

#main-info-01 h3 {
    font-size: 16px;
    margin: 0px 0px 20px;
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 10px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-secondary {
    padding: 20px 10px;
}

.bg-secondary h1 {
    font-size: 34px;
}

.bg-secondary h3 {
    font-size: 12px;
    margin: 10px 0px 10px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    font-size: 34px;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.userbox {
    margin-right: 5px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 16px;
    right: 83px;
    position: fixed;
}

}

@media (min-width: 200px) and (max-width: 480px) {

    .mobile-v {
        display: inherit !important;
    }

    .desktop-v {
        display: none !important;
    }

.trainwrap {
    bottom: 11.5%;
}


.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-1 {
    max-width: 350px;
    top: 13%;
}

#logo-overlay {
    max-width: 350px;
    top: 7%;
}

.draw-blk {
    margin: 10px 0px;
}

figure.fixedratio {
   background-image: url(../img/header-mobile.jpg);
   padding-top: 156%;
}

#player-info span {
    font-size: 28px;
}

#levelbar {
    margin: 120px auto 0;
}

#main-info-01 {
    top: 38%;
}

#main-info-before h1 {
    font-size: 19px;
    margin: 0 auto 10px;
}

#main-info-01 h2 {
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}

#main-info-01 h3 {
    font-size: 15px;
}

#main-info-before h4 {
    font-size: 16px;
}

#main-info-before p {
    margin: 0 auto 10px;
    line-height: 18px;
}

#DisplayTicketDiv h3 {
    font-size: 15px;
    margin: 20px 0px 7px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 15px;
}

.bg-primary p {
    font-size: 14px;
    line-height: 18px;
}

.bg-primary h1 {
    font-size: 16px;
}

.bg-primary h3 {
    font-size: 13px;
}

.bg-secondary {
    padding: 15px 10px;
}

.bg-secondary h1 {
    font-size: 34px;
}

.bg-secondary h3 {
    font-size: 12px;
    margin: 10px 0px 10px;
}

.bg-tertiary {
    padding: 20px 10px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.bg-tertiary h3 {
    font-size: 14px;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    font-size: 34px;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.userbox {
    margin-right: 0px;
    margin-bottom: 5px;
}

th {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

td {
    font-size: 12px;
    text-align: left;
    padding: 3px 5px;
    text-transform: uppercase;
}

.lang-c {
    font-size: 13px;
}

.lang-sel {
    top: 18px;
    right: 73px;
    position: fixed;
}

/*.navbar-default {
    padding-bottom: 15px;
}*/

}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}

@keyframes lds-ellipsis3 {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

@keyframes lds-ellipsis2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(19px, 0); }
}



.loader {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgb(14, 75, 36);
}

.loader-container {
    max-width: 600px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    text-align: center;
}


#preloader span {
    display: block;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 6px;
        width: 13px;
        background: #fff;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 6px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 26px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 45px;
            animation-delay: 0;
        }
        .elf {
            background: url(/promos/santas-workshop-2018/img/elf-icon.png) no-repeat top center;
            background-size: contain;
            background-position: 85px;
        }

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%, 100% {
        top: 19px;
        height: 26px;
    }
}
