@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kanit:300,500');

body{
	margin:0px;
	font-family: 'Kanit', sans-serif;
	font-weight:300;
}


.primaryFont{
	font-family: 'Kanit', sans-serif;
	font-weight:normal;
}

a{
	color:#0e5d7e;
	text-decoration:none;
}

a:hover{
	color:#0e5d7e;
	text-decoration:underline;
}

.wrapper01{
	width:100%;
	height:461px;
	background-image:url(../Images/bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:repeat-x;
}

.wrapper02{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.strip{
	width:100%;
	height:92px;
	background-image:url(../Images/Strip.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:repeat-x;
	transition:All 1s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.wrapper03{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}


.theLotterLogo{
	width:117px;
	height:65px;
	float:left;
	margin-top:10px;
	margin-left:15px;
}

.logoSize{
	width:117px;
	height:65px;
}

.menu{
	display:none;
}

.menu li{
	float:left;
	margin-left:20px;
	list-style-type: none;
	font-style: normal;
	color:#0e5d7e;
}

h1{
	font-size:54px;
	line-height:64px;
	color:#0e5d7e;
	display:block;
	width:80%;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:20px;
}

.h1Special{
	font-size:46px;
	line-height:54px;
}

h2{
	font-size:24px;
	color:#0e5d7e;
	display:block;
	font-weight:normal;
	width:80%;
	font-style: normal;
	font-weight: 400;
	color:#0e5d7e;
	margin-top:7px;
	margin-left:20px;
}


h3{
	font-size:18px;
	color:#e32e35;
	text-transform:uppercase;
}

.column p{
	font-size:16px;
	color:#3f3f3f;
	line-height:24px;
}

.playBox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.jackpot{
	color:#ffffff;
	font-size:34px;
	padding-top:14px;
	letter-spacing:-2px;
}

.jackpotSpecial{
	font-size:30px;
}

.lotteryName{
	font-weight:normal;
	color:#ffffff;
	font-size:16px;
	font-style: normal;
	font-weight: 400;
}

.bullets{
	color:#ffffff;
	list-style-type: square;
	margin-top:65px;
	margin-left:39px;
	padding-left:0px;
	font-size:16px;
	letter-spacing:-0.5px;
}

.bullets li{
	margin-top:10px;
}

.lotteryBox{
	width:211px;
	float:left;
	margin-left:20px;
}

.playButtonBox{
	width:211px;
	margin-left:10px;
	float:left;
}

.timeLeftBox{
	display:none;
}

.column{
	width:40%;
	margin-left:5%;
	margin-right:5%;
	float:left;
	transition:All 1s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.playButton{
	width:211px;
	height:46px;
	font-size:24px;
	margin-top:23px;
	background-color:#ff6f23;
	line-height:46px;
	text-align:center;
	border-radius:5px;
	text-transform:uppercase;
	color:#FFFFFF;
	cursor:pointer;
	transition:All 1s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.playButton:hover{
	background-color:#ff5d07;
}

.playLink{
	text-decoration:none;
}

.playLink:hover{
	text-decoration:none;
}

.column h3{
	margin-top:30px;
}

footer{
	background-color:#f0f0f0;
	width:100%;
	height:135px;
	text-align:center;
	padding-top:20px;
	color:#3f3f3f;
}

.paymentMethods{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.downLoad{
	font-size:24px;
	color:#0e5d7e;
	text-align:center;
	margin-top:28px;
}

.downLoadButton{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.timeLeft{
	display:none;
}

.timery{
	display:none;
}

.half{
	width:50%;
	float:left;
}

.halfTwo{
	width:50%;
	float:left;
}

.stepsTitle{
	color:#0e5d7e;
	float:left;
}

.icon01{
	background-image:url(../Images/01.png);
}

.icon02{
	background-image:url(../Images/03.png);
}

.icon03{
	background-image:url(../Images/02.png);
}

.icon04{
	background-image:url(../Images/04.png);
}

.iconSize{
	width:103px;
	height:90px;
	margin-top:40px;
	background-size:103px 90px;
}

.arrow{
	width:10px;
	height:17px;
	float:left;
	margin-left:5px;
	margin-top:32px;
	background-image:url(../Images/arrow.png);
}

/* Offer */


.offer{
	background-color:#e32e35;
	border-radius:100px;
	width:120px;
	height:96px;
	position:absolute;
	color:#ffffff;
	text-align:center;
	padding-top:24px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.30);
	top:265px;
	left:450px;
}

.offerNumber{
	font-size:44px;
	line-height:44px;
}

.offerWord{
	font-size:28px;
	line-height:28px;
}

.warning{
	width:90%;
	line-height:14px;
	color:#ffffff;
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e32e35;
	position:absolute;
	top:410px;
	font-size:12px;
}

/* General */


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}