﻿@font-face {
	font-family: "Pacifico";
	src: url(../fonts/Pacifico.ttf) format("truetype");
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #303741;
}

.center-block {
	max-width: none;
}

#spinBtn{
	cursor: pointer;
}

.login {
	display: block;
	background-color: #fff;
	padding: 33px;
}


#OfferPrize {
	font-size: 25px;
	color: #FFF;
	text-align: center;
}

#OfferCode {
	font-size: 47px;
	color: #0dbaf0;
	text-align: center;
}


/*#canvas2 {
    height: auto;
    display: contents;
    width: auto;
}*/

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
	padding-left: 50px;
}

@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-20px);
	}

	100% {

		transform: translatey(0px);
	}
}

@keyframes float {
	0% {

		transform: translatey(0px);
	}

	50% {

		transform: translatey(-20px);
	}

	100% {

		transform: translatey(0px);
	}
}


.avatar {
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.nowheel {
    filter: grayscale(1) opacity(0.2);
}

.spinny {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #dd121d;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 200px;
    width: 100%;
}

.wheel {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.wheel-cover {
    position: absolute;
}

#canvas {
    max-width: 500px;
    width: 100%;
}

#canvas2 {
    display: none;
}










.user {
	/* background-color: rgb(0 0 0 / 70%); */
	padding: 0px;
	max-width: 360px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
/*	cursor: pointer;*/
}

    *:focus {
        outline: 0;
    }

.wheel {
    margin: 0 auto;
    position: relative;
    text-align: center;
/*    top: 33px;*/
    /*left: 251px;*/
    display: block;
}

    .wheel img {
        max-width: 100%;
    }



    section .set {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        overflow:hidden;
    }

        section .set.set2 {
            filter: blur(2px);
            transform: rotateY(180deg) ;
        }

        section .set.set3 {
            filter: blur(4px);
            transform: rotateY(180deg) ;
        }

        section .set div {
            animation-name: animate;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            display: block;
            opacity: 0;
            position: absolute;
            top: -10%;
            transform: rotateZ(0) translateX(20px);
        }

            section .set div:nth-child(1) {
                animation-delay: -7s;
                animation-duration: 15s;
                left: 20%;
            }

            section .set div:nth-child(2) {
                animation-delay: -5s;
                animation-duration: 20s;
                left: 50%;
            }

            section .set div:nth-child(3) {
                animation-duration: 20s;
                left: 70%;
            }

            section .set div:nth-child(4) {
                animation-delay: -5s;
                animation-duration: 15s;
                left: 0;
            }

            section .set div:nth-child(5) {
                animation-delay: -10s;
                animation-duration: 18s;
                left: 85%;
            }

            section .set div:nth-child(6) {
                animation-duration: 12s;
                left: 0;
            }

            section .set div:nth-child(7) {
                animation-duration: 14s;
                left: 15%;
            }

            section .set div:nth-child(8) {
                animation-duration: 15s;
                left: 60%;
            }

@keyframes animate {
    10% {
        opacity: 1;
    }

    20% {
        transform: rotateZ(45deg) translateX(-20px);
    }

    40% {
        transform: rotateZ(90deg) translateX(-20px);
    }

    60% {
        transform: rotateZ(180deg) translateX(20px);
    }

    80% {
        transform: rotateZ(180deg) translateX(-20px);
    }

    100% {
        top: 110%;
        transform: rotateZ(225deg) translateX(-20px);
    }
}

@media screen and (max-width: 990px) {

}

@media screen and (max-width: 768px) {
    section h2 {
        font-size: 3rem;
    }

    section .set div img {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 550px) {
	section h2 {
		font-size: 1.6rem;
/*		padding-top: 33px;*/
	}

	promo-logo2 img {
		width: 90%;
	}

    section .set div img {
        width: 75px;
        height: 50px;
    }
}






h1 {
	font-size: 5em;
	color: #012e54;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 50px;
	font-family: 'Marcellus SC', serif;
	/*text-shadow: 2px 2px #000000;*/
}

h2 {
	margin-top: 0;
	/* color: #db3726; */
	font-size: 24px;
	/* text-shadow: 2px 2px #000000; */
	/*    padding-bottom: 20px;*/
	/*    padding-top: 45px;*/
}

h3 {
	font-weight: 700;
	color: #0dbaf0
}

h4 {
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
}

h5 {
	color: #d60b07;
}

h6 {
	font-size: 2em;
    color: #012e54;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Marcellus SC', serif;
}

p {
	font-size: 22px;
	color: #012e54;
	margin:0 0 0 0;
}

.terms {
	margin-bottom: 10px;
}

.terms p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.blue {
	color: #6bbdff;
}
	
.nav-pad {
	padding-bottom: 3px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #101010;
	color: #FFFFFF;
	font-size: 1.2em;
	border-bottom: 2px solid #0dbaf0;
	z-index: 100000;
}

.navbar-brand {
	float: left;
	padding: 0 15px 5px 50px;
}

.navbar-inverse .navbar-nav li a:hover {
	color: #0dbaf0;
}

.navbar-inverse .navbar-nav li a {

	color: #ffffff;
	text-transform: uppercase;
	/*margin-left: 15px;*/
	font-size: 14px;
}

.navbar-inverse .navbar-toggle {
	border: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #101010;
}

.normal {
	xheight: 75px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
}

.normal .navbar-right {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.navbar-brand {
	padding: 0px !important;
}

	.navbar-brand img {
		padding: 5px;
		max-height: 80px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}

#nav-icon {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

	#nav-icon span {
		display: block;
		position: absolute;
		background: #FFFFFF;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

		#nav-icon span:nth-child(1) {
			top: 1px;
		}

		#nav-icon span:nth-child(2) {
			top: 6px;
		}

		#nav-icon span:nth-child(3) {
			top: 15px;
		}

	#nav-icon.open span:nth-child(1) {
		top: 10px;
		width: 25px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#nav-icon.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	#nav-icon.open span:nth-child(3) {
		top: 6.2px;
		width: 25px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

