@charset "utf-8";
/* CSS Document */

@font-face{
font-family:"HelveticaMedium";
src:url("../Fonts/928a1f75-77bb-4be8-bfb7-89775bc3e3c4.eot?#iefix");
src:url("../Fonts/928a1f75-77bb-4be8-bfb7-89775bc3e3c4.eot?#iefix") format("eot"),url("../Fonts/442a5963-baeb-42c7-badb-b35c2a0dfcd5.woff2") format("woff2"),url("../Fonts/a95b7344-25fe-4177-9f83-21b1d5bb912d.woff") format("woff"),url("../Fonts/da34d167-7af3-4dae-9c9a-9c4c0b8bb274.ttf") format("truetype");
}

@font-face{
font-family:"HelveticaHeavy";
src:url("../Fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot?#iefix");
src:url("../Fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot?#iefix") format("eot"),url("../Fonts/33bb86d1-8adf-454e-aee3-ca1c89445476.woff") format("woff"),url("../Fonts/921ef834-872c-4460-ac11-f5fbcac9fa2d.ttf") format("truetype"),url("../Fonts/9d3bb5f2-6932-419e-a56f-382131ffd4b8.svg#9d3bb5f2-6932-419e-a56f-382131ffd4b8") format("svg");
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@keyframes glowing {
  0% { background-color: #fa7228; box-shadow: 0 0 3px #fa7228; }
  50% { background-color: #ff8848; box-shadow: 0 0 10px #ff8848; }
  100% { background-color: #fa7228; box-shadow: 0 0 3px #fa7228; }
}

@-webkit-keyframes glowing {
  0% { background-color: #fa7228; -webkit-box-shadow: 0 0 3px #fa7228; }
  50% { background-color: #ff8848; -webkit-box-shadow: 0 0 10px #ff8848; }
  100% { background-color: #fa7228; -webkit-box-shadow: 0 0 3px #fa7228; }
}

@-moz-keyframes glowing {
  0% { background-color: #fa7228; -moz-box-shadow: 0 0 3px #fa7228; }
  50% { background-color: #ff8848; -moz-box-shadow: 0 0 10px #ff8848; }
  100% { background-color: #fa7228; -moz-box-shadow: 0 0 3px #fa7228; }
}

@-o-keyframes glowing {
  0% { background-color: #fa7228; box-shadow: 0 0 3px #fa7228; }
  50% { background-color: #ff8848; box-shadow: 0 0 10px #ff8848; }
  100% { background-color: #fa7228; box-shadow: 0 0 3px #fa7228; }
}

body{
	margin:0;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	color:#3f3f3f;
}

.specialHeavy{
	font-family:HelveticaHeavy;
	font-weight:normal;
}

.specialHeavyCyrillic{
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:56px !important;
	font-size:16vw !important;
}

.specialMedium{
	font-family:HelveticaMedium;
	font-weight:normal;
}

.header{
	width:100%;
	background-color:#e32e35;
	background-image: url(../theBig-assets/headerBG.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

.headerWrapper{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	text-align:center;
}

h1{
	font-size:34px;
	font-size:8vw;
	line-height:1.2;
	margin-top:0;
	margin-bottom:10px;
	padding-top:15px;
	padding-left:10%;
	padding-right:10%;
}

.jackpot{
	font-size:76px;
	font-size:20vw;
	line-height:0.95;
	margin-top:-14px;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.playNow{
	height:66px;
	margin-top:5%;
	display:table;
	background-color:#fa7228;
	padding-left:50px;
	padding-right:50px;
	margin-left:auto;
	margin-right:auto;
	font-size:36px;
	font-size:8vw;
	text-transform:uppercase;
	line-height:66px;
	border-radius:5px;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	-webkit-animation: glowing 1500ms infinite;
  	-moz-animation: glowing 1500ms infinite;
  	-o-animation: glowing 1500ms infinite;
  	animation: glowing 1500ms infinite;
}

.playNow:hover{
	background-color:#ff8644;
}

.timeLeft{
	margin-top:5px;
	font-size:14px;
}

.line{
	width:50%;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid rgba(255,255,255,0.50);
	margin-top:2%;
}

.tips{
	font-size:16px;
	font-size:4.3vw;
	line-height:1.5;
	font-weight:600;
	font-style:italic;
	margin-top:15px;
}

.bodyWrapper{
	width:90%;
	margin-left:5%;
	margin-top:10%;
	margin-left:auto;
	margin-right:auto;
}

h2{
	text-align:center;
	font-size:28px;
	font-size:8vw;
	color:#e32e35;
	margin-bottom:10%;
	width:90%;
	margin-left:5%;
}

.column{
	width:100%;
	margin-bottom:15%;
	text-align:center;
}

.column img{
	width:100%;
}

.column h3{
	width:90%;
	font-size:18px;
	font-size:6vw;
	color:#e32e35;
	text-transform:uppercase;
	margin-bottom:0;
	margin-left:5%;
}

.column p{
	width:90%;
	margin-left:5%;
	margin-top:2%;
	display:block;
	float:left;
}

.column a{
	color:#e32e35;
}

.stepsWrapper{
	width:100%;
	background-color:#f7f7f7;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	padding-top:5%;
	padding-bottom:5%;
	margin-top:10%;
	margin-bottom:10%;
}

.stepsWrapper h2{
	color:#46699f;
	font-size:28px;
	font-size:8vw;
	width:90%;
	margin-left:5%;
}

.fourColumn{
	width:90%;
	text-align:center;
	margin-left:5%;
	margin-top:10%;
}

.fourColumn:first-child{
	margin-top:0;
}

.fourColumn img{
	width:50%;
	margin-top:5%;
}

.stepsWrapper h3{
	margin-left:5%;
	color:#46699f;
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
	text-transform:uppercase;
}


.fourColumn p{
	margin-top:2%;
	width:70%;
	margin-left:15%;
}

.winnersContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.winnerColumn{
	width:90%;
	margin-left:5%;
	text-align:center;
	margin-top:10%;
}

.winnerColumn:first-child{
	margin-top:0;	
}

.winnerColumn h3{
	color:#e32e35;
	margin-bottom:2%;
	text-transform:uppercase;
	width:80%;
	margin-left:10%;
}

.winnerColumn img{
	width:50%;
	margin-top:5%;
}

.winnerColumn p{
	font-weight:400;
	font-style:italic;
	margin-top:5px;
	width:80%;
	margin-left:10%;
}


.Own{
	font-weight:400;
	font-style:italic;
	font-size:22px;
	font-size:8vw;
	text-align:center;
	margin-top:20%;
	width:70%;
	margin-left:15%;
	line-height:1.2;
}

.arrow{
	float:left;
	margin-top:20px;
	margin-left:-10%;
}

.arrow img{
	width:70%;
	height:70%;
}

.bottomPlay{
	padding-left:10px;
	padding-right:10px;
	margin-top:25px;
	display:table;
	background-color:#fa7228;
	font-size:24px;
	font-size:7vw;
	text-transform:uppercase;
	line-height:66px;
	border-radius:5px;
	box-shadow:0px 2px 6px 0px rgba(0,0,0,0.3);
	color:#ffffff;
	float:left;
	color:#ffffff;
	text-decoration:none;
}

footer{
	width:100%;
	margin-top:20%;
	background-color:#f1f1f1;
	padding-top:1%;
	padding-bottom:5%;
	color:#7a7a7a;
}

footer h2{
	color:#7a7a7a;
	text-transform:uppercase;
	font-size:24px;
	font-size:8vw;
	width:60%;
	margin-left:20%;
	margin-top:8%;
	margin-bottom:0;
}

.footerColumn{
	width:70%;
	margin-top:10%;
	margin-left:15%;
	text-align:center;
}

.footerColumn:first-child{
	margin-top:-2%;
}


h4{
	font-size:16px;
	font-size:6vw;
	margin-top:0;
	margin-bottom:0;
}

footer p{
	font-size:12px;
	font-size:4.2vw;
	margin-top:5px;
}

footer .bodyWrapper{
	padding-bottom:20px;
	border-bottom:solid 1px #d5d5d5;
}

.paymentMethods{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:solid 1px #d5d5d5;
	text-align:center;
}

.trustIcons{
	margin-top:15px;
	padding-bottom:10px;
	text-align:center;
}

.trustIcons img{
	margin-left:15px;
}

.terms{
	display:block;
	text-align:center;
	font-size:14px;
	margin-top:5px;
}



/*General */

.center01{
float: left;
position: relative;
left: 50%;
}

.center02{
float: left;
position: relative;
left: -50%;
}


.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;
}

