﻿body {
    font-family: 'Raleway', sans-serif;
}

.hidepage {
    display:none;
}

.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: 700px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 20px;
    height: 360px;
}

#main-info-01 {
    position: absolute;
    width: 100%;
    top: 39%;
}

#main-info-before {
    position:fixed;
    width: 100%;
    top: 40%;
}

#main-info-before h1 {
    font-size: 23px;
    max-width: 500px;
    margin: 0 auto 20px;
    color: #f9ff00;
}

#main-info-before h4 {
    font-size:18px;
}

#main-info-before p {
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto 20px;
}

#main-info-01 .player-name {
    color:#f9ff00;
}

#player-info {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}

#levelbar {
    max-width: 700px;
    height: 270px;
    margin: 30px auto 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.level1 {
    background-image:url(../img/levebar-1.png);
}

.level2 {
    background-image:url(../img/levebar-2.png);
}

.level3 {
    background-image:url(../img/levebar-3.png);
}

.level4 {
    background-image:url(../img/levebar-4.png);
}

#player-info span {
    font-size: 32px;
    font-weight: 600;
    color:#FFF;
}

.draw-blk {
    background-image:url(../img/draw.jpg);
    background-position:center top;
    background-size: cover;
    background-repeat:no-repeat;
    height: 160px;
    font-family: 'Oswald', sans-serif;
    padding: 20px 10px 20px;
    line-height: 34px;
}

.drw-no {
    display: block;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.drw-date {
    color:#000;
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.drw-inact {
  cursor: not-allowed;
}

.drw-act {
  cursor: pointer;
}


.shrink{
transition: 1s ease;
}

.shrink:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}

.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 {
    position: absolute;
    top: 58px;
    right: 10px;
}

.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;
}


.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: 500px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 9%;
    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: 600px;
    width: 100%;
    position: fixed;
    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;
}

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: 'Raleway', 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: 6px;
}

#leafdrop .modal-backdrop.in, #leafdrop2 .modal-backdrop.in, #leafdrop3 .modal-backdrop.in, #leafdrop4 .modal-backdrop.in {
    background-image:url(../img/modalbg.jpg);
    background-size:cover;
    background-color:#00662e;
    filter: alpha(opacity=10);
    opacity: 1;
}

#leafdrop .modal-content, #leafdrop2 .modal-content, #leafdrop3 .modal-content, #leafdrop4 .modal-content {
    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;
}

#leafdrop .modal-footer, #leafdrop2 .modal-footer, #leafdrop3 .modal-footer, #leafdrop4 .modal-footer {
    padding: 5px 15px 15px 15px;
    text-align: center;
    border-top: 0px solid #e5e5e5;
}

#leafdrop .modal-title, #leafdrop2 .modal-title, #leafdrop3 .modal-title, #leafdrop4 .modal-title {
    margin: 0;
    line-height: 31px;
    font-size: 30px;
    color: #00662e;
}

#leafdrop .btn-default, #leafdrop2 .btn-default, #leafdrop3 .btn-default, #leafdrop4 .btn-default {
    color: #FFF;
    background-color: #00662e;
    border-color: #FFF; 
}

#leafdrop .btn-default:hover, #leafdrop2 .btn-default:hover, #leafdrop3 .btn-default:hover, #leafdrop4 .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 {
    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%;
}

#levelbar {
    height: 315px;
}


}

@media (min-width: 1026px) and (max-width: 1366px) {

figure.fixedratio {
padding-top: 53%;
}

}

@media (min-width: 960px) and (max-width: 1025px) {

#logo-overlay {
    max-width: 450px;
}

figure.fixedratio {
    padding-top: 58%;
}

.bg-primary h1 {
    font-size: 20px;
}

.adj-con-width {
    max-width: 720px;
}

#player-info span {
    font-size: 28px;
}

#player-info {
    max-width: 500px;
    width: 400px;
}

#levelbar {
    height: 210px;
}

.drw-date {
    font-size: 24px;
}

#main-info-01 {
    top: 38%;
}

#main-info-01 .date {
    top: 23%;
}

#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;
}

}

@media(min-width: 767px) and (max-width: 959px) {

.col-md-3 {
    width: 25%;
    float: left;
    padding: 5px;
}

.container11 {
    width:100%;
    padding: 0px;
}

#levelbar {
    height: 215px;
}

.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: 10%;
}

[class^='imghvr-'], [class*=' imghvr-'] {
    max-width: 90%;
}

#player-info span {
    font-size: 25px;
}

#player-info {
    max-width: 400px;
}

.draw-blk {
    height: 165px;
}

.drw-no {
    font-size: 28px;
}

.drw-date {
    font-size: 20px;
}

#main-info-01 {
    top: 40%;
}

#main-info-01 .date {
    top: 23%;
}

#main-info-01 .unlocked {
    top: 28%;
}

#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;
}
		
}


@media (min-width: 569px) and (max-width: 766px) {

.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: 180px;
    top: 0%;
    z-index: 1030;
}

    
.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;
    top: 10%;
}

#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: 80px;
        z-index:1030;
    position: fixed;
}


}


@media (min-width: 481px) and (max-width: 568px) {

.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: 200px;
    top: 18%;
}

#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: 80px;
        z-index:1030;
    position: fixed;
}

}

@media (min-width: 321px) and (max-width: 480px) {

.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: 12%;
}

.draw-blk {
    margin: 10px 0px;
}

#main-info-before {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    width: 95%;
    top: 33%;
}

figure.fixedratio {
   background-image: url(../img/header-mobile.jpg);
   padding-top: 192%;
}

#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: 13px;
    line-height: 15px;
}

.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: 87px;
        z-index:1030;
    position: fixed;
}

/*.navbar-default {
    padding-bottom: 15px;
}*/

}


@media (min-width: 200px) and (max-width: 320px) {

.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 0px;
}

#logo-overlay-1 {
    max-width: 220px;
    top: 11%;
}

#logo-overlay {
    max-width: 318px;
    top: 8%;
}

figure.fixedratio {
   background-image: url(../img/header-mobile.jpg);
    padding-top: 150%;
}

.draw-blk {
    margin: 10px 0px;
}

#player-info span {
    font-size: 23px;
}

#main-info-01 {
    top: 43%;
}

#levelbar {
    height: 127px;
}

#main-info-01 h2 {
    font-size: 15px;
}

#main-info-01 h3 {
    font-size: 15px;
}

#main-info-before {
    width: 95%;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
}

#main-info-before h1 {
    font-size: 18px;
    margin: 0 auto 10px;
}

#main-info-before h4 {
    font-size: 15px;
}

#main-info-before p {
    font-size: 13px;
    max-width: 600px;
    margin: 0 auto 5px;
    line-height: 14px;
}

.adj-con-width-before {
    height: 320px;
}

#DisplayTicketDiv h3 {
    font-size: 15px;
    margin: 20px 0px 7px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 15px;
}

.bg-primary h1 {
    font-size: 15px;
}

.bg-primary h3 {
    font-size: 12px;
}

.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 40px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

.bg-tertiary h3 {
    font-size: 12px;
}

.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: 12px;
    background-color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1px;
}

.lang-sel {
    top: 5px;
        z-index:1030;
}

.navbar-toggle {
    padding: 5px;
    margin-right: 0px;
    margin-bottom: 8px;
    border-radius: 2px;
}

header {
    margin-top: 50px;
}

/*.footer {
 display:none;
}*/

}



.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); }
}