ul.nav {
	margin: 16px 20px 6px 0;
}

.container-fluid {
	overflow: hidden;
}

.header-img {
	background-image: url(../img/header-bg.jpg);
/*	height: 85vh;*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

#promo-logo {
	padding: 80px 0 1px 0;
}


#promo-logo2 {
	padding: 20px 0 0px 0;
}

/*	#promo-logo2 img {
		width: 60%;
	}
*/


.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
}

.desc {
	color: #000000;
	font-size: 19px;
	padding: 8px 0;
}

.desc2 {
	font-size: 20px;
}

.desc3 {
	font-size: 14px;
	color: #666666;
}

.bonus {
	color: #0e0d0e;
	font-size: 16px;
	background-color: #0dbaf0;
	padding: 0 10px;
	max-width: 300px;
}

.bonus2 {
	color: #ffffff;
	font-size: 16px;
	background-color: #065798;
	padding: 0 10px;
	max-width: 300px;
}


.prize-block p.desc {
	padding-left: 10px;
    padding-right: 10px;
}

.leaderboard {
	margin: 50px 0;
}

.main-content {
	padding-bottom: 120px;
}

#desc {
	background: #065798;
	border-top: 2px solid #0dbaf0;
	border-bottom: 2px solid #0dbaf0;
}

#leaderboard {
	background-image: url("../img/bg.jpg");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.modal {
	z-index: 100000;
}

.modal-header h1 {
	color: #065798;
	font-size: 28px;
}

.modal-header {
	background-color: #0dbaf0;
	color: #065798;
}

/*.modal-body {
	font-size: 14px;
	background-color: #101010;
	color: #ffffff;
}*/

.modal-body {
    font-size: 30px;
    background-color: #101010;
    color: #ffffff;
    text-align: center;
}



.modal-dialog {
    max-width: 600px;
    margin: 80px auto;
    width: 100%;
}




.modal-footer {
	background-color: #065798;
}

.close {
	float: right;
	font-size: 36px;
	font-weight: 700;
	line-height: 0;
	color: #d60b07;
	text-shadow: none;
	opacity: 1;
	margin-top: 10px;
}

	.close:hover {
		color: #6d0200;
		opacity: 1;
	}

.modal-link a {
	color: #0dbaf0;
	text-decoration: none;
}

	.modal-link a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

#btnlogin.btn {
	width: 100%;
}

.btn {
	font-size: 14px;
	color: #FFFFFF;
	padding: 14px 22px;
	background-color: #000000;
	border: 2px solid #0dbaf0;
}

	.btn:hover {
		color: #000000;
		border: 2px solid #0dbaf0;
		background-color: #0dbaf0;
	}

#ts-and-cs .btn {
	font-size: 20px;
}

#inputUsername {
	font-size: 14px;
    text-align: center;
    padding: 6px 1px;
    max-width: 175px;
    height: 51px;
    border: 2px solid #0dbaf0;
}

#promo-block {
	background-color: #5b0006;
}

.slideDown {
	margin: 0 10px 0 10px;
}

.ts-and-cs {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
}

.ts-and-cs p, h3 {
	color: #0dbaf0;
}

.ts-and-cs p {
	color: #ffffff;
	font-size: 16px;
}

p.terms {
	font-size: 14px;
}

a {
	color: #0dbaf0;
	text-decoration: none;
}

	a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

	a:focus, a:hover {
		color: #FFFFFF;
		text-decoration: none;
	}

#informationDisplay {
	font-size: 28px;
}

