﻿body {
    font-family: 'Raleway', sans-serif;
}

#w-link, #w-link1, #w-link2 {
    color:#FFF;
}

.lb-prize-info {
    color: #FFF;
    max-width: 500px;
    margin: 20px auto 30px;
}

.primary-info {
    max-width: 900px;
    margin: auto;
}

.playerpoints, .playerprize {
    font-weight: bold;
    color:#e60e0e;
    margin-bottom:0px;
    line-height: 14px;
}

.pointsdisp {
    width: 100%;
    margin: 20px auto 60px;
    font-size: 26px;
    font-weight: bold;
}

#w-link {
    color:#FFF;
}
#info a {
    color:#FFF;
}

#h3-info {
    max-width:600px;
    margin:auto;
}

.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;
}

.nav-pills > li > a {
    border-radius: 4px;
    background-color: #000;
    margin: 15px 2px 0px 2px;
}

.nav-pills > li > a {
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #b70909;
    color:#FFF;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
}


.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;
}

#tableContainer1 table {
   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;
}

td {
    font-size: 15px;
    text-align: left;
    padding: 3px 10px;
}

 tr {
	 margin-bottom:10px;
}

#tb1LB { 
    width:100%;
}

#t1, #t2, #t3, #t4 {

    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;
}

.tabwrap {
        margin-top: 20px;
}

.tabwrap  ul, ol {
    display: inline-block;
}

.btn-vinner {
    background-color:#00642c;
    color:#FFF;
    font-size:14px;
    text-decoration:none;
}

.btn-vinner:hover {
    background-color:#fff600;
    color:#00642c;
}

/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fff600;
    text-decoration:none;
    color:#00642c;
}*/


/****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;
}

#logo-overlay {
    max-width: 700px;
    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;
}

div.column {
  /* The background image must be 800px wide */
  max-width: 100%;
}

figure.fixedratio {
    padding-top: 55%;
    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: 26px;
    margin: 20px 0px 0px;
    top: 80px;
    position: relative;
}

#DisplayTicketDivInfo h5 {
    width: 150px;
    margin: auto;
    color: #FFF;
    top: 75px;
    position: relative;
    font-weight: bold;
    z-index: 300;
}

.bg-primary {
    background-color: #00642c;
    padding: 20px;
}

.bg-primary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 23px;
    margin-top: 0;
    color: #fff900;
    text-transform: uppercase;
}

.bg-primary h3 {
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 16px;
    margin: 10px 0px 10px;
    line-height: 18px;
}

.bg-secondary {
    background-position:center top;
    background-size:cover;
    background-color: #000;
    padding: 40px;
}

.bg-secondary h1 {
    font-family: 'Raleway', sans-serif;
    font-weight:bold;
    font-size: 28px;
    margin-top: 0;
    color: #f5ed0e;
    text-transform: uppercase;
    margin-bottom:0px;
}

.bg-secondary h3 {
    font-family: 'Raleway', sans-serif;
    color:#FFF;
    font-size: 15px;
    margin: 20px 0px 10px;
}

.bg-secondary h4 { 
    color: #FFF;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 17px;
}


.bg-tertiary {
    text-align: center;
    padding: 40px 0px 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: 40px;
    color: #FFF;
    margin-top: 0px;
    text-transform:uppercase;
}

.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;
}

.footer {
    background-color: #000;
    text-align: center;
    padding: 6px;
}

/*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) {

figure.fixedratio {
    padding-top: 50%;
}

}

@media (min-width: 1026px) and (max-width: 1366px) {


}

@media (min-width: 960px) and (max-width: 1025px) {

.bg-primary {
    padding: 15px;
}

.tableWrapper {
    padding: 10px;
}


.bg-tertiary {
    padding: 40px 0px 30px;
}

}

@media(min-width: 767px) and (max-width: 959px) {

figure.fixedratio {
    padding-top: 132%;
    background-image:url(../img/tab-port-header.jpg);
}

.bg-primary {
    padding: 20px;
}

.bg-primary h1 {
    font-size: 20px;
}

.bg-primary h3 {
    font-size: 15px;
}

.tableWrapper {
    padding: 10px;
}


.bg-tertiary {
    padding: 40px 0px 30px;
}

.bg-tertiary h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;
}

.middle h1 {
    background-size: 70%;
}

#DisplayTicketDiv h3 {
    font-size: 30px;
    font-weight: bold;
    top: 68px;
    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) {

.logo {
    height: 50px;
    width: 170px;
    background-image: url(../img/v2w-logo-mobile-view.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 5px;
}

figure.fixedratio {
    padding-top: 50%;
    margin-top: 15px;
}


#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 0px 0px 0px;
    top: 67px;
}

#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 0px 30px;
}

.bg-tertiary h1 {
    font-size: 34px;
}

.bg-tertiary h2 {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 9px;
}

#info ul, ol {
    font-size: 13px;
    line-height: 18px;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    background-size: 52%;
    font-size: 20px;
    line-height: 20px;
    padding: 30px 40px 50px;
}

.middle h3, .h3 {
    font-size: 21px;
    font-weight: bold;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.userbox {
    margin-right: 5px;
    margin-bottom: 5px;
}

.tableWrapper {
    padding: 10px;
}

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: 1400;
    position: fixed;
}

}


@media (min-width: 200px) 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: 0px;
}

figure.fixedratio {
    padding-top: 150%;
    background-image:url(../img/m-header-img.jpg);
}

#DisplayTicketDiv h3 {
    font-size: 20px;
    margin: 20px 0px 0px;
}

#DisplayTicketDiv h2 {
    font-size: 36px;
    margin: 0px;
}

.bg-primary {
    padding: 10px 5px;
}

.bg-primary h1 {
    font-size: 15px;
}

.bg-primary h3 {
    font-size: 13px;
    line-height:14px;
}

.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 0px 30px;
}

.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;
}

#info ul, ol {
    font-size: 13px;
    line-height: 18px;
}

.middle {
    background-color: #00642c;
    padding: 20px 10px;
}

.middle h1 {
    background-size: 100%;
    font-size: 20px;
    line-height: 20px;
    padding: 30px 40px 50px;
}

.middle h3, .h3 {
    font-size: 21px;
    font-weight: bold;
}

.middle h5 {
    font-size: 11px;
}

.prize-details {
    font-size: 11px;
    line-height: 13px;
}

.userbox {
    margin-right: 0px;
    margin-bottom: 5px;
}

.tableWrapper {
    padding: 10px;
}

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: 1400;
}

.navbar-toggle {
    padding: 5px;
    margin-right: 0px;
    margin-bottom: 8px;
    border-radius: 2px;
}

header {
    margin-top: 50px;
}

}


.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);
}

.horseShoe {
    background: url(/promos/derby-challenge-2018/img/horseshoe-icon.png) no-repeat top center;
    background-size: 23px;
    background-position: 100px;
}

.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); }
}