body {
	background: url(../img/big-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

img.logo {
	max-width: 300px;
}

#canvas-container {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
#g-left {
	position: absolute;
	top: -2rem;
	left: -15rem;
	z-index: 999;
}
#g-right {
	position: absolute;
	top: -2rem;
	right: -15rem;
	z-index: 999;
}

#my-canvas {
	z-index: 1;
	width: 100%;
}

#bg-wheel {
	position: absolute;
	width: 100%;
	left: 0;
	/* top: -18px; */
	z-index: 999;
}

.bg-winner {
	/* background: url(../img/bg-modal.gif) repeat bottom center fixed; */
	background: url(../img/bg-modal.gif) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.winner-box {
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.modal-prize-title {
	text-align: center;
	color: #ebe27c;
	font-size: 36px;
	font-weight: bold;
}

.coupon-claim {
	color: rgb(238, 255, 0);
	text-decoration: none;
}

.coupon-claim:hover {
	background: rgb(238, 255, 0);
	color: #000;
}

h1,
h2,
h3,
h4 {
	color: #fff;
	font-weight: bold;
}

.bg-winner h1,
.bg-winner h2,
.bg-winner p {
	color: #fbff00;
	background: rgba(0, 0, 0, 0.8);
	padding: 0.5rem 0;
}

.noJs h1 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2rem;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

p {
	font-size: 18px;
	color: #fff;
}

.noJs p {
	text-align: center;
}

h2#modalPrize {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1rem;
	font-weight: bold;
	color: #ebe27c;
}

form.form-wheel {
	background: rgba(0, 0, 0, 0.5);
	padding: 1rem;
}
form.form-wheel label {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
}

form.form-wheel button {
	padding-left: 3rem;
	padding-right: 3rem;
}

.ready {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	#canvas-container {
		max-width: 600px;
	}

	#bg-wheel {
		max-width: 600px;
	}
}