.pulse {
	animation: pulse 3s infinite;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

footer {
	width: 100%;
	background-color: #303741;
	padding: 1%;
	color: #FFFFFF;
	margin-bottom: -21px;
}

#soundText .fa {
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
}

.fa {
	padding: 15px;
	font-size: 25px;
	color: #FFFFFF;
}

.fa:hover {
	color: #0dbaf0;
	text-decoration: none;
}

.table {
	margin-bottom: 0;
}

table {
	color: #FFFFFF;
	font-family: 'Verdana Regular';
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

td, th {
	border: 1px solid transparent;
	height: 30px;
	transition: all 0.3s;
	padding: 1px 0 !important;
}

th {
	color: #000000;
	background: #0dbaf0;
	font-weight: bold;
	text-align: center;
}

td {
	background: #065798;
	text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
	background: #2b2a27;
	color: #FFFFFF;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
	background: #000000;
	color: #FFFFFF;
}

tr td:hover {
	background: #0dbaf0;
	color: #000000;
}

/* Hover cell effect! */
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	height: 54px;
	padding: 0px 16px 0 10px;
}

#load .fa {
	padding: 1px;
	font-size: 18px;
	color: #FFFFFF;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-control {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	height: 52px;
	background: #065798;
	border: none;
	color: #ffffff;
	border: 2px solid #0dbaf0;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	color: white !important;
}

input:-moz-placeholder { /* Firefox 18- */
	color: white !important;
}

input::-moz-placeholder { /* Firefox 19+ */
	color: white !important;
}

input:-ms-input-placeholder {
	color: white !important;
}

[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
}

#DisplayTicketDivInfo {
	font-size: 14px;
	font-weight: 700;
	color: #002294;
/*	margin-top: 15px;
	height: 50px;*/
}

@media screen and (min-width: 240px) and (max-width: 450px) and (orientation: portrait) {
	h1, h2 {
		font-size: 28px;
	}


	#promo-logo2 img {
		width: 100%;
	}

	.desc {
		font-size: 17px;
	}

	.navbar-toggle {
		margin: 20px;
	}

	.navbar-brand img {
		padding: 4px 0 4px 10px;
		max-height: 65px;
	}

	.prize-block {
		margin: 20px 0;
	}



	.form-control {
		margin-bottom: 25px;
	}
	.header-img {
		background-image: url("../img/header-bg-mobile-p.jpg");
/*		height: 71vh;*/
	}
}

@media screen and (min-width: 240px) and (max-width: 830px) and (orientation: landscape) {
	h1, h2 {
		font-size: 28px;
	}

	.navbar-toggle {
		margin: 20px;
	}

	.navbar-brand img {
		padding: 4px 0 4px 10px;
		max-height: 65px;
	}

	#promo-logo {
		max-width: 50%;
		/*padding: 0;*/
		margin: 0 auto;
	}

	.prize-block {
		margin: 50px 0;
	}

	.header-img {
		background-image: url("../img/header-bg-mobile-ls.jpg");
		/*height: 140vh;*/
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	h1, h2 {
		font-size: 28px;
	}

	#ts-and-cs .btn {
		font-size: 16px;
	}

	.navbar-toggle {
		margin: 20px;
	}

	.navbar-brand img {
		padding: 4px 0 4px 10px;
		max-height: 65px;
	}

	.fa {
		font-size: 20px;
		padding: 12px;
	}

	ul.nav {
		font-size: 12px;
		margin-right: 0px;
	}

	.table-responsive {
		width: 105%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ffffff;
	}

	.navbar-toggle {
		margin: 20px;
	}



	ul.nav {
		font-size: 14px;
		margin-right: 0px;
	}

	.prize-block {
		margin: 25px 0;
	}

	#btnlogin.btn {
		margin-bottom: 20px;
	}

	.header-img {
		/*background-image: url("../img/header-bg-tablet-p.jpg");*/
/*		height: 61vh;*/
	}


}






@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {

	.header-img {
		/*background-image: url("../img/header-bg-tablet-p.jpg");*/
		height: 44vh;
	}
}








@media screen and (min-width: 831px) and (max-width: 1024px) and (orientation: landscape) {
	.navbar-inverse .navbar-nav li a {
		margin-left: 0px;
	}

	ul.nav {
		margin-right: 10px;
		font-size: 15px;
		font-size: 15px;
	}

	.table-responsive {
		width: 103%;
	}

	.container-fluid {
		overflow: hidden;
	}

	p.terms {
		font-size: 12px;
	}

    .header-img {
        background-image: url("../img/header-bg-tablet-ls.jpg");
        /*background-size: auto;*/
    }

}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
/*	.header-img {
		background-image: url("../img/header-bg-tablet-p.jpg");
	}*/

	.login {
		margin-top: 0;
	}
    .wheel {
        top: 15px;
        left: 0px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	.header-img {
		background-image: url("../img/header-bg-tablet-ls.jpg");

	}

}