@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:open-sans;
	font-size:16px;
	font-weight:400;
	color:#3f3f3f;
}

.header{
	width:100%;
	height:380px;
	background-image:url(../Images/MainImage.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:-40px;
}

.wrapper{
	width:1050px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

.header h1{
	width:55%;
	font-size:56px;
	line-height:68px;
	font-weight:600;
	font-style:italic;
	display:block;
	padding-top:100px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:30px;
	color:#ff7b35;
}

.header .h1Special{
	font-size:50px;
	line-height:54px;
	padding-top: 64px;
}

.header h2{
	margin-left:33px;
	font-size:24px;
	font-weight:400;
}

.middle{
	width:50%;
	float:left;
}

.ticketWrap{
	width:225px;
	height:220px;
	padding-right:14px;
	border-right:solid 1px #e4e2dd;
	float:left;
	margin-left:15px;
}

.ticketWrapFirst {
	margin-left:30px;
}

.ticketWrapLast {
	border-right:none;
}

.logo{
	text-align:center;
	margin-top:0px;
}

.jackpot{
	margin-top:27px;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	line-height:24px;
	font-weight:700;
}

.jackpotSpecial{
	font-size:22px;
}

.button{
	height:40px;
	width:170px;
	background-color:#ff6f23; 
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
	text-transform:uppercase;
	font-size:15px;
	color:#ffffff;
	text-align:center;
	line-height:40px;
	border-radius:2px;
	font-weight:700;
	cursor:pointer;
}

.button:hover{
	background-color:#f95e0d;
}

.timeLeft{
	margin-top:10px;
	line-height:14px;
	font-size:14px;
	color:#7d7d7d;
	display:block;
	text-align:center;
}

.timeLeft span{
	margin-top:10px;
}

.steps{
	width:100%;
	background-color:#f3f1eb;
	margin-top:35px;
	padding-bottom:30px;
}

.steps h2{
	font-size:36px;
	font-weight:600;
	color:#33909b;
	line-height:36px;
	text-align:center;
	margin-top:0px;
	letter-spacing:-0.4px;
}

.stepWrap{
	width:225px;
	margin-left:30px;
	float:left;
}

.stepWrap img{
	width:48%;
	margin-left:26%;
	margin-right:26%;
}

.stepWrap .title{
	color:#33909b;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
	font-weight:600;
}

.stepWrap .content{
	text-align:center;
	margin-top:10px;
	line-height: 20px;
}

.h2testimonials{
	font-size:36px;
	text-align:center;
	color:#ff6f23;
	margin-top:0px;
	font-weight:600;
	line-height: 36px;
	margin-bottom:45px;
	letter-spacing:-0.4px;
}

.testimonialWrap{
	width:300px;
	margin-left:42px;
	float:left;
}

.testimonialWrap img{
	width:44%;
	margin-left:28%;
	margin-right:28%;
}

.testimonialWrap .title{
	text-align:center;
	color:#ff6f23;
	margin-top:10px;
	font-weight:600;
}

.testimonialWrap .content{
	text-align:center;
	color:#636363;
	margin-top:5px;
	line-height:22px;
	font-style:italic;
}

.footer{
	width:100%;
	background-color:#ff6f23;
	margin-top:35px;
	color:#ffffff;
	font-size:14px;
	padding-bottom:30px;
	border-bottom:solid 1px #ff8c4e;
}

.footer h2{
	text-align:center;
	margin-top:30px;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:700;
}

.footerWrap{
	width:225px;
	margin-left:30px;
	float:left;
}

.footerWrap .title{
	text-transform:uppercase;
	font-weight:600;
}

.footerWrap .content{
	line-height:20px;
	font-weight:300;
}

.footerEnd{
	width:100%;
	background-color:#ff6f23;
	color:#ffffff;
	font-size:14px;
	padding-bottom:20px;
}

.footerEnd .wrapper{
	width:1050px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:20px;
}

.footerEnd img{
	width:40%;
}

.credits{
	color:#ffffff;
	margin-top:10px;
	font-weight:300;
}

.playLink{
	text-decoration:none;
	color:#3f3f3f;
}

.playLink:hover{
	text-decoration:none;
}

.playLink:visited{
	color:#3f3f3f;
}



.cf:before,
.cf:after {
    content: " "; 
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}